diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:00 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 3d0277f42242c078dc108ff2bbd22bcd383c0888 (patch) | |
tree | b5286a33f78045d063562afa3a036c6fc158a3b6 /net-analyzer/nrpe | |
parent | net-analyzer/net-snmp: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-3d0277f42242c078dc108ff2bbd22bcd383c0888.tar.gz gentoo-3d0277f42242c078dc108ff2bbd22bcd383c0888.tar.bz2 gentoo-3d0277f42242c078dc108ff2bbd22bcd383c0888.zip |
net-analyzer/nrpe: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/nrpe')
-rw-r--r-- | net-analyzer/nrpe/files/nrpe.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nrpe/files/nrpe.init b/net-analyzer/nrpe/files/nrpe.init index b1f343070eb6..adb5502d55ff 100644 --- a/net-analyzer/nrpe/files/nrpe.init +++ b/net-analyzer/nrpe/files/nrpe.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |