summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/qmail-ldap/files/supervise/run-qmailpop3d')
-rw-r--r--net-mail/qmail-ldap/files/supervise/run-qmailpop3d6
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 \