From d7cf4f41a1c23607735963865eba9e014e129e04 Mon Sep 17 00:00:00 2001 From: zi Date: Sun, 25 Sep 2011 20:35:06 +0000 Subject: - 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 --- net-mgmt/ndpmon/files/ndpmonitor.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-mgmt') 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 -- cgit