From 7abb406d0ff9acfd4d062415fccd6e7988009c6c Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Fri, 20 Dec 2013 17:57:13 +0000
Subject: [PATCH] put_delete_auth_file -> dav_auth_file

---
 build/test/test.pl | 2 +-
 docs/Options.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/test/test.pl b/build/test/test.pl
index 7d9711d36..dcdbdb830 100644
--- a/build/test/test.pl
+++ b/build/test/test.pl
@@ -170,7 +170,7 @@ my $cmd = "$mongoose_exe ".
   "-access_log_file access.log ".
   "-error_log_file debug.log ".
   "-extra_mime_types .bar=foo/bar,.tar.gz=blah,.baz=foo " .
-  "-put_delete_auth_file $abs_root/passfile " .
+  "-dav_auth_file $abs_root/passfile " .
   '-access_control_list -0.0.0.0/0,+127.0.0.1 ' .
   "-document_root $root ".
   "-hide_files_patterns **exploit.PL ".
diff --git a/docs/Options.md b/docs/Options.md
index e0180ee95..50211f55c 100644
--- a/docs/Options.md
+++ b/docs/Options.md
@@ -14,7 +14,7 @@ Extra environment variables to be passed to the CGI script in
 addition to standard ones. The list must be comma-separated list
 of name=value pairs, like this: `VARIABLE1=VALUE1,VARIABLE2=VALUE2`.
 
-### put\_delete\_auth\_file
+### dav\_auth\_file
 Passwords file for PUT and DELETE requests. Without it, PUT and DELETE requests
 will fail. The format of the passwords file is the same as for `.htpasswd` file
 used for Digest authentication. It can be created and managed by means
-- 
GitLab