summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon GECOS <u@adam>2023-06-02 18:14:50 -0400
committerGordon GECOS <u@adam>2023-06-02 18:14:50 -0400
commit3e796eebdc1dd3ab96641bb147e4810d2fc41be5 (patch)
treea1ff6db54bd8366647886694e783ed105c16187d
parentbb473ec1af4a88417a6bfe272322e200865c2076 (diff)
rename apache conf source file
-rw-r--r--Makefile2
-rw-r--r--src/fossil-apache.conf~template (renamed from src/fossil.conf~template)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6eed340..af4625c 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ install:
68 systemctl reload ssh 68 systemctl reload ssh
69 systemctl start --wait fossil-disable-apache@- 69 systemctl start --wait fossil-disable-apache@-
70 ln -sf -t /var/lib $(USER_HOME)/.cache/fossil-httpd.S 70 ln -sf -t /var/lib $(USER_HOME)/.cache/fossil-httpd.S
71 install -m644 -t /etc/apache2/sites-available -- src/fossil.conf~template 71 install -m644 -T -- src/fossil-apache.conf~template /etc/apache2/sites-available/fossil.conf~template
72 systemctl start --wait fossil-enable-apache@- 72 systemctl start --wait fossil-enable-apache@-
73 make start 73 make start
74deps install-deps: 74deps install-deps:
diff --git a/src/fossil.conf~template b/src/fossil-apache.conf~template
index 595304b..595304b 100644
--- a/src/fossil.conf~template
+++ b/src/fossil-apache.conf~template