commit:     3f327612bfd981a39f2fe855f0a618ce9491b049
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 18:41:41 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 18:41:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f327612

app-admin/puppetserver: fixing init.d

Package-Manager: portage-2.2.26

 app-admin/puppetserver/files/puppetserver.initd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/puppetserver/files/puppetserver.initd 
b/app-admin/puppetserver/files/puppetserver.initd
index 9eef5e2..072aa6f 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

Reply via email to