From: Austin English Date: Wed, 18 May 2016 06:27:54 +0000 (-0500) Subject: dev-db/mongodb: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fdcc665dd233552874549d7cede0b48aa3a91eee;p=gentoo.git dev-db/mongodb: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/dev-db/mongodb/files/mms-agent.initd b/dev-db/mongodb/files/mms-agent.initd index 7f7196501639..a937fbfe9bb7 100644 --- a/dev-db/mongodb/files/mms-agent.initd +++ b/dev-db/mongodb/files/mms-agent.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/dev-db/mongodb/files/mms-agent.initd-r1 b/dev-db/mongodb/files/mms-agent.initd-r1 index 66d408b08322..91002b578d94 100644 --- a/dev-db/mongodb/files/mms-agent.initd-r1 +++ b/dev-db/mongodb/files/mms-agent.initd-r1 @@ -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$ diff --git a/dev-db/mongodb/files/mms-agent.initd-r2 b/dev-db/mongodb/files/mms-agent.initd-r2 index 9c63be02245d..592dd9cbeaa0 100644 --- a/dev-db/mongodb/files/mms-agent.initd-r2 +++ b/dev-db/mongodb/files/mms-agent.initd-r2 @@ -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$ diff --git a/dev-db/mongodb/files/mongodb.initd-r2 b/dev-db/mongodb/files/mongodb.initd-r2 index fd78ed578881..3063f128ca3f 100644 --- a/dev-db/mongodb/files/mongodb.initd-r2 +++ b/dev-db/mongodb/files/mongodb.initd-r2 @@ -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$ diff --git a/dev-db/mongodb/files/mongos.initd-r1 b/dev-db/mongodb/files/mongos.initd-r1 index c72292573a45..1df48d642ac2 100644 --- a/dev-db/mongodb/files/mongos.initd-r1 +++ b/dev-db/mongodb/files/mongos.initd-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/dev-db/mongodb/files/mongos.initd-r2 b/dev-db/mongodb/files/mongos.initd-r2 index e8845a0555dc..e364fae32c7a 100644 --- a/dev-db/mongodb/files/mongos.initd-r2 +++ b/dev-db/mongodb/files/mongos.initd-r2 @@ -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$