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 | |
parent | cae70c4448b5d391d649e2be1f3024dd1c1ea197 (diff) | |
download | gentoo-2b653bfcbe85670ff86f3e0312a9a5b0528265d8.tar.gz gentoo-2b653bfcbe85670ff86f3e0312a9a5b0528265d8.tar.xz |
net-irc/iroffer-dinoex: use #!/sbin/openrc-run instead of #!/sbin/runscript
-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 bf7fcf9dafb..a77c0e881af 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$ |