[Pkg-utopia-commits] r1904 - /packages/unstable/hal/debian/hal.postinst

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Dec 4 09:09:47 UTC 2007


Author: biebl
Date: Tue Dec  4 09:09:47 2007
New Revision: 1904

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1904
Log:
Remove a fatal whitespace which causes adduser call to fail otherwise.

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

Modified: packages/unstable/hal/debian/hal.postinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/hal.postinst?rev=1904&op=diff
==============================================================================
--- packages/unstable/hal/debian/hal.postinst (original)
+++ packages/unstable/hal/debian/hal.postinst Tue Dec  4 09:09:47 2007
@@ -26,7 +26,7 @@
 case "$1" in
   configure)
     adduser --system \
-            --disabled-password \ 
+            --disabled-password \
             --no-create-home \
             --gecos "Hardware abstraction layer" \
             --group haldaemon




More information about the Pkg-utopia-commits mailing list