diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:13 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 61218b6fbc22c78a1b6a4b42c15e8ddc88d5d9e7 (patch) | |
tree | 54159591c85d5f6e129fedd5e005ee0bd8392e7f | |
parent | net-proxy/ufdbguard: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-61218b6fbc22c78a1b6a4b42c15e8ddc88d5d9e7.tar.gz gentoo-61218b6fbc22c78a1b6a4b42c15e8ddc88d5d9e7.tar.bz2 gentoo-61218b6fbc22c78a1b6a4b42c15e8ddc88d5d9e7.zip |
net-voip/yate: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r-- | net-voip/yate/files/yate.rc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-voip/yate/files/yate.rc6 b/net-voip/yate/files/yate.rc6 index d2d8a5adac0d..edeff0fe8add 100644 --- a/net-voip/yate/files/yate.rc6 +++ b/net-voip/yate/files/yate.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$ |