From: William A. Rowe Jr Date: Tue, 10 Oct 2000 04:23:12 +0000 (+0000) Subject: This will have been a good thing if we get that far. X-Git-Tag: APACHE_2_0_ALPHA_8~428 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5845a2d7c145993bb5fa90186d85b63302e62701;p=thirdparty%2Fapache%2Fhttpd.git This will have been a good thing if we get that far. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86496 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/dbmmanage b/support/dbmmanage index 1ba22f2c35b..b31380179b1 100644 --- a/support/dbmmanage +++ b/support/dbmmanage @@ -130,7 +130,7 @@ my $newstyle_salt = $^O =~ /(?:$newstyle_salt_platforms)/; # Some platforms just can't crypt() for Apache # -my $crypt_not_supported_platforms = join '|', qw{MSWin32 netware}; #others? +my $crypt_not_supported_platforms = join '|', qw{MSWin32 NetWare}; #others? my $crypt_not_supported = $^O =~ /(?:$crypt_not_supported_platforms)/; my $crypt_method = "crypt"; @@ -141,7 +141,7 @@ if ($crypt_not_supported) { # Some platforms won't jump through our favorite hoops # -my $not_unix_platforms = join '|', qw{MSWin32 netware}; #others? +my $not_unix_platforms = join '|', qw{MSWin32 NetWare}; #others? my $not_unix = $^O =~ /(?:$not_unix_platforms)/; if ($crypt_not_supported) {