From 0639437b99fa9e1a31aff0af83fbe8a588ec216a Mon Sep 17 00:00:00 2001 From: Jamie Gritton Date: Tue, 10 Feb 2015 00:48:51 +0000 Subject: [PATCH] Un-revert the r278323 again - whatever Jenkins/kyua is up it, it has nothing to do with this. --- etc/rc.d/jail | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/rc.d/jail b/etc/rc.d/jail index 393e3552657..ea62f4839db 100755 --- a/etc/rc.d/jail +++ b/etc/rc.d/jail @@ -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}} -- 2.45.2