diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-09-25 17:06:24 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-09-25 17:06:24 +0000 |
commit | 9f484a402ab1662c5713f1bac8f8034e8482365e (patch) | |
tree | 5f3c9b7bd6fda4324145f68fd704f142247282e0 /dev-util/subversion/subversion-0.27.0.ebuild | |
parent | should not have been ver bumped (diff) | |
download | gentoo-2-9f484a402ab1662c5713f1bac8f8034e8482365e.tar.gz gentoo-2-9f484a402ab1662c5713f1bac8f8034e8482365e.tar.bz2 gentoo-2-9f484a402ab1662c5713f1bac8f8034e8482365e.zip |
leading space errors.
Diffstat (limited to 'dev-util/subversion/subversion-0.27.0.ebuild')
-rw-r--r-- | dev-util/subversion/subversion-0.27.0.ebuild | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/dev-util/subversion/subversion-0.27.0.ebuild b/dev-util/subversion/subversion-0.27.0.ebuild index 87df2a8562e6..42762946c619 100644 --- a/dev-util/subversion/subversion-0.27.0.ebuild +++ b/dev-util/subversion/subversion-0.27.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-0.27.0.ebuild,v 1.3 2003/09/06 20:28:41 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-0.27.0.ebuild,v 1.4 2003/09/25 17:06:17 mholzer Exp $ inherit libtool @@ -195,17 +195,17 @@ src_install () { mkdir -p ${D}/etc/apache2/conf/modules.d cat <<EOF >${D}/etc/apache2/conf/modules.d/47_mod_dav_svn.conf <IfDefine SVN> - <IfModule !mod_dav_svn.c> - LoadModule dav_svn_module extramodules/mod_dav_svn.so - </IfModule> - <Location /svn/repos> - DAV svn - SVNPath ${SVN_REPOS_LOC}/repos - AuthType Basic - AuthName "Subversion repository" - AuthUserFile ${SVN_REPOS_LOC}/conf/svnusers - Require valid-user - </Location> + <IfModule !mod_dav_svn.c> + LoadModule dav_svn_module extramodules/mod_dav_svn.so + </IfModule> + <Location /svn/repos> + DAV svn + SVNPath ${SVN_REPOS_LOC}/repos + AuthType Basic + AuthName "Subversion repository" + AuthUserFile ${SVN_REPOS_LOC}/conf/svnusers + Require valid-user + </Location> </IfDefine> EOF fi |