From 7139b73e722ad4a2e47dfd2d2e330cb522899a2d Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Sun, 19 Jun 2005 14:19:42 +0000 Subject: * debian/hurd.postinst: Removed creation of user `login'. --- debian/changelog | 1 + debian/hurd.postinst | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5a3c753c..cd4ae14d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ hurd (20050513-3+SVN) unreleased; urgency=low * debian/hurd-console.default: New file. * debian/rules (install/hurd::) Install it into debian/tmp/etc/default. * debian/rules/hurd.install: Ship debian/tmp/etc/default/hurd-console. + * debian/hurd.postinst: Removed creation of user `login'. -- Michael Banck Sun, 12 Jun 2005 23:53:59 +0200 diff --git a/debian/hurd.postinst b/debian/hurd.postinst index a398f1b8..05885203 100644 --- a/debian/hurd.postinst +++ b/debian/hurd.postinst @@ -8,11 +8,6 @@ update-alternatives --quiet \ update-alternatives \ --install /usr/bin/fakeroot fakeroot /bin/fakeroot-hurd 30 -if ! grep --quiet '^login:' /etc/passwd; then - adduser --quiet --system --home /etc/login --gecos "Not logged in" --no-create-home login - chsh -s /bin/bash login -fi - #DEBHELPER# for i in vcs tty1 tty2 tty3 tty4 tty5 tty6; do -- cgit v1.2.3