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/files/mongodb.initd-r2 | |
| parent | 37a12a9d5d8bdc1753e5c4aa4cc14a6f23656084 (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/files/mongodb.initd-r2')
| -rw-r--r-- | dev-db/mongodb/files/mongodb.initd-r2 | 2 |
1 files changed, 1 insertions, 1 deletions
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$ |
