Package: hurd
Version: 20040508
Severity: serious
Tags: patch

There's a typo in the postinst of the hurd package, making the
installation fail:

--- hurd.postinst.orig  2004-06-10 18:16:09.000000000 +0200
+++ hurd.postinst       2004-06-10 18:16:18.000000000 +0200
@@ -6,7 +6,7 @@
        --install /libexec/runsystem runsystem /libexec/runsystem.gnu 20
 
 if ! grep --quiet '^login:' /etc/passwd; then
-       adduser --quiet --system --home /etc/login --gecos "Not logged in" 
--not-create-home login
+       adduser --quiet --system --home /etc/login --gecos "Not logged in" 
--no-create-home login
        chsh -s /bin/bash login
 fi
 

cheers,

Michael



_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-hurd

Reply via email to