Changeset 3236

Show
Ignore:
Timestamp:
07/16/07 17:38:35 (1 year ago)
Author:
tg
Message:

indent choice values

Files:

Legend:

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

    r3233 r3236  
    1111config FWRT_BASEFILES_ADMIN_MKSH 
    1212        depends FWRT_PACKAGE_MKSH 
    13         bool "mksh" 
     13        bool "  mksh" 
    1414        help 
    1515          mksh is the MirBSD enhanced version of the Public Domain Korn 
     
    2222config FWRT_BASEFILES_ADMIN_BASH 
    2323        depends FWRT_PACKAGE_BASH 
    24         bool "GNU bash" 
     24        bool "  GNU bash" 
    2525        help 
    2626          bash is the GNU "bourne-again" shell, a pretty bloated bourne 
     
    3131config FWRT_BASEFILES_ADMIN_ZSH 
    3232        depends FWRT_PACKAGE_ZSH 
    33         bool "zsh" 
     33        bool "  zsh" 
    3434        help 
    3535          zsh is a powerful, bloated not-quite bourne (and even less 
     
    3838 
    3939config FWRT_BASEFILES_ADMIN_SH 
    40         bool "/bin/sh" 
     40        bool "  /bin/sh" 
    4141        help 
    4242          Fall-back: use /bin/sh, whatever it is. 
     
    6767 
    6868config FWRT_RUNTIME_SSH_DISABLE_PASSWORD_FOR_ROOT 
    69         bool "Disable password logins as root" 
     69        bool "  Disable password logins as root" 
    7070        help 
    7171          With this selection only non-root users are allowed to login 
     
    7878 
    7979config FWRT_RUNTIME_SSH_DISABLE_NOTHING 
    80         bool "Enable password login for root and non-root users" 
     80        bool "  Enable password login for root and non-root users" 
    8181        help 
    8282          With this selection all users are allowed to login with password 
     
    8989 
    9090config FWRT_RUNTIME_SSH_DISABLE_PASSWORD 
    91         bool "Disable password logins" 
     91        bool "  Disable password logins" 
    9292        help 
    9393          If you select this you will only be able to login using your supplied 
     
    100100 
    101101config FWRT_RUNTIME_SSH_DISABLE_ROOT 
    102         bool "Disable root logins" 
     102        bool "  Disable root logins" 
    103103        help 
    104104          With this selection only non-root users are allowed to login 
     
    108108 
    109109#config FWRT_RUNTIME_SSH_DISABLE_ROOT_AND_PASSWORD 
    110 #       bool "Disable root logins and password logins" 
     110#       bool "  Disable root logins and password logins" 
    111111#       help 
    112112#         With this selection only non-root users are allowed to login