[Pkg-utopia-commits] r1863 - /packages/unstable/dbus/debian/dbus.postinst

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Fri Nov 16 17:06:26 UTC 2007


Author: sjoerd
Date: Fri Nov 16 17:06:26 2007
New Revision: 1863

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1863
Log:
Use : instead of : as chown seperator

Modified:
    packages/unstable/dbus/debian/dbus.postinst

Modified: packages/unstable/dbus/debian/dbus.postinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/dbus.postinst?rev=1863&op=diff
==============================================================================
--- packages/unstable/dbus/debian/dbus.postinst (original)
+++ packages/unstable/dbus/debian/dbus.postinst Fri Nov 16 17:06:26 2007
@@ -18,7 +18,7 @@
                 --disabled-password \
         	--group "$MESSAGEUSER"
 
-	chown "$MESSAGEUSER"."$MESSAGEUSER" "$MESSAGEHOME" 
+	chown "$MESSAGEUSER":"$MESSAGEUSER" "$MESSAGEHOME" 
 
 	if ! dpkg-statoverride --list "$LAUNCHER" > /dev/null 2>&1; then
 		chown root:"$MESSAGEUSER" "$LAUNCHER"




More information about the Pkg-utopia-commits mailing list