diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-28 00:54:06 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-28 00:54:06 +0000 |
commit | bce869518294498e96e77e10414375c45f35bc36 (patch) | |
tree | 092cc5c286e8273dc368269e42430a2b6f98f9d1 /mail/qmail/files | |
parent | Guess I'll watch over this. (diff) |
Add a '&' to all bootfiles so they can be used directly as
/usr/local/etc/rc.d/x.sh.
Notes
Notes:
svn path=/head/; revision=12175
Diffstat (limited to 'mail/qmail/files')
-rw-r--r-- | mail/qmail/files/maildir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/files/maildir b/mail/qmail/files/maildir index 1e7aac8f5628..1992e9fd981b 100644 --- a/mail/qmail/files/maildir +++ b/mail/qmail/files/maildir @@ -4,4 +4,4 @@ # Using qmail-local to deliver messages to Maildir format by default exec env - PATH="@PREFIX@/qmail/bin:$PATH" \ -qmail-start ./Maildir/ splogger qmail +qmail-start ./Maildir/ splogger qmail & |