diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-05-12 23:39:15 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-05-12 23:39:15 +0000 |
| commit | e83d87f1fc98e1b71bfda89ff73ed3df134bdf0d (patch) | |
| tree | 844ccdf7ba058709be8b5f5a60b694aaaa09e760 /sbin | |
| parent | 404abd2138bfaadbf2fb9a8270a5b4d9019fde86 (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/mount/mntopts.h | 2 | ||||
| -rw-r--r-- | sbin/mount/mount_ufs.c | 1 | ||||
| -rw-r--r-- | sbin/mount_ifs/mntopts.h | 2 | ||||
| -rw-r--r-- | sbin/mount_ifs/mount_ufs.c | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/sbin/mount/mntopts.h b/sbin/mount/mntopts.h index ba792fa691b8f..0e7ab24829953 100644 --- a/sbin/mount/mntopts.h +++ b/sbin/mount/mntopts.h @@ -54,7 +54,7 @@ struct mntopt { #define MOPT_GQUOTA { "groupquota", 0, 0, 0 } /* Control flags. */ -#define MOPT_FORCE { "force", 1, MNT_FORCE, 0 } +#define MOPT_FORCE { "force", 0, MNT_FORCE, 0 } #define MOPT_UPDATE { "update", 0, MNT_UPDATE, 0 } /* Support for old-style "ro", "rw" flags. */ diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c index 48be22220d1ea..500a9777cc3f1 100644 --- a/sbin/mount/mount_ufs.c +++ b/sbin/mount/mount_ufs.c @@ -59,6 +59,7 @@ static struct mntopt mopts[] = { MOPT_STDOPTS, MOPT_ASYNC, MOPT_SYNC, + MOPT_FORCE, MOPT_UPDATE, MOPT_UQUOTA, MOPT_GQUOTA, diff --git a/sbin/mount_ifs/mntopts.h b/sbin/mount_ifs/mntopts.h index ba792fa691b8f..0e7ab24829953 100644 --- a/sbin/mount_ifs/mntopts.h +++ b/sbin/mount_ifs/mntopts.h @@ -54,7 +54,7 @@ struct mntopt { #define MOPT_GQUOTA { "groupquota", 0, 0, 0 } /* Control flags. */ -#define MOPT_FORCE { "force", 1, MNT_FORCE, 0 } +#define MOPT_FORCE { "force", 0, MNT_FORCE, 0 } #define MOPT_UPDATE { "update", 0, MNT_UPDATE, 0 } /* Support for old-style "ro", "rw" flags. */ diff --git a/sbin/mount_ifs/mount_ufs.c b/sbin/mount_ifs/mount_ufs.c index 48be22220d1ea..500a9777cc3f1 100644 --- a/sbin/mount_ifs/mount_ufs.c +++ b/sbin/mount_ifs/mount_ufs.c @@ -59,6 +59,7 @@ static struct mntopt mopts[] = { MOPT_STDOPTS, MOPT_ASYNC, MOPT_SYNC, + MOPT_FORCE, MOPT_UPDATE, MOPT_UQUOTA, MOPT_GQUOTA, |
