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/isdnd | |
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/isdnd')
-rw-r--r-- | etc/rc.d/isdnd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/isdnd b/etc/rc.d/isdnd index a077b8d..5c490b05 100644 --- a/etc/rc.d/isdnd +++ b/etc/rc.d/isdnd @@ -8,7 +8,7 @@ # PROVIDE: isdnd # REQUIRE: netif mountcritlocal -# KEYWORD: FreeBSD NetBSD +# KEYWORD: FreeBSD . /etc/rc.subr |