Apply vodz' last_patch52
This commit is contained in:
@@ -23,11 +23,11 @@
|
||||
#elif defined(MAKE_USAGE)
|
||||
#ifdef CONFIG_FEATURE_VERBOSE_USAGE
|
||||
#define APPLET(a,b,c,d) a##_trivial_usage "\n\n" a##_full_usage "\0"
|
||||
#define APPLET_NOUSAGE(a,b,c,d) "\0"
|
||||
#define APPLET_NOUSAGE(a,b,c,d) "\b\0"
|
||||
#define APPLET_ODDNAME(a,b,c,d,e) e##_trivial_usage "\n\n" e##_full_usage "\0"
|
||||
#else
|
||||
#define APPLET(a,b,c,d) a##_trivial_usage "\0"
|
||||
#define APPLET_NOUSAGE(a,b,c,d) "\0"
|
||||
#define APPLET_NOUSAGE(a,b,c,d) "\b\0"
|
||||
#define APPLET_ODDNAME(a,b,c,d,e) e##_trivial_usage "\0"
|
||||
#endif
|
||||
#elif defined(MAKE_LINKS)
|
||||
|
@@ -123,7 +123,7 @@ extern int parse_mode( const char* s, mode_t* theMode);
|
||||
|
||||
extern int get_kernel_revision(void);
|
||||
|
||||
extern int get_console_fd(char* tty_name);
|
||||
extern int get_console_fd(void);
|
||||
extern struct mntent *find_mount_point(const char *name, const char *table);
|
||||
extern void write_mtab(char* blockDevice, char* directory,
|
||||
char* filesystemType, long flags, char* string_flags);
|
||||
|
@@ -1369,7 +1369,7 @@
|
||||
#define passwd_trivial_usage \
|
||||
"[OPTION] [name]"
|
||||
#define passwd_full_usage \
|
||||
"CChange a user password. If no name is specified,\n" \
|
||||
"Change a user password. If no name is specified,\n" \
|
||||
"changes the password for the current user.\n" \
|
||||
"Options:\n" \
|
||||
"\t-a\tDefine which algorithm shall be used for the password.\n" \
|
||||
|
Reference in New Issue
Block a user