summaryrefslogtreecommitdiff
path: root/etc/rc.d/bootparams
diff options
context:
space:
mode:
authorMike Makonnen <mtm@FreeBSD.org>2004-01-17 10:40:45 +0000
committerMike Makonnen <mtm@FreeBSD.org>2004-01-17 10:40:45 +0000
commit9dd342fee6bfd0dd8d11ac881541c9f47c27448e (patch)
tree99720b9841634a9c5e100113c18279be9db362fb /etc/rc.d/bootparams
parent45550658617bab1a5e2228cc0adb133e5e76aea0 (diff)
Notes
Diffstat (limited to 'etc/rc.d/bootparams')
-rwxr-xr-xetc/rc.d/bootparams10
1 files changed, 1 insertions, 9 deletions
diff --git a/etc/rc.d/bootparams b/etc/rc.d/bootparams
index d141100183091..5e11abbc326d0 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"