diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-18 13:41:41 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-18 13:41:41 -0500 |
commit | 3f327612bfd981a39f2fe855f0a618ce9491b049 (patch) | |
tree | 56d63fb88907b490cbb881c7aa6de46909255a0a /app-admin | |
parent | x11-themes/elementary-xfce-icon-theme: bump to 0.7_p20160314, migrate to EAPI 6 (diff) | |
download | gentoo-3f327612bfd981a39f2fe855f0a618ce9491b049.tar.gz gentoo-3f327612bfd981a39f2fe855f0a618ce9491b049.tar.bz2 gentoo-3f327612bfd981a39f2fe855f0a618ce9491b049.zip |
app-admin/puppetserver: fixing init.d
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/puppetserver/files/puppetserver.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/puppetserver/files/puppetserver.initd b/app-admin/puppetserver/files/puppetserver.initd index 9eef5e23822d..072aa6fdd0dc 100644 --- a/app-admin/puppetserver/files/puppetserver.initd +++ b/app-admin/puppetserver/files/puppetserver.initd @@ -17,7 +17,7 @@ checkconfig() { eerror "Missing INSTALL_DIR." eend 1 fi - if [ ! -a $BOOTSTRAP_CONFIG ]; then + if [ ! -e $BOOTSTRAP_CONFIG ]; then eerror "Missing BOOTSTRAP_CONFIG." eend 1 fi |