bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug#253662: hurd: Typo in postinst breaks new installs


From: Michael Banck
Subject: Bug#253662: hurd: Typo in postinst breaks new installs
Date: Thu, 10 Jun 2004 18:21:17 +0200
User-agent: Mutt/1.5.6i

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]