X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=net-analyzer%2Fpnp4nagios%2Ffiles%2Fnpcd.initd;fp=net-analyzer%2Fpnp4nagios%2Ffiles%2Fnpcd.initd;h=0000000000000000000000000000000000000000;hb=c19b471ee52ca6fa617b580661e73e613905332a;hp=abf7aeb7ea763b0211d307bb4bf6417c12cd4776;hpb=e4d8b7a9027fa201bce271e542b8e32d06c07a59;p=mjo-overlay.git diff --git a/net-analyzer/pnp4nagios/files/npcd.initd b/net-analyzer/pnp4nagios/files/npcd.initd deleted file mode 100644 index abf7aeb..0000000 --- a/net-analyzer/pnp4nagios/files/npcd.initd +++ /dev/null @@ -1,19 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pnp4nagios/files/npcd.initd,v 1.1 2012/07/22 21:45:07 idl0r Exp $ - -extra_started_commands="reload" - -command="/usr/bin/npcd" -command_args="-f /etc/pnp/npcd.cfg -d" - -depend() { - need net -} - -reload() { - ebegin "Reloading npcd" - kill -HUP `pgrep npcd` - eend $? "Failed to reload npcd" -}