diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:56 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 2a208ad971d7cc7fad397e8c92aa4a46bef7f76e (patch) | |
tree | 1a2a51fda1f25c30e12985557b93812ddbce17db | |
parent | a28d81be0ef1976ed7752bfe4057025f36d2f33e (diff) | |
download | gentoo-2a208ad971d7cc7fad397e8c92aa4a46bef7f76e.tar.gz gentoo-2a208ad971d7cc7fad397e8c92aa4a46bef7f76e.tar.xz |
dev-db/mysql-proxy: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r-- | dev-db/mysql-proxy/files/mysql-proxy.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/mysql-proxy/files/mysql-proxy.initd b/dev-db/mysql-proxy/files/mysql-proxy.initd index fbbc8df72d9..abd1176fea8 100644 --- a/dev-db/mysql-proxy/files/mysql-proxy.initd +++ b/dev-db/mysql-proxy/files/mysql-proxy.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |