diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:54 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | f2b69a39783def870bd7851efde7f7288a9e7074 (patch) | |
tree | eca025cb89f7b474319e036627c1fb4bd3f35497 /net-analyzer/ndoutils | |
parent | net-analyzer/nagircbot: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-f2b69a39783def870bd7851efde7f7288a9e7074.tar.gz gentoo-f2b69a39783def870bd7851efde7f7288a9e7074.tar.bz2 gentoo-f2b69a39783def870bd7851efde7f7288a9e7074.zip |
net-analyzer/ndoutils: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/ndoutils')
-rw-r--r-- | net-analyzer/ndoutils/files/ndo2db.init-nagios3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ndoutils/files/ndo2db.init-nagios3 b/net-analyzer/ndoutils/files/ndo2db.init-nagios3 index 60913254ab1d..eab5ac378c0a 100644 --- a/net-analyzer/ndoutils/files/ndo2db.init-nagios3 +++ b/net-analyzer/ndoutils/files/ndo2db.init-nagios3 @@ -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$ |