diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-05 23:35:09 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-05 23:35:09 +0000 |
commit | bc59351de43e990fb5a283d7ea5bc4ae9a38c039 (patch) | |
tree | ff4ef6276b1990a3be9839e7caa7b526c901c3e0 /net-mail/qmail-ldap | |
parent | Fix copyright header (diff) | |
download | gentoo-2-bc59351de43e990fb5a283d7ea5bc4ae9a38c039.tar.gz gentoo-2-bc59351de43e990fb5a283d7ea5bc4ae9a38c039.tar.bz2 gentoo-2-bc59351de43e990fb5a283d7ea5bc4ae9a38c039.zip |
fix tail -1 issue and copyright headers
Diffstat (limited to 'net-mail/qmail-ldap')
-rw-r--r-- | net-mail/qmail-ldap/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/qmail-ldap/files/supervise/run-qmailpop3d | 6 | ||||
-rw-r--r-- | net-mail/qmail-ldap/qmail-ldap-1.03-r1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-mail/qmail-ldap/ChangeLog b/net-mail/qmail-ldap/ChangeLog index c1ae0584e22b..4f6ca09ea430 100644 --- a/net-mail/qmail-ldap/ChangeLog +++ b/net-mail/qmail-ldap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/qmail-ldap # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-ldap/ChangeLog,v 1.3 2003/12/26 01:14:58 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-ldap/ChangeLog,v 1.4 2004/01/05 23:32:13 robbat2 Exp $ + + 05 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> + qmail-ldap-1.03-r1.ebuild, files/supervise/run-qmailpop3d: + fix tail -1 issue and copyright headers 25 Dec 2003; Robin H. Johnson <robbat2@gentoo.org> qmail-ldap-1.03-r1.ebuild: 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 \ diff --git a/net-mail/qmail-ldap/qmail-ldap-1.03-r1.ebuild b/net-mail/qmail-ldap/qmail-ldap-1.03-r1.ebuild index 24cfc3698570..83d5b864f93f 100644 --- a/net-mail/qmail-ldap/qmail-ldap-1.03-r1.ebuild +++ b/net-mail/qmail-ldap/qmail-ldap-1.03-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-ldap/qmail-ldap-1.03-r1.ebuild,v 1.4 2003/12/26 01:14:58 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail-ldap/qmail-ldap-1.03-r1.ebuild,v 1.5 2004/01/05 23:32:13 robbat2 Exp $ IUSE="ssl" |