diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:04 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 83bc345479272b80fdcd862623fd94289772248c (patch) | |
tree | 5be9f744b6a878a7fd1d7f737f6d745ec749dc0a /net-irc/charybdis | |
parent | net-irc/atheme-services: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-83bc345479272b80fdcd862623fd94289772248c.tar.gz gentoo-83bc345479272b80fdcd862623fd94289772248c.tar.bz2 gentoo-83bc345479272b80fdcd862623fd94289772248c.zip |
net-irc/charybdis: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-irc/charybdis')
-rw-r--r-- | net-irc/charybdis/files/charybdis.confd | 2 | ||||
-rw-r--r-- | net-irc/charybdis/files/charybdis.initd | 2 |
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$ |