diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-07 08:03:46 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-07 08:03:46 +0000 |
commit | ee3ef04619fe464fe7432d2c67f119af7d4519f6 (patch) | |
tree | 5da94ee1d264b30f3c8dfd2753d5aea0b82eef4f /package | |
parent | 6e64c860bf34102e69834c27da2684346241bc2e (diff) | |
download | upstream-ee3ef04619fe464fe7432d2c67f119af7d4519f6.tar.gz upstream-ee3ef04619fe464fe7432d2c67f119af7d4519f6.tar.bz2 upstream-ee3ef04619fe464fe7432d2c67f119af7d4519f6.zip |
Enable passwd by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@328 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/busybox/config/loginutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/loginutils/Config.in b/package/busybox/config/loginutils/Config.in index e42140ac27..7ab724f5ca 100644 --- a/package/busybox/config/loginutils/Config.in +++ b/package/busybox/config/loginutils/Config.in @@ -87,7 +87,7 @@ config BUSYBOX_CONFIG_FEATURE_SECURETTY config BUSYBOX_CONFIG_PASSWD bool "passwd" - default n + default y select BUSYBOX_CONFIG_FEATURE_SUID help passwd changes passwords for user and group accounts. A normal user |