Index: head/www/apache13-modssl/files/patch-dbmmanage =================================================================== --- head/www/apache13-modssl/files/patch-dbmmanage (nonexistent) +++ head/www/apache13-modssl/files/patch-dbmmanage (revision 126490) @@ -0,0 +1,11 @@ +--- src/support/dbmmanage~ Tue Oct 10 06:23:58 2000 ++++ src/support/dbmmanage Sun Dec 3 00:45:08 2000 +@@ -338,7 +338,7 @@ + } elsif (substr($chkpass, 0, 5) eq '{SHA}') { + need_sha1_crypt; + $crypt_method = "sha1"; +- } elsif (length($chkpass) == 13 && $chkpass ne $testpass) { ++ } elsif ((length($chkpass) == 13 && $chkpass ne $testpass) || ($chkpass =~ m/^\$[0-9]\$/)) { + $crypt_method = "crypt"; + } else { + $crypt_method = "plain"; Property changes on: head/www/apache13-modssl/files/patch-dbmmanage ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property