From 2ed21cfed106842ab80301bf737fb3b5e4351867 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 27 Sep 2007 11:06:11 -0400 Subject: Disable WebUI logging until we come up with a way to make it SELinux friendly. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9aaccdc..af587c0 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,7 @@ if __name__ == "__main__": logpath = "/var/log/cobbler/" logpath2 = "/var/log/cobbler/kicklog" logpath3 = "/var/log/cobbler/syslog" + logpath4 = "/var/log/httpd/cobbler" snippets = "/var/lib/cobbler/snippets" vl_kick = "/var/lib/cobbler/kickstarts" wwwtmpl = "/usr/share/cobbler/webui_templates/" @@ -102,6 +103,7 @@ if __name__ == "__main__": (logpath, []), (logpath2, []), (logpath3, []), + (logpath4, []), # web page directories that we own (vw_localmirror, []), -- cgit