summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
-rw-r--r--src/apache/fossil.conf~template (renamed from src/fossil-apache.conf~template)0
-rw-r--r--src/openssh/AnonymousForceCommand (renamed from src/AnonymousForceCommand)0
-rw-r--r--src/openssh/AuthorizedKeysCommand (renamed from src/AuthorizedKeysCommand)0
-rw-r--r--src/openssh/fossil-user.conf (renamed from src/fossil-user.conf)0
5 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index af4625c..043291f 100644
--- a/Makefile
+++ b/Makefile
@@ -59,16 +59,16 @@ USER_HOME != getent passwd $(SSH_USERNAME) | (IFS=: read _ _ _ _ _ h _ && [ "$$h
59default: install start follow 59default: install start follow
60install: 60install:
61 install -t "$(bindir)" -- $(executables) 61 install -t "$(bindir)" -- $(executables)
62 install -t /etc/ssh/ -- src/AuthorizedKeysCommand 62 install -t /etc/ssh/ -- src/openssh/AuthorizedKeysCommand
63 install -T -- src/AnonymousForceCommand /etc/ssh/user-"$(SSH_USERNAME)".AnonymousForceCommand 63 install -T -- src/openssh/AnonymousForceCommand /etc/ssh/user-"$(SSH_USERNAME)".AnonymousForceCommand
64 install -m644 -t /etc/ssh/sshd_config.d -- src/fossil-user.conf 64 install -m644 -t /etc/ssh/sshd_config.d -- src/openssh/fossil-user.conf
65 install -m644 -t "$(systemd_system_dir)" -- $(root_unit_files) 65 install -m644 -t "$(systemd_system_dir)" -- $(root_unit_files)
66 install -m644 -t "$(systemd_user_dir)" -- $(user_unit_files) 66 install -m644 -t "$(systemd_user_dir)" -- $(user_unit_files)
67 systemctl daemon-reload 67 systemctl daemon-reload
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 -- src/fossil-apache.conf~template /etc/apache2/sites-available/fossil.conf~template 71 install -m644 -T -- src/apache/fossil.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-apache.conf~template b/src/apache/fossil.conf~template
index 595304b..595304b 100644
--- a/src/fossil-apache.conf~template
+++ b/src/apache/fossil.conf~template
diff --git a/src/AnonymousForceCommand b/src/openssh/AnonymousForceCommand
index cc69ce3..cc69ce3 100644
--- a/src/AnonymousForceCommand
+++ b/src/openssh/AnonymousForceCommand
diff --git a/src/AuthorizedKeysCommand b/src/openssh/AuthorizedKeysCommand
index de0732a..de0732a 100644
--- a/src/AuthorizedKeysCommand
+++ b/src/openssh/AuthorizedKeysCommand
diff --git a/src/fossil-user.conf b/src/openssh/fossil-user.conf
index 86387e7..86387e7 100644
--- a/src/fossil-user.conf
+++ b/src/openssh/fossil-user.conf