diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:33 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 240a711c93e11bc60e5b616d8722373d89b40a6a (patch) | |
tree | 431c2c26f6b67578bac41057058eb5ecd4b9380c /media-video/motion | |
parent | media-video/mjpg-streamer: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-240a711c93e11bc60e5b616d8722373d89b40a6a.tar.gz gentoo-240a711c93e11bc60e5b616d8722373d89b40a6a.tar.bz2 gentoo-240a711c93e11bc60e5b616d8722373d89b40a6a.zip |
media-video/motion: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'media-video/motion')
-rw-r--r-- | media-video/motion/files/motion.initd-r2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/motion/files/motion.initd-r2 b/media-video/motion/files/motion.initd-r2 index c2e2740f0f4e..18b2e5bb0b71 100644 --- a/media-video/motion/files/motion.initd-r2 +++ b/media-video/motion/files/motion.initd-r2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |