Fulltext results:
- davmail
- # Author: Jesse TeKrony <jesse ~at~ jtekrony ~dot~ com> PATH=/sbin:/usr/sbin:/bin:/usr/bin ... Function that starts the daemon/service # do_start() { start-stop-daemon --start -... Function that stops the daemon/service # do_stop() { start-stop-daemon --stop --q... & log_daemon_msg "Starting $DESC" "$NAME" do_start case "$?" in 0|1) [ "$V