diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:52 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | a7373dc8e3fc7d5f9199b711d2fedd4d11d80926 (patch) | |
tree | 2137a25bc722e1b445821dd7187a3036230f1244 /dev-db/etcd | |
parent | dev-db/ctdb: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-a7373dc8e3fc7d5f9199b711d2fedd4d11d80926.tar.gz gentoo-a7373dc8e3fc7d5f9199b711d2fedd4d11d80926.tar.bz2 gentoo-a7373dc8e3fc7d5f9199b711d2fedd4d11d80926.zip |
dev-db/etcd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-db/etcd')
-rw-r--r-- | dev-db/etcd/files/etcd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/etcd/files/etcd.initd b/dev-db/etcd/files/etcd.initd index d8134438c856..2974f87fdacb 100644 --- a/dev-db/etcd/files/etcd.initd +++ b/dev-db/etcd/files/etcd.initd @@ -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$ |