summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:31:11 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit0ba892f28ba4e76cbc93023c16b754d1a15a9321 (patch)
tree2e70354252a7f62456669ef1a5dcadd52ba3bbdd /net-irc/shadowircd
parentnet-irc/rbot: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-0ba892f28ba4e76cbc93023c16b754d1a15a9321.tar.gz
gentoo-0ba892f28ba4e76cbc93023c16b754d1a15a9321.tar.bz2
gentoo-0ba892f28ba4e76cbc93023c16b754d1a15a9321.zip
net-irc/shadowircd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-irc/shadowircd')
-rw-r--r--net-irc/shadowircd/files/shadowircd.confd2
-rw-r--r--net-irc/shadowircd/files/shadowircd.initd2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/shadowircd/files/shadowircd.confd b/net-irc/shadowircd/files/shadowircd.confd
index 391bc347801b..5da910372da2 100644
--- a/net-irc/shadowircd/files/shadowircd.confd
+++ b/net-irc/shadowircd/files/shadowircd.confd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/net-irc/shadowircd/files/shadowircd.initd b/net-irc/shadowircd/files/shadowircd.initd
index 9b6fc15802e8..03621d6e8578 100644
--- a/net-irc/shadowircd/files/shadowircd.initd
+++ b/net-irc/shadowircd/files/shadowircd.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$