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
parentFix copyright header (diff)
downloadhistorical-bbdbb75e4d0cd47e86b0dcdcf79914c14374559c.tar.gz
historical-bbdbb75e4d0cd47e86b0dcdcf79914c14374559c.tar.bz2
historical-bbdbb75e4d0cd47e86b0dcdcf79914c14374559c.zip
fix tail -1 issue and copyright headers
-rw-r--r--net-mail/cvm-vmailmgr/ChangeLog6
-rw-r--r--net-mail/cvm-vmailmgr/cvm-vmailmgr-0.3.ebuild4
-rw-r--r--net-mail/cvm-vmailmgr/cvm-vmailmgr-0.4.ebuild4
-rw-r--r--net-mail/cvm-vmailmgr/files/run-cvm-vmailmgr2
-rw-r--r--net-mail/qmail-ldap/ChangeLog6
-rw-r--r--net-mail/qmail-ldap/files/supervise/run-qmailpop3d6
-rw-r--r--net-mail/qmail-ldap/qmail-ldap-1.03-r1.ebuild4
7 files changed, 20 insertions, 12 deletions
diff --git a/net-mail/cvm-vmailmgr/ChangeLog b/net-mail/cvm-vmailmgr/ChangeLog
index e756d560b393..29877d611fee 100644
--- a/net-mail/cvm-vmailmgr/ChangeLog
+++ b/net-mail/cvm-vmailmgr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/cvm-vmailmgr
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/cvm-vmailmgr/ChangeLog,v 1.7 2003/12/27 00:06:06 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cvm-vmailmgr/ChangeLog,v 1.8 2004/01/05 23:30:30 robbat2 Exp $
+
+ 05 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> cvm-vmailmgr-0.3.ebuild,
+ cvm-vmailmgr-0.4.ebuild, files/run-cvm-vmailmgr:
+ fix tail -1 issue and copyright headers
26 Dec 2003; Jason Wever <weeve@gentoo.org> cvm-vmailmgr-0.3.ebuild:
Changed sparc keyword to ~sparc since there were previously NO ebuilds of
diff --git a/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.3.ebuild b/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.3.ebuild
index c975ee13ee28..758a88b62fe1 100644
--- a/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.3.ebuild
+++ b/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.3.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/cvm-vmailmgr/cvm-vmailmgr-0.3.ebuild,v 1.9 2003/12/27 00:06:06 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.3.ebuild,v 1.10 2004/01/05 23:30:30 robbat2 Exp $
S=${WORKDIR}/${P}
DESCRIPTION="CVM modules for use with vmailmgr"
diff --git a/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.4.ebuild b/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.4.ebuild
index 3ef3fe498bb0..95d5047b6077 100644
--- a/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.4.ebuild
+++ b/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.4.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/cvm-vmailmgr/cvm-vmailmgr-0.4.ebuild,v 1.2 2003/07/13 13:32:32 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/cvm-vmailmgr/cvm-vmailmgr-0.4.ebuild,v 1.3 2004/01/05 23:30:30 robbat2 Exp $
S=${WORKDIR}/${P}
DESCRIPTION="CVM modules for use with vmailmgr"
diff --git a/net-mail/cvm-vmailmgr/files/run-cvm-vmailmgr b/net-mail/cvm-vmailmgr/files/run-cvm-vmailmgr
index f81ff31c1cdb..278f69c18577 100644
--- a/net-mail/cvm-vmailmgr/files/run-cvm-vmailmgr
+++ b/net-mail/cvm-vmailmgr/files/run-cvm-vmailmgr
@@ -1,3 +1,3 @@
#!/bin/sh
-exec cvm-vmailmgr-local `head -1 /etc/vmailmgr/cvm-vmailmgr-socket` 2>&1
+exec cvm-vmailmgr-local `head -n1 /etc/vmailmgr/cvm-vmailmgr-socket` 2>&1
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"