diff options
author | 2004-01-05 23:32:13 +0000 | |
---|---|---|
committer | 2004-01-05 23:32:13 +0000 | |
commit | bbdbb75e4d0cd47e86b0dcdcf79914c14374559c (patch) | |
tree | c0e66c76d10d23d3d123915f4b93b51da0223dba /net-mail/qmail-ldap/files/supervise/run-qmailpop3d | |
parent | Fix copyright header (diff) | |
download | historical-bbdbb75e4d0cd47e86b0dcdcf79914c14374559c.tar.gz historical-bbdbb75e4d0cd47e86b0dcdcf79914c14374559c.tar.bz2 historical-bbdbb75e4d0cd47e86b0dcdcf79914c14374559c.zip |
fix tail -1 issue and copyright headers
Diffstat (limited to 'net-mail/qmail-ldap/files/supervise/run-qmailpop3d')
-rw-r--r-- | net-mail/qmail-ldap/files/supervise/run-qmailpop3d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/qmail-ldap/files/supervise/run-qmailpop3d b/net-mail/qmail-ldap/files/supervise/run-qmailpop3d index 63adeef5a6c0..f744746def37 100644 --- a/net-mail/qmail-ldap/files/supervise/run-qmailpop3d +++ b/net-mail/qmail-ldap/files/supervise/run-qmailpop3d @@ -1,7 +1,7 @@ #!/bin/sh -LL=`head -1 /var/qmail/control/qmail-pop3d-loglevel` -SL=`head -1 /var/qmail/control/qmail-pop3d-softlimit` -HOSTNAME=`head -1 /var/qmail/control/me` +LL=`head -n1 /var/qmail/control/qmail-pop3d-loglevel` +SL=`head -n1 /var/qmail/control/qmail-pop3d-softlimit` +HOSTNAME=`head -n1 /var/qmail/control/me` exec \ env MAILDIR=Maildir \ env LOGLEVEL=$LL \ |