diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:35:22 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 7a91300d503cebe528d1eda2c031bdde3842ac8c (patch) | |
tree | 59b911fd86de7f355b8308f38c1707d2006d11b6 /www-servers/pound | |
parent | www-servers/ocsigenserver: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-7a91300d503cebe528d1eda2c031bdde3842ac8c.tar.gz gentoo-7a91300d503cebe528d1eda2c031bdde3842ac8c.tar.bz2 gentoo-7a91300d503cebe528d1eda2c031bdde3842ac8c.zip |
www-servers/pound: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'www-servers/pound')
-rw-r--r-- | www-servers/pound/files/pound.init-1.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/pound/files/pound.init-1.9 b/www-servers/pound/files/pound.init-1.9 index 02da709d0cde..fd00aca8d685 100644 --- a/www-servers/pound/files/pound.init-1.9 +++ b/www-servers/pound/files/pound.init-1.9 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |