diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:07 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | d15ab96b272ad07583668a2525c8b4e7e3712ab9 (patch) | |
tree | 269e6ca357ac3c75a2762d83d2d99bf4ad2a98cc /net-analyzer | |
parent | net-analyzer/pmacct: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-d15ab96b272ad07583668a2525c8b4e7e3712ab9.tar.gz gentoo-d15ab96b272ad07583668a2525c8b4e7e3712ab9.tar.bz2 gentoo-d15ab96b272ad07583668a2525c8b4e7e3712ab9.zip |
net-analyzer/pnp4nagios: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/pnp4nagios/files/npcd | 2 | ||||
-rw-r--r-- | net-analyzer/pnp4nagios/files/npcd.initd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/pnp4nagios/files/npcd b/net-analyzer/pnp4nagios/files/npcd index 3f0704043b39..62915ba98a31 100644 --- a/net-analyzer/pnp4nagios/files/npcd +++ b/net-analyzer/pnp4nagios/files/npcd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-analyzer/pnp4nagios/files/npcd.initd b/net-analyzer/pnp4nagios/files/npcd.initd index 2c71ada44870..f48efba5f7a8 100644 --- a/net-analyzer/pnp4nagios/files/npcd.initd +++ b/net-analyzer/pnp4nagios/files/npcd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |