diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:08 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 33ad24b07bf9deef4867e15938aefb4f979c9a41 (patch) | |
tree | 52a946245629e9d1fb8339b8a4383bfac426c24e /net-irc | |
parent | net-irc/iroffer-dinoex: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-33ad24b07bf9deef4867e15938aefb4f979c9a41.tar.gz gentoo-33ad24b07bf9deef4867e15938aefb4f979c9a41.tar.bz2 gentoo-33ad24b07bf9deef4867e15938aefb4f979c9a41.zip |
net-irc/ngircd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/ngircd/files/ngircd.init-r1.d | 2 | ||||
-rw-r--r-- | net-irc/ngircd/files/ngircd.init.d | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/ngircd/files/ngircd.init-r1.d b/net-irc/ngircd/files/ngircd.init-r1.d index ad7df21d3fb3..396ac2c6f003 100644 --- a/net-irc/ngircd/files/ngircd.init-r1.d +++ b/net-irc/ngircd/files/ngircd.init-r1.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-irc/ngircd/files/ngircd.init.d b/net-irc/ngircd/files/ngircd.init.d index 1736073bfe9c..7f0668272600 100644 --- a/net-irc/ngircd/files/ngircd.init.d +++ b/net-irc/ngircd/files/ngircd.init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |