summaryrefslogtreecommitdiff
path: root/net-irc
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
commit070e76933e143f240c07e93991c367a7c9fcb703 (patch)
treeb7fcc79b3d59399e27379e694bb9dca9e373aff5 /net-irc
parentd594f6621499687b348ee44b1257b835ef32417f (diff)
downloadgentoo-070e76933e143f240c07e93991c367a7c9fcb703.tar.gz
gentoo-070e76933e143f240c07e93991c367a7c9fcb703.tar.xz
net-irc/rbot: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/rbot/files/rbot.init2
-rw-r--r--net-irc/rbot/files/rbot.init22
2 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/rbot/files/rbot.init b/net-irc/rbot/files/rbot.init
index e703cbf6753..c4e2f2facfd 100644
--- a/net-irc/rbot/files/rbot.init
+++ b/net-irc/rbot/files/rbot.init
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/net-irc/rbot/files/rbot.init2 b/net-irc/rbot/files/rbot.init2
index e77ae42a36c..f37aa4d3fb0 100644
--- a/net-irc/rbot/files/rbot.init2
+++ b/net-irc/rbot/files/rbot.init2
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$