Hi Kristis,

Here is a minor issue with scmbug-server daemon startup script. (Not causing
problems by unless daemon.conf is customized). Following line in the script:
PID_FILE=`cat /etc/scmbug/daemon.conf | grep -i daemon_pidfile | sed -e
's/.*=> "//g' | sed -e 's/".*//'`

heavily relies on assumptions that we're having single line in daemon.conf
formatted like that:
    daemon_pidfile => "/var/run/scmbug_daemon.pid",

And things may get broken if there is a comment containing daemon_pidfile
word, or if the above line is splint into two lines, has more spaces after
=> (or is formatted in a different way).

This is with scmbug 0.26.17 and 0.26.18 on Ubuntu Linux.

Best regards,
Yavor
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to