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}}
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to