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/rwho | |
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/rwho')
-rwxr-xr-x | etc/rc.d/rwho | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/rwho b/etc/rc.d/rwho index 4a01ac1..27a1923 100755 --- a/etc/rc.d/rwho +++ b/etc/rc.d/rwho @@ -7,7 +7,7 @@ # PROVIDE: rwho # REQUIRE: DAEMON # BEFORE: LOGIN -# KEYWORD: FreeBSD NetBSD +# KEYWORD: FreeBSD . /etc/rc.subr |