Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150792731
D24570.id70976.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
622 B
Referenced Files
None
Subscribers
None
D24570.id70976.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D24570: Add support for jail.d
Attached
Detach File
Event Timeline
Log In to Comment