diff options
Diffstat (limited to 'etc/rc.d/bootparams')
-rwxr-xr-x | etc/rc.d/bootparams | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/etc/rc.d/bootparams b/etc/rc.d/bootparams index d141100..5e11abb 100755 --- a/etc/rc.d/bootparams +++ b/etc/rc.d/bootparams @@ -14,15 +14,7 @@ name="bootparamd" rcvar=`set_rcvar` required_files="/etc/bootparams" - -case ${OSTYPE} in -FreeBSD) - command="/usr/sbin/${name}" - ;; -NetBSD) - command="/usr/sbin/rpc.${name}" - ;; -esac +command="/usr/sbin/${name}" load_rc_config $name run_rc_command "$1" |