diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:14 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b40571bcdef1a55b1fdf94030ad8a49f7951e1c5 (patch) | |
tree | c8be67d7e064bf5fdcc8b57a07f76a09683c0bd2 /media-sound | |
parent | media-radio/svxlink: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b40571bcdef1a55b1fdf94030ad8a49f7951e1c5.tar.gz gentoo-b40571bcdef1a55b1fdf94030ad8a49f7951e1c5.tar.bz2 gentoo-b40571bcdef1a55b1fdf94030ad8a49f7951e1c5.zip |
media-sound/aumix: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/aumix/files/aumix.rc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/aumix/files/aumix.rc6 b/media-sound/aumix/files/aumix.rc6 index f3f3d23645be..cd4c67473d99 100644 --- a/media-sound/aumix/files/aumix.rc6 +++ b/media-sound/aumix/files/aumix.rc6 @@ -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$ |