The following issue has been RESOLVED.
======================================================================
http://www.dbmail.org/mantis/view.php?id=468
======================================================================
Reported By: lkneschke
Assigned To: paul
======================================================================
Project: DBMail
Issue ID: 468
Category: General
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
target:
Resolution: fixed
Fixed in Version: 2.2.2
======================================================================
Date Submitted: 06-Dec-06 10:21 CET
Last Modified: 19-Dec-06 15:23 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
19-Dec-06 15:23 paul Status new => resolved
19-Dec-06 15:23 paul Fixed in Version => 2.2.2
19-Dec-06 15:23 paul Resolution open => fixed
19-Dec-06 15:23 paul Assigned To => paul
======================================================================
_______________________________________________
Dbmail-dev mailing list
[email protected]
http://twister.fastxs.net/mailman/listinfo/dbmail-dev