ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

commit 80bfaf2e2296cfb5efb16e26ae7de9cb7213daa0
parent b126b72be789690442be70c33394aa9365bafbe0
Author: sin <sin@2f30.org>
Date:   Mon,  2 Jun 2014 16:19:13 +0100

Remove busybox login - ubase provides it now

Diffstat:
Mbusybox/busybox.config | 2+-
Mbusybox/busybox.mk | 1-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/busybox/busybox.config b/busybox/busybox.config @@ -454,7 +454,7 @@ CONFIG_DELUSER=y CONFIG_DELGROUP=y CONFIG_FEATURE_DEL_USER_FROM_GROUP=y # CONFIG_GETTY is not set -CONFIG_LOGIN=y +# CONFIG_LOGIN is not set # CONFIG_LOGIN_SESSION_AS_CHILD is not set # CONFIG_PAM is not set CONFIG_LOGIN_SCRIPTS=y diff --git a/busybox/busybox.mk b/busybox/busybox.mk @@ -18,7 +18,6 @@ INSTALL_SYMLINK = \ busybox /bin/kbd_mode \ busybox /bin/killall \ busybox /bin/less \ - busybox /bin/login \ busybox /bin/losetup \ busybox /bin/nc \ busybox /bin/passwd \