From 073f16b61415373a5ab0946e298e4da8899d0936 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:31:57 -0500 Subject: [PATCH] net-misc/mediatomb: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-misc/mediatomb/files/mediatomb-0.12.0.initd | 2 +- net-misc/mediatomb/files/mediatomb-0.12.1.initd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/mediatomb/files/mediatomb-0.12.0.initd b/net-misc/mediatomb/files/mediatomb-0.12.0.initd index 5f6112b3499b..acc23a09a33b 100644 --- a/net-misc/mediatomb/files/mediatomb-0.12.0.initd +++ b/net-misc/mediatomb/files/mediatomb-0.12.0.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run depend() { need net #MYSQL# diff --git a/net-misc/mediatomb/files/mediatomb-0.12.1.initd b/net-misc/mediatomb/files/mediatomb-0.12.1.initd index 49ea8fa2c559..0ae26f1f0c19 100644 --- a/net-misc/mediatomb/files/mediatomb-0.12.1.initd +++ b/net-misc/mediatomb/files/mediatomb-0.12.1.initd @@ -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$ -- 2.26.2