diff options
author | mtm <mtm@FreeBSD.org> | 2004-01-17 10:16:38 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2004-01-17 10:16:38 +0000 |
commit | 0bdb9e022017015ce285eea59bf776562406559b (patch) | |
tree | b1e5f4490c563be5ee1b3dc58ca3c32b6843258c /etc/rc.d/routed | |
parent | 6cbe68d985e79ef2d0735745b07048ebd3ca64a8 (diff) | |
download | FreeBSD-src-0bdb9e022017015ce285eea59bf776562406559b.zip FreeBSD-src-0bdb9e022017015ce285eea59bf776562406559b.tar.gz |
Luke Mewburn has indicated that they (NetBSD) are not interested
in keeping the scripts under rc.d in sync with us. So, begin removal
of NetBSD specific stuff (which made our scripts more complicated
than necessary), starting with the NetBSD KEYWORD.
Diffstat (limited to 'etc/rc.d/routed')
-rwxr-xr-x | etc/rc.d/routed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/routed b/etc/rc.d/routed index e26dbe1..a23f1a8 100755 --- a/etc/rc.d/routed +++ b/etc/rc.d/routed @@ -6,7 +6,7 @@ # PROVIDE: routed # REQUIRE: netif routing -# KEYWORD: FreeBSD NetBSD +# KEYWORD: FreeBSD . /etc/rc.subr |