diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-04 18:14:25 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-04 18:14:25 +0000 |
commit | 983b51b17bb36e5b77cb160abdfbcf9d25675dd9 (patch) | |
tree | 13642fcca428d88a6a25f768ee45c99e9c13cdc6 /util-linux/umount.c | |
parent | 3364d78b18386623e7af5da18ba1bb0cc6286279 (diff) |
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
Diffstat (limited to 'util-linux/umount.c')
-rw-r--r-- | util-linux/umount.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util-linux/umount.c b/util-linux/umount.c index 23973fc85..3f84aa296 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c @@ -260,6 +260,8 @@ extern int umount_main(int argc, char **argv) doRemount = TRUE; break; #endif + case 'v': + break; /* ignore -v */ default: usage(umount_usage); } |