summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/route6d
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2004-01-17 10:59:43 +0000
committermtm <mtm@FreeBSD.org>2004-01-17 10:59:43 +0000
commit5da6236d0167eab4e233aaf815198eb7d1fe5898 (patch)
tree6439610462f4b5b56816a33d4ba3c60ab1fe1868 /etc/rc.d/route6d
parent7948e91c15e85d387bf8070d18fd9257a7d982be (diff)
downloadFreeBSD-src-5da6236d0167eab4e233aaf815198eb7d1fe5898.zip
FreeBSD-src-5da6236d0167eab4e233aaf815198eb7d1fe5898.tar.gz
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.
Diffstat (limited to 'etc/rc.d/route6d')
-rwxr-xr-xetc/rc.d/route6d14
1 files changed, 3 insertions, 11 deletions
diff --git a/etc/rc.d/route6d b/etc/rc.d/route6d
index c7afb96..5553303 100755
--- a/etc/rc.d/route6d
+++ b/etc/rc.d/route6d
@@ -19,16 +19,8 @@ name="route6d"
#
load_rc_config $name
-case ${OSTYPE} in
-FreeBSD)
- rcvar="ipv6_router_enable"
- command="${ipv6_router:-/usr/sbin/${name}}"
- eval ${name}_flags=\"${ipv6_router_flags}\"
- ;;
-NetBSD)
- rcvar=$name
- command="/usr/sbin/${name}"
- ;;
-esac
+rcvar="ipv6_router_enable"
+command="${ipv6_router:-/usr/sbin/${name}}"
+eval ${name}_flags=\"${ipv6_router_flags}\"
run_rc_command "$1"
OpenPOWER on IntegriCloud