summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:31:05 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit0c70c752b35c306a142eac346674fb853c0a38df (patch)
tree59bbecdf86451f4a5f227f9eb2023af206ead217
parentnet-irc/charybdis: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-0c70c752b35c306a142eac346674fb853c0a38df.tar.gz
gentoo-0c70c752b35c306a142eac346674fb853c0a38df.tar.bz2
gentoo-0c70c752b35c306a142eac346674fb853c0a38df.zip
net-irc/inspircd: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r--net-irc/inspircd/files/inspircd-2.0.21-init2
-rw-r--r--net-irc/inspircd/files/inspircd-init2
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$