svn commit: r254034 - stable/8/etc/rc.d

Andriy Gapon avg at FreeBSD.org
Wed Aug 7 07:28:01 UTC 2013


Author: avg
Date: Wed Aug  7 07:28:00 2013
New Revision: 254034
URL: http://svnweb.freebsd.org/changeset/base/254034

Log:
  MFC r253076: rc.d/zfs: pass -v option to zfs mount

Modified:
  stable/8/etc/rc.d/zfs
Directory Properties:
  stable/8/etc/   (props changed)
  stable/8/etc/rc.d/   (props changed)

Modified: stable/8/etc/rc.d/zfs
==============================================================================
--- stable/8/etc/rc.d/zfs	Wed Aug  7 07:27:49 2013	(r254033)
+++ stable/8/etc/rc.d/zfs	Wed Aug  7 07:28:00 2013	(r254034)
@@ -23,7 +23,7 @@ zfs_start_jail()
 
 zfs_start_main()
 {
-	zfs mount -a
+	zfs mount -va
 	zfs share -a
 	if [ ! -r /etc/zfs/exports ]; then
 		touch /etc/zfs/exports


More information about the svn-src-all mailing list