Page MenuHomeFreeBSD

D24570.id70976.diff
No OneTemporary

D24570.id70976.diff

Index: libexec/rc/rc.d/jail
===================================================================
--- libexec/rc/rc.d/jail
+++ libexec/rc/rc.d/jail
@@ -119,12 +119,16 @@
return
fi
eval _jconf=\"\${jail_${_jv}_conf:-/etc/jail.${_j}.conf}\"
+ eval _jconfdir=\"\/etc/jail.d/${_j}.conf\"
eval _rootdir=\"\$jail_${_jv}_rootdir\"
eval _hostname=\"\$jail_${_jv}_hostname\"
if [ -z "$_rootdir" -o \
-z "$_hostname" ]; then
if [ -r "$_jconf" ]; then
_conf="$_jconf"
+ return 0
+ elif [ -r "$_jconfdir" ]; then
+ _conf="$_jconfdir"
return 0
elif [ -r "$jail_conf" ]; then
_conf="$jail_conf"

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 2:23 AM (16 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30862390
Default Alt Text
D24570.id70976.diff (622 B)

Event Timeline