diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:53 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 598fba8a8643b261b9428d35810e55cfffa21402 (patch) | |
tree | ce31f95cde7b383fdcc1c197025f4422ee21a1b1 /sys-auth/keystone | |
parent | sys-auth/icmpdn: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-598fba8a8643b261b9428d35810e55cfffa21402.tar.gz gentoo-598fba8a8643b261b9428d35810e55cfffa21402.tar.bz2 gentoo-598fba8a8643b261b9428d35810e55cfffa21402.zip |
sys-auth/keystone: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-auth/keystone')
-rw-r--r-- | sys-auth/keystone/files/keystone.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-auth/keystone/files/keystone.initd b/sys-auth/keystone/files/keystone.initd index bc32002f567c..cc98974d3a48 100644 --- a/sys-auth/keystone/files/keystone.initd +++ b/sys-auth/keystone/files/keystone.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$ |