Changes of Revision 4
[-] [+] | Changed | sphinx.init |
@@ -189,7 +189,7 @@ ## Stop daemon with killproc(8) and if this fails ## killproc sets the return value according to LSB. - /sbin/killproc -p /var/run/searchd.pid -TERM $sphinx_BIN $SPHINX_OPTIONS --stop + /sbin/killproc -p /var/run/searchd.pid -TERM $sphinx_BIN -- $SPHINX_OPTIONS --stop # Remember status and be verbose rc_status -v |