diff options
author | zi <zi@FreeBSD.org> | 2011-09-26 04:35:06 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-09-26 04:35:06 +0800 |
commit | d7cf4f41a1c23607735963865eba9e014e129e04 (patch) | |
tree | dbefc537eeab2bf378fb95926f023ca76493ce60 /net-mgmt | |
parent | bc457f9c44870e9d5a18902da98d6bba766b99f9 (diff) | |
download | freebsd-ports-gnome-d7cf4f41a1c23607735963865eba9e014e129e04.tar.gz freebsd-ports-gnome-d7cf4f41a1c23607735963865eba9e014e129e04.tar.zst freebsd-ports-gnome-d7cf4f41a1c23607735963865eba9e014e129e04.zip |
- Should use LOGIN unless there's a valid reason not to.
- Should implement shutdown to allow the daemon to be stopped cleanly.
Reported by: dougb
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ndpmon/files/ndpmonitor.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/ndpmon/files/ndpmonitor.in b/net-mgmt/ndpmon/files/ndpmonitor.in index c7a1d2449d2b..b0c240b78de2 100644 --- a/net-mgmt/ndpmon/files/ndpmonitor.in +++ b/net-mgmt/ndpmon/files/ndpmonitor.in @@ -3,7 +3,8 @@ # $FreeBSD$ # # PROVIDE: ndpmonitor -# REQUIRE: DAEMON NETWORKING +# REQUIRE: LOGIN +# KEYWORD: shutdown # . /etc/rc.subr |