ports

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

commit 920e4dc6d31a5c21e28b65254e6093fd35ba933b
parent 15bfe1f9f184e17c5917dfb6dc4a83e5624cc574
Author: sin <sin@2f30.org>
Date:   Thu,  5 Jun 2014 16:57:25 +0100

Remove passwd from busybox - ubase provides it

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 @@ -460,7 +460,7 @@ CONFIG_FEATURE_DEL_USER_FROM_GROUP=y CONFIG_LOGIN_SCRIPTS=y # CONFIG_FEATURE_NOLOGIN is not set # CONFIG_FEATURE_SECURETTY is not set -CONFIG_PASSWD=y +# CONFIG_PASSWD is not set CONFIG_FEATURE_PASSWD_WEAK_CHECK=y # CONFIG_CRYPTPW is not set # CONFIG_CHPASSWD is not set diff --git a/busybox/busybox.mk b/busybox/busybox.mk @@ -19,7 +19,6 @@ INSTALL_SYMLINK = \ busybox /bin/less \ busybox /bin/losetup \ busybox /bin/nc \ - busybox /bin/passwd \ busybox /bin/ping \ busybox /bin/reset \ busybox /bin/route \