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