From 9dd342fee6bfd0dd8d11ac881541c9f47c27448e Mon Sep 17 00:00:00 2001 From: Mike Makonnen Date: Sat, 17 Jan 2004 10:40:45 +0000 Subject: Luke Mewburn has indicated that they (NetBSD) are not interested in keeping the scripts under rc.d in sync with us. So, remove NetBSD specific stuff (which made our scripts more complicated than necessary). The NetBSD ident string will be left intact, both for history and also incase we wish to pull in future versions. --- etc/rc.d/bootparams | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'etc/rc.d/bootparams') 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" -- cgit v1.2.3