summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:31:04 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit83bc345479272b80fdcd862623fd94289772248c (patch)
tree5be9f744b6a878a7fd1d7f737f6d745ec749dc0a
parentnet-irc/atheme-services: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-83bc345479272b80fdcd862623fd94289772248c.tar.gz
gentoo-83bc345479272b80fdcd862623fd94289772248c.tar.bz2
gentoo-83bc345479272b80fdcd862623fd94289772248c.zip
net-irc/charybdis: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r--net-irc/charybdis/files/charybdis.confd2
-rw-r--r--net-irc/charybdis/files/charybdis.initd2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/charybdis/files/charybdis.confd b/net-irc/charybdis/files/charybdis.confd
index b97c3f4bb88e..5280d4f14b85 100644
--- a/net-irc/charybdis/files/charybdis.confd
+++ b/net-irc/charybdis/files/charybdis.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/charybdis/files/charybdis.initd b/net-irc/charybdis/files/charybdis.initd
index aae065530fff..451aac1039e7 100644
--- a/net-irc/charybdis/files/charybdis.initd
+++ b/net-irc/charybdis/files/charybdis.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$