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:
Erik Andersen 2000-04-04 18:14:25 +00:00
parent 3364d78b18
commit 983b51b17b
8 changed files with 352 additions and 174 deletions

View file

@ -418,6 +418,7 @@ extern int mount_main(int argc, char **argv)
break;
#endif
case 'v':
break; /* ignore -v */
case 'h':
case '-':
goto goodbye;