Laurent> I am trying to us sb_server.py as a daemon.
...
Laurent> and when I run it I got this error message:
Laurent> ./spambayes start
Laurent> Starting SpamBayes POP3 proxy: ./spambayes: line 36: action:
Laurent> command not found
There is apparently something different about your environment and that in
which Fernando Nino developed that start script. Apparently the action
command is defined in /etc/init.d/functions in Fernando's environment but
not by /lib/lsb/init-functions in your environment. I suspect the action
command does nothing more than emit a message to stderr. You can probably
comment it out. You might look in your system's /etc/init.d scripts to see
how they emit the OK/FAILED blurb when starting services.
Skip
_______________________________________________
[email protected]
http://mail.python.org/mailman/listinfo/spambayes
Info/Unsubscribe: http://mail.python.org/mailman/listinfo/spambayes
Check the FAQ before asking: http://spambayes.sf.net/faq.html