]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - net-analyzer/pnp4nagios/files/npcd.initd
dev-perl/Net-IMAP-Client: new user-requested package.
[mjo-overlay.git] / net-analyzer / pnp4nagios / files / npcd.initd
1 #!/sbin/runscript
2 # Copyright 1999-2012 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License v2
4 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/files/npcd.initd,v 1.1 2012/07/22 21:45:07 idl0r Exp $
5
6 extra_started_commands="reload"
7
8 command="/usr/bin/npcd"
9 command_args="-f /etc/pnp/npcd.cfg -d"
10
11 depend() {
12 need net
13 }
14
15 reload() {
16 ebegin "Reloading npcd"
17 kill -HUP `pgrep npcd`
18 eend $? "Failed to reload npcd"
19 }