[Pkg-utopia-commits] r150 - packages/hal/trunk/debian
Sjoerd Simons
sjoerd@haydn.debian.org
Sun, 26 Dec 2004 08:03:51 -0700
Author: sjoerd
Date: 2004-12-26 08:03:29 -0700 (Sun, 26 Dec 2004)
New Revision: 150
Modified:
packages/hal/trunk/debian/hal.postinst
Log:
chown user.group is outdate, use chown user:group instead
Modified: packages/hal/trunk/debian/hal.postinst
===================================================================
--- packages/hal/trunk/debian/hal.postinst 2004-12-26 15:01:25 UTC (rev 149)
+++ packages/hal/trunk/debian/hal.postinst 2004-12-26 15:03:29 UTC (rev 150)
@@ -51,7 +51,7 @@
adduser --quiet hal cdrom
fi
# be sure the run dir is owned by the hal user
- chown hal.hal /var/run/hal 2>/dev/null || true
+ chown hal:hal /var/run/hal 2>/dev/null || true
if [ -f /etc/init.d/hal ]; then
# handle upgrades