summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-01-05 23:35:09 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-01-05 23:35:09 +0000
commitbc59351de43e990fb5a283d7ea5bc4ae9a38c039 (patch)
treeff4ef6276b1990a3be9839e7caa7b526c901c3e0 /net-mail/cvm-vmailmgr
parentFix copyright header (diff)
downloadgentoo-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/cvm-vmailmgr')
-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
4 files changed, 10 insertions, 6 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