diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:27 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | abc4aad0b4b068f01c81772c11c7c682d625e5fb (patch) | |
tree | 41d22c6585df7f298cda970654f4a98de18b88af /media-sound | |
parent | media-sound/scmpc: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-abc4aad0b4b068f01c81772c11c7c682d625e5fb.tar.gz gentoo-abc4aad0b4b068f01c81772c11c7c682d625e5fb.tar.bz2 gentoo-abc4aad0b4b068f01c81772c11c7c682d625e5fb.zip |
media-sound/setmixer: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/setmixer/files/setmixer.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/setmixer/files/setmixer.rc b/media-sound/setmixer/files/setmixer.rc index 8c71076e7607..f701f0e4629c 100644 --- a/media-sound/setmixer/files/setmixer.rc +++ b/media-sound/setmixer/files/setmixer.rc @@ -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$ |