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 | 070e76933e143f240c07e93991c367a7c9fcb703 (patch) | |
tree | b7fcc79b3d59399e27379e694bb9dca9e373aff5 /net-irc/rbot | |
parent | net-irc/quassel: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-070e76933e143f240c07e93991c367a7c9fcb703.tar.gz gentoo-070e76933e143f240c07e93991c367a7c9fcb703.tar.bz2 gentoo-070e76933e143f240c07e93991c367a7c9fcb703.zip |
net-irc/rbot: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-irc/rbot')
-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$ |