diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:07 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 2b653bfcbe85670ff86f3e0312a9a5b0528265d8 (patch) | |
tree | 501990ef8e05372630e6c59dae0be62922ac5ee6 /net-irc/iroffer-dinoex | |
parent | net-irc/irker: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-2b653bfcbe85670ff86f3e0312a9a5b0528265d8.tar.gz gentoo-2b653bfcbe85670ff86f3e0312a9a5b0528265d8.tar.bz2 gentoo-2b653bfcbe85670ff86f3e0312a9a5b0528265d8.zip |
net-irc/iroffer-dinoex: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-irc/iroffer-dinoex')
-rw-r--r-- | net-irc/iroffer-dinoex/files/iroffer-dinoex.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-irc/iroffer-dinoex/files/iroffer-dinoex.init b/net-irc/iroffer-dinoex/files/iroffer-dinoex.init index bf7fcf9dafbb..a77c0e881af7 100644 --- a/net-irc/iroffer-dinoex/files/iroffer-dinoex.init +++ b/net-irc/iroffer-dinoex/files/iroffer-dinoex.init @@ -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$ |