artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05e8970
)
mount -f doesn't help mfs, but it doesn't hurt, so stop warning about it.
author
tedu
<tedu@openbsd.org>
Sat, 24 Jul 2010 00:28:41 +0000
(
00:28
+0000)
committer
tedu
<tedu@openbsd.org>
Sat, 24 Jul 2010 00:28:41 +0000
(
00:28
+0000)
ok deraadt
sbin/newfs/newfs.c
patch
|
blob
|
history
diff --git
a/sbin/newfs/newfs.c
b/sbin/newfs/newfs.c
index
f24388f
..
b54ba28
100644
(file)
--- a/
sbin/newfs/newfs.c
+++ b/
sbin/newfs/newfs.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: newfs.c,v 1.8
6 2010/07/02 22:02:48 deraadt Exp $
*/
+/* $OpenBSD: newfs.c,v 1.8
7 2010/07/24 00:28:41 tedu Exp $
*/
/* $NetBSD: newfs.c,v 1.20 1996/05/16 07:13:03 thorpej Exp $ */
/*
@@
-75,6
+75,7
@@
struct mntopt mopts[] = {
MOPT_STDOPTS,
MOPT_ASYNC,
MOPT_UPDATE,
+ MOPT_FORCE,
{ NULL },
};