diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:22 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | d5b89be0fcf3f0cca992d02605dd589ee938382b (patch) | |
tree | ff1387150b12d8347537ba8b90135774c1c8f6ff /media-sound | |
parent | bbda3d39ada0f0eb23dbd2b3f5970d16d14a7131 (diff) | |
download | gentoo-d5b89be0fcf3f0cca992d02605dd589ee938382b.tar.gz gentoo-d5b89be0fcf3f0cca992d02605dd589ee938382b.tar.xz |
media-sound/mpdscribble: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpdscribble/files/mpdscribble.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-sound/mpdscribble/files/mpdscribble.rc b/media-sound/mpdscribble/files/mpdscribble.rc index 463d27fec89..ac8a41e68fe 100644 --- a/media-sound/mpdscribble/files/mpdscribble.rc +++ b/media-sound/mpdscribble/files/mpdscribble.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { need net |