OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005273 [py_salt] minor always 2016-04-03 04:49 2016-04-04 09:43
Reporter clallen View Status public  
Assigned To dam
Priority normal Resolution fixed  
Status closed  
Summary 0005273: Salt master service will not start
Description The SMF service script (/var/opt/csw/svc/method/svc-salt-master) has a bug which prevents the service from starting. On line 12, there is a test to see if the config dir exists, however it checks for a file (-f) not a directory (-d) and exits.
Additional Information Here is a diff of the necessary change:

12c12
< [ ! -d ${CONF_DIR} ] && exit $CONF_DIR
---
> [ ! -f ${CONF_DIR} ] && exit $CONF_DIR
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0011125)
dam (administrator)
2016-04-04 09:43

Fixed version 0.14.0,REV=2016.04.04 pushed to unstable.
Thanks for the report!


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker