summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/jail
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/jail')
-rw-r--r--etc/rc.d/jail11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/rc.d/jail b/etc/rc.d/jail
index 0edf078..fbb2dd6 100644
--- a/etc/rc.d/jail
+++ b/etc/rc.d/jail
@@ -86,6 +86,17 @@ init_variables()
debug "$_j exec start: $jail_exec_start"
debug "$_j exec stop: $jail_exec_stop"
debug "$_j flags: $jail_flags"
+
+ if [ -z "${jail_hostname}" ]; then
+ err 3 "$name: No hostname has been defined for ${_j}"
+ fi
+ if [ -z "${jail_rootdir}" ]; then
+ err 3 "$name: No root directory has been defined for ${_j}"
+ fi
+ if [ -z "${jail_ip}" ]; then
+ err 3 "$name: No IP address has been defined for ${_j}"
+ fi
+
}
# set_sysctl rc_knob mib msg
OpenPOWER on IntegriCloud