diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:54 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | fdcc665dd233552874549d7cede0b48aa3a91eee (patch) | |
tree | fa860ab700a3a048ef351176c8a2d41f5831f9c4 /dev-db/mongodb | |
parent | dev-db/hyperdex: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-fdcc665dd233552874549d7cede0b48aa3a91eee.tar.gz gentoo-fdcc665dd233552874549d7cede0b48aa3a91eee.tar.bz2 gentoo-fdcc665dd233552874549d7cede0b48aa3a91eee.zip |
dev-db/mongodb: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-db/mongodb')
-rw-r--r-- | dev-db/mongodb/files/mms-agent.initd | 2 | ||||
-rw-r--r-- | dev-db/mongodb/files/mms-agent.initd-r1 | 2 | ||||
-rw-r--r-- | dev-db/mongodb/files/mms-agent.initd-r2 | 2 | ||||
-rw-r--r-- | dev-db/mongodb/files/mongodb.initd-r2 | 2 | ||||
-rw-r--r-- | dev-db/mongodb/files/mongos.initd-r1 | 2 | ||||
-rw-r--r-- | dev-db/mongodb/files/mongos.initd-r2 | 2 |
6 files changed, 6 insertions, 6 deletions
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$ |