cvs: SVNROOT / httpd.conf

[email protected] ("Gwynne Raskind") Sat, 20 Dec 2008 19:08:33 -0000
Newsgroups svn.migration
Message-ID <cvsgwynne1229800113@cvsserver>
gwynne		Sat Dec 20 19:08:33 2008 UTC

  Modified files:              
    /SVNROOT	httpd.conf 
  Log:
  change name of users file
  
http://cvs.php.net/viewvc.cgi/SVNROOT/httpd.conf?r1=1.3&r2=1.4&diff_format=u
Index: SVNROOT/httpd.conf
diff -u SVNROOT/httpd.conf:1.3 SVNROOT/httpd.conf:1.4
--- SVNROOT/httpd.conf:1.3	Mon Dec 15 20:54:47 2008
+++ SVNROOT/httpd.conf	Sat Dec 20 19:08:33 2008
@@ -10,7 +10,7 @@
         Require valid-user
         AuthType Digest
         AuthName "PHP Subversion Repository"
-        AuthUserFile "/home/svn/SVNROOT/users.db"
+        AuthUserFile "/home/svn/SVNROOT/passwd.db"
         AuthDigestDomain "/"
     </Location>
 </VirtualHost>