diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-03 14:13:09 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-03 14:17:01 -0500 |
commit | 6dc95066dbe1e0879147cca99e9f3d6af74da2c3 (patch) | |
tree | 4e698e855b8ed59cb6cb62b18bdd7c9fd634aca1 /net-proxy/wwwoffle/files/wwwoffle.initd | |
parent | net-proxy/tinyproxy: remove old version (diff) | |
download | gentoo-6dc95066dbe1e0879147cca99e9f3d6af74da2c3.tar.gz gentoo-6dc95066dbe1e0879147cca99e9f3d6af74da2c3.tar.bz2 gentoo-6dc95066dbe1e0879147cca99e9f3d6af74da2c3.zip |
net-proxy/wwwoffle: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/573846
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-proxy/wwwoffle/files/wwwoffle.initd')
-rw-r--r-- | net-proxy/wwwoffle/files/wwwoffle.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/wwwoffle/files/wwwoffle.initd b/net-proxy/wwwoffle/files/wwwoffle.initd index 8aa6e104036d..7feca3049d74 100644 --- a/net-proxy/wwwoffle/files/wwwoffle.initd +++ b/net-proxy/wwwoffle/files/wwwoffle.initd @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |