diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2015-03-04 10:57:08 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2015-03-04 10:57:08 -0500 |
commit | fec65a77360f792a868e51c68c41885b59e62608 (patch) | |
tree | 4d7dcbd0bfa1874b5eaa05f690110fe0e408dc36 /debian/rules | |
parent | f5ceeda9a413e355abf0009eed503ce1a82d1a5b (diff) |
Ticket #33672 Apache starts before postgres
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 3754f8379..b50190424 100755 --- a/debian/rules +++ b/debian/rules @@ -129,6 +129,7 @@ install-stamp: build-stamp install -d $(FREESIDE_DOCUMENT_ROOT) install -d $(TMP)-webui/usr/local/etc/freeside/ + install -d $(TMP)-webui/etc/insserv/overrides/ install -d $(TMP)/usr/local/etc/freeside/ install -d $(FREESIDE_CACHE)/masondata #MASONDATA # install -d $(TMP)-lib/usr/bin @@ -172,6 +173,7 @@ install-stamp: build-stamp # Create Apache configurations install -d $(APACHE_CONF) $(MAKE) -e DESTDIR=$(APACHE_CONF) install-apache + install -o root -m 755 init.d/insserv-override-apache2 $(TMP)-webui/etc/insserv/overrides/apache2 #Hack the build dir out of apache config |