The following issue has been SUBMITTED.
======================================================================
http://www.dbmail.org/mantis/view.php?id=468
======================================================================
Reported By: lkneschke
Assigned To:
======================================================================
Project: DBMail
Issue ID: 468
Category: General
Reproducibility: always
Severity: major
Priority: normal
Status: new
target:
======================================================================
Date Submitted: 06-Dec-06 10:21 CET
Last Modified: 06-Dec-06 10:21 CET
======================================================================
Summary: init script fails an ubuntu
Description:
The ssl_wrapper function is missing from debian/dbmail.init .
And another problem:
* Starting dbmail servers
start-stop-daemon: need at least one of --exec,
--pidfile, --user or --name
Try `start-stop-daemon --help' for more information.
* failed
start-stop-daemon: need at least one of --exec, --pidfile, --user or
--name
Try `start-stop-daemon --help' for more information.
* failed
start-stop-daemon: need at least one of --exec, --pidfile, --user or
--name
Try `start-stop-daemon --help' for more information.
* failed
start-stop-daemon: need at least one of --exec, --pidfile, --user or
--name
Try `start-stop-daemon --help' for more information.
* failed
This patch fixes the problem.
--- debian/dbmail.init (revision 2387)
+++ debian/dbmail.init (working copy)
@@ -51,7 +51,7 @@
[ -e $_daemon ] || return 0
log_progress_msg "$_name"
- start-stop-daemon --start --startas $_daemon
+ start-stop-daemon --start --exec $_daemon
r=$?
if [ $r -gt 0 ]; then
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
06-Dec-06 10:21 lkneschke New Issue
======================================================================