aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/inetd
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/inetd')
-rwxr-xr-xlibexec/rc/rc.d/inetd2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/inetd b/libexec/rc/rc.d/inetd
index 9820f8dc319a..81cc18d95be2 100755
--- a/libexec/rc/rc.d/inetd
+++ b/libexec/rc/rc.d/inetd
@@ -16,5 +16,7 @@ pidfile="/var/run/${name}.pid"
required_files="/etc/${name}.conf"
extra_commands="reload"
+: ${inetd_svcj_options:="net_basic"}
+
load_rc_config $name
run_rc_command "$1"