1a32f86a3f
replacing @PREFIX@ with ${PREFIX} 2) Rewrite rc script patching to both handle more cases and fix (1). Mostly within thereal-post-patch target 3) Update files/maildir both due to (2) and to resemble the rc scripts supplied with the qmail distribution Prompted by: Thomas Sarlandie <sarfata@altern.org>
8 lines
206 B
Bash
8 lines
206 B
Bash
#!/bin/sh
|
|
|
|
# Using splogger to send the log through syslog.
|
|
# Using qmail-local to deliver messages to Maildir format by default
|
|
|
|
exec env - PATH="QMAIL/bin:$PATH" \
|
|
qmail-start ./Maildir/ \
|
|
splogger qmail
|