diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:26:39 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | a91ee71f04495ad11854e92002f63353ea109ace (patch) | |
tree | f53edd965a2b7005c379139c31ee3f8cc72af64c /app-admin/puppetdb/files | |
parent | app-admin/puppet-agent: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-a91ee71f04495ad11854e92002f63353ea109ace.tar.gz gentoo-a91ee71f04495ad11854e92002f63353ea109ace.tar.bz2 gentoo-a91ee71f04495ad11854e92002f63353ea109ace.zip |
app-admin/puppetdb: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-admin/puppetdb/files')
-rw-r--r-- | app-admin/puppetdb/files/puppetdb.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/puppetdb/files/puppetdb.initd b/app-admin/puppetdb/files/puppetdb.initd index dc7bbced973a..1863cea1284c 100644 --- a/app-admin/puppetdb/files/puppetdb.initd +++ b/app-admin/puppetdb/files/puppetdb.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |