Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Feb 2015 05:02:11 +0000 (UTC)
From:      Jamie Gritton <jamie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278343 - head/etc/rc.d
Message-ID:  <201502070502.t1752Bxo060611@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502070502.t1752Bxo060611>