diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:03 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 695cecc72ec88f6b1e11be4423c9fc4cc45e7c02 (patch) | |
tree | b58e32b0e6728aac6b41922c65d8e700ace01bc6 /net-irc/anope | |
parent | net-im/pyaim-t: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-695cecc72ec88f6b1e11be4423c9fc4cc45e7c02.tar.gz gentoo-695cecc72ec88f6b1e11be4423c9fc4cc45e7c02.tar.bz2 gentoo-695cecc72ec88f6b1e11be4423c9fc4cc45e7c02.zip |
net-irc/anope: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-irc/anope')
-rw-r--r-- | net-irc/anope/files/anope-init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/anope/files/anope-init.d b/net-irc/anope/files/anope-init.d index f8d73c67eadc..036608f0e53b 100644 --- a/net-irc/anope/files/anope-init.d +++ b/net-irc/anope/files/anope-init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |