Changeset 6900408 in freewrt


Ignore:
Timestamp:
Jun 10, 2006, 2:49:11 PM (20 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
933c912
Parents:
14ccb40
Message:

remove snapshot stuff, add su and shadow passwords by default

git-svn-id: svn://www.freewrt.org/trunk/freewrt@30 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/busybox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • package/busybox/Config.in

    r14ccb40 r6900408  
    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
  • package/busybox/config/loginutils/Config.in

    r14ccb40 r6900408  
    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
Note: See TracChangeset for help on using the changeset viewer.