svn commit: r278343 - head/etc/rc.d

Jamie Gritton jamie at FreeBSD.org
Sat Feb 7 05:02:12 UTC 2015


Author: jamie
Date: Sat Feb  7 05:02:10 2015
New Revision: 278343
URL: https://svnweb.freebsd.org/changeset/base/278343

Log:
  Revert the rc part of r278323 until I can figure out what Jenkins is doing.

Modified:
  head/etc/rc.d/jail

Modified: head/etc/rc.d/jail
==============================================================================
--- head/etc/rc.d/jail	Sat Feb  7 01:50:32 2015	(r278342)
+++ head/etc/rc.d/jail	Sat Feb  7 05:02:10 2015	(r278343)
@@ -233,7 +233,8 @@ parse_options()
 		fi
 		eval : \${jail_${_j}_procfs_enable:=${jail_procfs_enable:-NO}}
 		if checkyesno jail_${_j}_procfs_enable; then
-			echo "	mount.procfs;"
+			echo "	mount += " \
+			    "\"procfs ${_rootdir%/}/proc procfs rw 0 0\";"
 		fi
 
 		eval : \${jail_${_j}_mount_enable:=${jail_mount_enable:-NO}}


More information about the svn-src-head mailing list