Changeset 30

Show
Ignore:
Timestamp:
06/10/06 14:49:11 (6 years ago)
Author:
wbx
Message:

remove snapshot stuff, add su and shadow passwords by default

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/busybox/Config.in

    r1 r30  
    1313          Most people will answer Y. 
    1414 
    15 config BR2_PACKAGE_BUSYBOX_SNAPSHOT 
    16         bool "Use the daily snapshot of busybox?" 
    17         depends BR2_PACKAGE_BUSYBOX 
    18         depends CONFIG_DEVEL 
    19         default n 
    20         help 
    21           Use the latest busybox CVS snapshot instead of release. 
    22            
    23           For fun, you should say Y. 
    24  
    2515menu "Busybox Configuration" 
    2616        depends BR2_PACKAGE_BUSYBOX 
  • trunk/freewrt/package/busybox/config/loginutils/Config.in

    r1 r30  
    88config BUSYBOX_CONFIG_FEATURE_SHADOWPASSWDS 
    99        bool "Support for shadow passwords" 
    10         default n 
     10        default y 
    1111        help 
    1212          Build support for shadow password in /etc/shadow.  This file is only 
     
    1616config BUSYBOX_CONFIG_USE_BB_SHADOW 
    1717        bool #"  Use busybox shadow password functions" 
    18         default n 
     18        default y 
    1919        depends on BUSYBOX_CONFIG_USE_BB_PWD_GRP && BUSYBOX_CONFIG_FEATURE_SHADOWPASSWDS 
    2020        help 
     
    3535config BUSYBOX_CONFIG_USE_BB_PWD_GRP 
    3636        bool "Use internal password and group functions rather than system functions" 
    37         default n 
     37        default y 
    3838        help 
    3939            If you leave this disabled, busybox will use the system's password 
     
    8787        bool "  Support utmp file" 
    8888        depends on BUSYBOX_CONFIG_GETTY || BUSYBOX_CONFIG_LOGIN || BUSYBOX_CONFIG_SU || BUSYBOX_CONFIG_WHO 
    89         default n 
     89        default y 
    9090        help 
    9191          The file /var/run/utmp is used to track who is currently logged in. 
     
    134134config BUSYBOX_CONFIG_SU 
    135135        bool "su" 
    136         default n 
     136        default y 
    137137        select BUSYBOX_CONFIG_FEATURE_SUID 
    138138        help