From a09fb59680442993cf42cb3e0dd22fd6d0ec7efd Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 30 Oct 2007 13:02:53 -0400 Subject: htaccess file should really be "htpasswd" --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 878ffba..33f4f85 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ if __name__ == "__main__": (cgipath, ['scripts/webui.cgi']), # miscellaneous config files - (cgipath, ['config/.htaccess']), + (cgipath, ['config/.htpasswd']), (rotpath, ['config/cobblerd_rotate']), (wwwconf, ['config/cobbler.conf','config/cobbler_webui.conf']), (cobpath, ['config/cobbler_hosts']), -- cgit