SF.net SVN: gar:[25640] csw/mgar/pkg/lang-python/salt/trunk/files/ salt-master
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Apr 4 09:26:22 CEST 2016
Revision: 25640
http://sourceforge.net/p/gar/code/25640
Author: dmichelsen
Date: 2016-04-04 07:26:21 +0000 (Mon, 04 Apr 2016)
Log Message:
-----------
lang-python/salt/trunk: Fix start script as reported in #5273
Modified Paths:
--------------
csw/mgar/pkg/lang-python/salt/trunk/files/salt-master
Modified: csw/mgar/pkg/lang-python/salt/trunk/files/salt-master
===================================================================
--- csw/mgar/pkg/lang-python/salt/trunk/files/salt-master 2016-04-01 13:17:42 UTC (rev 25639)
+++ csw/mgar/pkg/lang-python/salt/trunk/files/salt-master 2016-04-04 07:26:21 UTC (rev 25640)
@@ -9,7 +9,7 @@
PIDFILE=/var/run/salt-master.pid
SALTMASTER=/opt/csw/bin/salt-master
-[ ! -f ${CONF_DIR} ] && exit $CONF_DIR
+[ ! -d ${CONF_DIR} ] && exit $CONF_DIR
start_service() {
/bin/rm -f ${PIDFILE}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list