diff options
Diffstat (limited to 'app-admin/puppet-agent/files')
-rw-r--r-- | app-admin/puppet-agent/files/mcollective.initd | 1 | ||||
-rw-r--r-- | app-admin/puppet-agent/files/puppet.initd | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/app-admin/puppet-agent/files/mcollective.initd b/app-admin/puppet-agent/files/mcollective.initd index 74a9f9b9c5d4..6500cd878815 100644 --- a/app-admin/puppet-agent/files/mcollective.initd +++ b/app-admin/puppet-agent/files/mcollective.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ MCOLLECTIVE_PID_DIR="${MCOLLECTIVE_PID_DIR:-/var/run/puppetlabs}" diff --git a/app-admin/puppet-agent/files/puppet.initd b/app-admin/puppet-agent/files/puppet.initd index 8e4ae0f4abb5..1c366bcf9641 100644 --- a/app-admin/puppet-agent/files/puppet.initd +++ b/app-admin/puppet-agent/files/puppet.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ PUPPET_PID_DIR="${PUPPET_PID_DIR:-/var/run/puppet}" |