diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:05 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 0c70c752b35c306a142eac346674fb853c0a38df (patch) | |
tree | 59bbecdf86451f4a5f227f9eb2023af206ead217 /net-irc/inspircd | |
parent | net-irc/charybdis: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-0c70c752b35c306a142eac346674fb853c0a38df.tar.gz gentoo-0c70c752b35c306a142eac346674fb853c0a38df.tar.bz2 gentoo-0c70c752b35c306a142eac346674fb853c0a38df.zip |
net-irc/inspircd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-irc/inspircd')
-rw-r--r-- | net-irc/inspircd/files/inspircd-2.0.21-init | 2 | ||||
-rw-r--r-- | net-irc/inspircd/files/inspircd-init | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/inspircd/files/inspircd-2.0.21-init b/net-irc/inspircd/files/inspircd-2.0.21-init index 52549e9272ea..1c1a2c83f9e4 100644 --- a/net-irc/inspircd/files/inspircd-2.0.21-init +++ b/net-irc/inspircd/files/inspircd-2.0.21-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$ diff --git a/net-irc/inspircd/files/inspircd-init b/net-irc/inspircd/files/inspircd-init index 9c81a6bcc95f..e7b7934d2b1f 100644 --- a/net-irc/inspircd/files/inspircd-init +++ b/net-irc/inspircd/files/inspircd-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$ |