diff options
author | 2004-01-05 23:32:13 +0000 | |
---|---|---|
committer | 2004-01-05 23:32:13 +0000 | |
commit | bbdbb75e4d0cd47e86b0dcdcf79914c14374559c (patch) | |
tree | c0e66c76d10d23d3d123915f4b93b51da0223dba /net-mail/cvm-vmailmgr | |
parent | Fix copyright header (diff) | |
download | historical-bbdbb75e4d0cd47e86b0dcdcf79914c14374559c.tar.gz historical-bbdbb75e4d0cd47e86b0dcdcf79914c14374559c.tar.bz2 historical-bbdbb75e4d0cd47e86b0dcdcf79914c14374559c.zip |
fix tail -1 issue and copyright headers
Diffstat (limited to 'net-mail/cvm-vmailmgr')
-rw-r--r-- | net-mail/cvm-vmailmgr/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/cvm-vmailmgr/cvm-vmailmgr-0.3.ebuild | 4 | ||||
-rw-r--r-- | net-mail/cvm-vmailmgr/cvm-vmailmgr-0.4.ebuild | 4 | ||||
-rw-r--r-- | net-mail/cvm-vmailmgr/files/run-cvm-vmailmgr | 2 |
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 |