summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:31:06 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit7a5c52d503e99ecf6b80a37f50a7d6c6cbb8efab (patch)
tree6fa8caaa86946d172f4f2293f2b6abfdc2e29d38 /net-irc
parentnet-irc/inspircd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-7a5c52d503e99ecf6b80a37f50a7d6c6cbb8efab.tar.gz
gentoo-7a5c52d503e99ecf6b80a37f50a7d6c6cbb8efab.tar.bz2
gentoo-7a5c52d503e99ecf6b80a37f50a7d6c6cbb8efab.zip
net-irc/ircservices: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/ircservices/files/ircservices.init.d2
-rw-r--r--net-irc/ircservices/files/ircservices.initd2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/ircservices/files/ircservices.init.d b/net-irc/ircservices/files/ircservices.init.d
index 7d7931c3f153..97443b6fe6e3 100644
--- a/net-irc/ircservices/files/ircservices.init.d
+++ b/net-irc/ircservices/files/ircservices.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 or later
# $Id$
diff --git a/net-irc/ircservices/files/ircservices.initd b/net-irc/ircservices/files/ircservices.initd
index 05b5718bdb93..06931f91ca44 100644
--- a/net-irc/ircservices/files/ircservices.initd
+++ b/net-irc/ircservices/files/ircservices.initd
@@ -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 or later
# $Id$