summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5865125..b2ade15 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,8 @@ prd-httpd:
rsync ${HTTPD_CONF} root@${PRD_HOST}:/${HTTPD_CONF}
ssh root@${PRD_HOST} \\"rcctl enable httpd \
- && rcctl restart httpd \\"
+ && rcctl restart httpd \
+ && git -C /etc add httpd.conf rc.conf.local \\"
.PHONY: prd-httpd