minor changes to mount/umount to support-by-ignoring the "-v" flag.
Added optional core dumping as a feature for init, and include a rewrite of syslogd so that it now supports multiple concurrent connections. -Erik
This commit is contained in:
parent
3364d78b18
commit
983b51b17b
8 changed files with 352 additions and 174 deletions
1
mount.c
1
mount.c
|
@ -418,6 +418,7 @@ extern int mount_main(int argc, char **argv)
|
|||
break;
|
||||
#endif
|
||||
case 'v':
|
||||
break; /* ignore -v */
|
||||
case 'h':
|
||||
case '-':
|
||||
goto goodbye;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue