From 115f72d0d8bcf0cf44c6b7b25cb092ff0e11a235 Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Thu, 6 Jul 2000 01:50:05 +0000 Subject: Add the snapshot option to mount_ufs. --- sbin/mount/mount_ufs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/mount/mount_ufs.c') diff --git a/sbin/mount/mount_ufs.c b/sbin/mount/mount_ufs.c index 3c0b6fcb711f..d4c8181dd088 100644 --- a/sbin/mount/mount_ufs.c +++ b/sbin/mount/mount_ufs.c @@ -66,6 +66,7 @@ static struct mntopt mopts[] = { MOPT_FORCE, MOPT_SYNC, MOPT_UPDATE, + MOPT_SNAPSHOT, { NULL } }; -- cgit v1.2.3