Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
cobbler
setup_py.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File setup_py.diff of Package cobbler
Index: setup.py =================================================================== --- setup.py.orig +++ setup.py @@ -124,12 +124,15 @@ if __name__ == "__main__": if os.path.exists("/etc/SuSE-release"): webconfig = "/etc/apache2/conf.d" + vhostconfig = "/etc/apache2/vhosts.d" webroot = "/srv/www/" elif os.path.exists("/etc/debian_version"): webconfig = "/etc/apache2/conf.d" + vhostconfig = "/etc/apache2/conf.d" webroot = "/usr/share/cobbler/webroot/" else: webconfig = "/etc/httpd/conf.d" + vhostconfig = "/etc/httpd/conf.d" webroot = "/var/www/" webcontent = webroot + "cobbler_webui_content/" @@ -169,7 +172,7 @@ if __name__ == "__main__": ("/usr/sbin", ["scripts/tftpd.py"]), ("%s" % webconfig, ["config/cobbler.conf"]), - ("%s" % webconfig, ["config/cobbler_web.conf"]), + ("%s" % vhostconfig, ["config/cobbler_web.conf"]), ("%s" % initpath, ["config/cobblerd"]), ("%s" % docpath, ["docs/*.gz"]), ("installer_templates", ["installer_templates/*"]),
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor