svn commit: r278480 - head/etc/rc.d
Jamie Gritton
jamie at FreeBSD.org
Tue Feb 10 00:48:52 UTC 2015
Author: jamie
Date: Tue Feb 10 00:48:51 2015
New Revision: 278480
URL: https://svnweb.freebsd.org/changeset/base/278480
Log:
Un-revert the r278323 again - whatever Jenkins/kyua is up it, it has
nothing to do with this.
Modified:
head/etc/rc.d/jail
Modified: head/etc/rc.d/jail
==============================================================================
--- head/etc/rc.d/jail Mon Feb 9 23:13:50 2015 (r278479)
+++ head/etc/rc.d/jail Tue Feb 10 00:48:51 2015 (r278480)
@@ -233,8 +233,7 @@ parse_options()
fi
eval : \${jail_${_j}_procfs_enable:=${jail_procfs_enable:-NO}}
if checkyesno jail_${_j}_procfs_enable; then
- echo " mount += " \
- "\"procfs ${_rootdir%/}/proc procfs rw 0 0\";"
+ echo " mount.procfs;"
fi
eval : \${jail_${_j}_mount_enable:=${jail_mount_enable:-NO}}
More information about the svn-src-all
mailing list