diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-24 00:28:42 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-07-24 00:28:42 +0000 |
commit | d033845511f43732de31efab741e879cf3385ddb (patch) | |
tree | 6e877da3793e1a86a98758bcb7385dcc4db07f17 /sbin | |
parent | 3b69f7abc192857129284918c072f970515c644e (diff) |
mount -f doesn't help mfs, but it doesn't hurt, so stop warning about it.
ok deraadt
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/newfs/newfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/newfs/newfs.c b/sbin/newfs/newfs.c index f24388f8000..b54ba2800df 100644 --- a/sbin/newfs/newfs.c +++ b/sbin/newfs/newfs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: newfs.c,v 1.86 2010/07/02 22:02:48 deraadt Exp $ */ +/* $OpenBSD: newfs.c,v 1.87 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 }, }; |