diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:53 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 37a12a9d5d8bdc1753e5c4aa4cc14a6f23656084 (patch) | |
tree | 3d186b020dca0a6202bf0ec0e9ebdadad3990dd5 /dev-db | |
parent | dev-db/firebird: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-37a12a9d5d8bdc1753e5c4aa4cc14a6f23656084.tar.gz gentoo-37a12a9d5d8bdc1753e5c4aa4cc14a6f23656084.tar.bz2 gentoo-37a12a9d5d8bdc1753e5c4aa4cc14a6f23656084.zip |
dev-db/hyperdex: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/hyperdex/files/hyperdex.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/hyperdex/files/hyperdex.initd b/dev-db/hyperdex/files/hyperdex.initd index d06244027169..73172353d377 100644 --- a/dev-db/hyperdex/files/hyperdex.initd +++ b/dev-db/hyperdex/files/hyperdex.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$ |