diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:33 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 37efe8c416ed568e035b79d6440a70e33ae0d634 (patch) | |
tree | 3269e3b6cd962c9a9819d746483e1f0b82fd4ba6 /net-misc/asterisk | |
parent | net-misc/arpsponge: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-37efe8c416ed568e035b79d6440a70e33ae0d634.tar.gz gentoo-37efe8c416ed568e035b79d6440a70e33ae0d634.tar.bz2 gentoo-37efe8c416ed568e035b79d6440a70e33ae0d634.zip |
net-misc/asterisk: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/asterisk')
-rw-r--r-- | net-misc/asterisk/files/1.8.0/asterisk.initd7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/asterisk/files/1.8.0/asterisk.initd7 b/net-misc/asterisk/files/1.8.0/asterisk.initd7 index ef7d4077490a..3626b6a58653 100644 --- a/net-misc/asterisk/files/1.8.0/asterisk.initd7 +++ b/net-misc/asterisk/files/1.8.0/asterisk.initd7 @@ -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$ |