chiark
/
gitweb
/
~mdw
/
distorted-ansible
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
exim-config: Advance to new upstream version.
[distorted-ansible]
/
roles
/
common
/
files
/
ssh-config
/
Makefile
1
### -*-makefile-*-
2
3
M4 = m4
4
5
all: sshd_config
6
sshd_config: sshd_config.m4 \
7
$(wildcard sshd_config.local.m4)
8
$(M4) -P $< >$@.new
9
sshd -t -f $@.new
10
mv $@.new $@
11
service ssh force-reload