diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-22 12:47:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-04-22 12:53:09 +0000 |
commit | 5aa2cfffb609ec798ea84a3a755050d9c2ab914a (patch) | |
tree | 56569e2a8735a6ce1a17bebd78e9bede6e650b10 /main/busybox/busyboxconfig | |
parent | a53f414ea86477a8592aca0843b7fcd9ab60ab2b (diff) | |
download | aports-5aa2cfffb609ec798ea84a3a755050d9c2ab914a.tar.bz2 aports-5aa2cfffb609ec798ea84a3a755050d9c2ab914a.tar.xz |
main/busybox: use system pwd/grp/shadow instead of busybox
This reduces size of busybox and it should fix the group size limit.
fixes #733
Diffstat (limited to 'main/busybox/busyboxconfig')
-rw-r--r-- | main/busybox/busyboxconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/busybox/busyboxconfig b/main/busybox/busyboxconfig index 8187a24173..7162f81f96 100644 --- a/main/busybox/busyboxconfig +++ b/main/busybox/busyboxconfig @@ -451,8 +451,8 @@ CONFIG_ADD_SHELL=y CONFIG_REMOVE_SHELL=y CONFIG_NOLOGIN=y CONFIG_FEATURE_SHADOWPASSWDS=y -CONFIG_USE_BB_PWD_GRP=y -CONFIG_USE_BB_SHADOW=y +# CONFIG_USE_BB_PWD_GRP is not set +# CONFIG_USE_BB_SHADOW is not set # CONFIG_USE_BB_CRYPT is not set # CONFIG_USE_BB_CRYPT_SHA is not set CONFIG_ADDUSER=y |