svn commit: r254033 - stable/9/etc/rc.d

Andriy Gapon avg at FreeBSD.org
Wed Aug 7 07:27:49 UTC 2013


Author: avg
Date: Wed Aug  7 07:27:49 2013
New Revision: 254033
URL: http://svnweb.freebsd.org/changeset/base/254033

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

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

Modified: stable/9/etc/rc.d/zfs
==============================================================================
--- stable/9/etc/rc.d/zfs	Wed Aug  7 07:24:20 2013	(r254032)
+++ stable/9/etc/rc.d/zfs	Wed Aug  7 07:27:49 2013	(r254033)
@@ -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-stable-9 mailing list