From 799b8f96559221dacb6825bbe3eb88208e57d145 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 29 Oct 2007 16:45:44 -0400 Subject: Split the CGI authentication bits out to a seperate Apache configuration file, so that users who upgrade will get the new config (as the other file is marked config(noreplace)). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 93cb058..878ffba 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ if __name__ == "__main__": # miscellaneous config files (cgipath, ['config/.htaccess']), (rotpath, ['config/cobblerd_rotate']), - (wwwconf, ['config/cobbler.conf']), + (wwwconf, ['config/cobbler.conf','config/cobbler_webui.conf']), (cobpath, ['config/cobbler_hosts']), (etcpath, ['config/modules.conf']), (etcpath, ['config/auth.conf']), -- cgit