aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/kadmind
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/kadmind')
-rwxr-xr-xlibexec/rc/rc.d/kadmind10
1 files changed, 3 insertions, 7 deletions
diff --git a/libexec/rc/rc.d/kadmind b/libexec/rc/rc.d/kadmind
index 140ece811f66..0cee49630480 100755
--- a/libexec/rc/rc.d/kadmind
+++ b/libexec/rc/rc.d/kadmind
@@ -12,17 +12,13 @@ name=kadmind
desc="Server for administrative access to Kerberos database"
rcvar=${name}_enable
required_vars=kdc_enable
-start_precmd=${name}_start_precmd
+command_args="$command_args &"
+
+: ${kadmind_svcj_options:="net_basic"}
set_rcvar_obsolete kadmind5_server_enable kadmind_enable
set_rcvar_obsolete kadmind5_server kadmind_program
set_rcvar_obsolete kerberos5_server_enable kdc_enable
-kadmind_start_precmd()
-{
-
- command_args="$command_args &"
-}
-
load_rc_config $name
run_rc_command "$1"