| [vhffs-dev] [svn] commit: r76 - in trunk: debian/compat vhffs-api/src/Vhffs/Robots/Svn.pm | 
[ Thread Index | 
Date Index
| More vhffs.org/vhffs-dev Archives
] 
Author: soda
Date: Sat Jul 30 01:07:47 2005
New Revision: 76
Log:
Fix debian/compat bug (to build several packages)
Fix config file for Svn (svnserve.conf)
Added:
    trunk/debian/compat
Modified:
    trunk/vhffs-api/src/Vhffs/Robots/Svn.pm
Modified: trunk/vhffs-api/src/Vhffs/Robots/Svn.pm
==============================================================================
--- trunk/vhffs-api/src/Vhffs/Robots/Svn.pm (original)
+++ trunk/vhffs-api/src/Vhffs/Robots/Svn.pm Sat Jul 30 01:07:47 2005
@@ -46,6 +46,10 @@
 			{
 				$line = "#anon-access = read\n";
 			}
+		}
+		if( $line =~ /.*\[general\].*/ )
+		{
+			$line = "[general]\n";
 		}
 		print FILE $line;
 	}