diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:34 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | bbacd8968697d773481eccfbfcbba330b34e2f41 (patch) | |
tree | 31efc91e1f18ea31d27b4478b0cf5aa9ca3f2914 /media-video/ushare | |
parent | media-video/motion: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-bbacd8968697d773481eccfbfcbba330b34e2f41.tar.gz gentoo-bbacd8968697d773481eccfbfcbba330b34e2f41.tar.bz2 gentoo-bbacd8968697d773481eccfbfcbba330b34e2f41.zip |
media-video/ushare: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'media-video/ushare')
-rw-r--r-- | media-video/ushare/files/ushare.init.d | 2 | ||||
-rw-r--r-- | media-video/ushare/files/ushare.init.d.ng | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ushare/files/ushare.init.d b/media-video/ushare/files/ushare.init.d index 157a1e358842..e007f6e3751f 100644 --- a/media-video/ushare/files/ushare.init.d +++ b/media-video/ushare/files/ushare.init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/media-video/ushare/files/ushare.init.d.ng b/media-video/ushare/files/ushare.init.d.ng index 5349c4bb353f..978c1c96d6fe 100644 --- a/media-video/ushare/files/ushare.init.d.ng +++ b/media-video/ushare/files/ushare.init.d.ng @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |