diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-05 23:28:33 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-01-05 23:28:33 +0000 |
commit | a925cd1450c3554cda866385a17603b98c1a40f4 (patch) | |
tree | 37a7511791597d9e3e682b41004dead38c4fc642 /net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild | |
parent | fix tail -1 issue and copyright headers, remove ppc keywords as they don't ha... (diff) | |
download | gentoo-2-a925cd1450c3554cda866385a17603b98c1a40f4.tar.gz gentoo-2-a925cd1450c3554cda866385a17603b98c1a40f4.tar.bz2 gentoo-2-a925cd1450c3554cda866385a17603b98c1a40f4.zip |
fix tail -1 issue and copyright headers
Diffstat (limited to 'net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild')
-rw-r--r-- | net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild b/net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild index d86fa5fec1cb..a60ca6329f73 100644 --- a/net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild +++ b/net-www/mod_auth_mysql/mod_auth_mysql-20030510.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-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild,v 1.2 2003/07/13 21:44:10 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild,v 1.3 2004/01/05 23:28:33 robbat2 Exp $ DESCRIPTION="Basic authentication for Apache using a MySQL database" HOMEPAGE="http://modauthmysql.sourceforge.net/" @@ -28,7 +28,7 @@ src_install() { doexe .libs/${PN}.so insinto /etc/apache2/conf/modules.d doins ${FILESDIR}/12_mod_auth_mysql.conf - cat mod_auth_mysql.c | head -81 \ + cat mod_auth_mysql.c | head -n81 \ | cut -c 4- > mod_auth_mysql.txt dodoc ${FILESDIR}/12_mod_auth_mysql.conf \ README |