commit: ebaee119616826f9699a77c8f8c290335c08db58
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 19:01:37 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 19:01:37 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebaee119
app-admin/puppetdb: fix -a in init script
Package-Manager: portage-2.2.26
app-admin/puppetdb/files/puppetdb.initd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/puppetdb/files/puppetdb.initd
b/app-admin/puppetdb/files/puppetdb.initd
index 032c885..dc7bbce 100644
--- a/app-admin/puppetdb/files/puppetdb.initd
+++ b/app-admin/puppetdb/files/puppetdb.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