mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
bce8695182
/usr/local/etc/rc.d/x.sh.
8 lines
215 B
Bash
8 lines
215 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="@PREFIX@/qmail/bin:$PATH" \
|
|
qmail-start ./Maildir/ splogger qmail &
|