diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:31 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 9a2e109a22fd0c57e8dfa621feee4632fe8692b0 (patch) | |
tree | f33871d9cf9ab9b580a9fc14b5eec84a3450d941 /media-video | |
parent | media-tv/tvheadend: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-9a2e109a22fd0c57e8dfa621feee4632fe8692b0.tar.gz gentoo-9a2e109a22fd0c57e8dfa621feee4632fe8692b0.tar.bz2 gentoo-9a2e109a22fd0c57e8dfa621feee4632fe8692b0.zip |
media-video/flumotion: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/flumotion/files/flumotion-init-0.2.0 | 2 | ||||
-rw-r--r-- | media-video/flumotion/files/flumotion-init-3 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/flumotion/files/flumotion-init-0.2.0 b/media-video/flumotion/files/flumotion-init-0.2.0 index de571785ff38..4e17a6540f7a 100644 --- a/media-video/flumotion/files/flumotion-init-0.2.0 +++ b/media-video/flumotion/files/flumotion-init-0.2.0 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { need net diff --git a/media-video/flumotion/files/flumotion-init-3 b/media-video/flumotion/files/flumotion-init-3 index 898eae048766..f536e47979c5 100644 --- a/media-video/flumotion/files/flumotion-init-3 +++ b/media-video/flumotion/files/flumotion-init-3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { need net |