Vodz' last_patch31

Very minimal last corrections:

    1) busybox.c: fix warining
    2) docs/: add applets for list from pwd_grp
    3) usage.h: add -n option for route
    4) run_parts.c: many todo fix for busybox style
    5) addgroup.c: add #ifdef CONFIG_FEATURE_SHADOWPASSWDS, reduce one
    perror_msg
    6) adduser.c: fix bug "variable i not initialize" and
       add #ifdef CONFIG_FEATURE_SHADOWPASSWDS
This commit is contained in:
Eric Andersen 2001-12-18 14:06:03 +00:00
parent f3f9062ecf
commit fb74a45088
6 changed files with 63 additions and 95 deletions

View file

@ -1432,6 +1432,8 @@
"[{add|del|flush}]"
#define route_full_usage \
"Edit the kernel's routing tables"
"Options:\n" \
"\t-n\tDont resolve names."
#define rpm2cpio_trivial_usage \
"package.rpm"