summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-01-05 23:32:13 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-01-05 23:32:13 +0000
commitbbdbb75e4d0cd47e86b0dcdcf79914c14374559c (patch)
treec0e66c76d10d23d3d123915f4b93b51da0223dba /net-mail/qmail-ldap/files/supervise/run-qmailpop3d
parentFix copyright header (diff)
downloadhistorical-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-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 \