Skip to content
Snippets Groups Projects
Commit 9199c3c8 authored by Mike Hibler's avatar Mike Hibler
Browse files

Fix the FBSD6 install.

Reign in a rogue ifdef in the makefile.
parent 0b907cec
No related branches found
No related tags found
No related merge requests found
......@@ -71,10 +71,10 @@ ifeq ($(SCRIPT_HACK),1)
mv /usr/local/etc/rc.d/apache /usr/local/etc/rc.d/.apache.real; \
fi
$(INSTALL) -m 755 $(SRCDIR)/apache-emulab /usr/local/etc/rc.d/apache.sh
endif
install: install-dirs install-scripts httpd.conf.fixed
$(INSTALL_DATA) httpd.conf.fixed $(INSTALL_APACHE_CONFIG)/httpd.conf
endif
control-install: install-dirs install-scripts httpd.conf-ops
$(INSTALL_DATA) httpd.conf-ops $(INSTALL_APACHE_CONFIG)/httpd.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment