diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:26 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | fca6d25b5dade2941f4b84ff20d993369ff47436 (patch) | |
tree | 7845a4aeb25aa8246a6feaca1f071f85202396b8 /media-sound/scmpc | |
parent | media-sound/pulseaudio: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-fca6d25b5dade2941f4b84ff20d993369ff47436.tar.gz gentoo-fca6d25b5dade2941f4b84ff20d993369ff47436.tar.bz2 gentoo-fca6d25b5dade2941f4b84ff20d993369ff47436.zip |
media-sound/scmpc: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'media-sound/scmpc')
-rw-r--r-- | media-sound/scmpc/files/scmpc-2.init | 2 | ||||
-rw-r--r-- | media-sound/scmpc/files/scmpc.init | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/scmpc/files/scmpc-2.init b/media-sound/scmpc/files/scmpc-2.init index e6165cc0e914..41e93027e4b3 100644 --- a/media-sound/scmpc/files/scmpc-2.init +++ b/media-sound/scmpc/files/scmpc-2.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/media-sound/scmpc/files/scmpc.init b/media-sound/scmpc/files/scmpc.init index e9039da4a628..63ffd3eb6a2a 100644 --- a/media-sound/scmpc/files/scmpc.init +++ b/media-sound/scmpc/files/scmpc.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |