diff options
-rw-r--r-- | net-irc/rbot/files/rbot.init | 2 | ||||
-rw-r--r-- | net-irc/rbot/files/rbot.init2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/rbot/files/rbot.init b/net-irc/rbot/files/rbot.init index e703cbf67532..c4e2f2facfd6 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 e77ae42a36cb..f37aa4d3fb02 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$ |