diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:34 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | fb228be4ca48478fda4a91e8fef7d7eaff478cf0 (patch) | |
tree | 6d85234aa5e3b8ff8b0a6fdf39948e0d63a70596 /net-misc/astmanproxy/files | |
parent | net-misc/asterisk: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-fb228be4ca48478fda4a91e8fef7d7eaff478cf0.tar.gz gentoo-fb228be4ca48478fda4a91e8fef7d7eaff478cf0.tar.bz2 gentoo-fb228be4ca48478fda4a91e8fef7d7eaff478cf0.zip |
net-misc/astmanproxy: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/astmanproxy/files')
-rw-r--r-- | net-misc/astmanproxy/files/astmanproxy.rc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/astmanproxy/files/astmanproxy.rc6 b/net-misc/astmanproxy/files/astmanproxy.rc6 index dcb0a936ab90..588a4c3e647d 100644 --- a/net-misc/astmanproxy/files/astmanproxy.rc6 +++ b/net-misc/astmanproxy/files/astmanproxy.rc6 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |