diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:11 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 0ba892f28ba4e76cbc93023c16b754d1a15a9321 (patch) | |
tree | 2e70354252a7f62456669ef1a5dcadd52ba3bbdd /net-irc/shadowircd | |
parent | net-irc/rbot: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-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.confd | 2 | ||||
-rw-r--r-- | net-irc/shadowircd/files/shadowircd.initd | 2 |
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$ |