Lines of slim.service from check-in b8c8da525b that are changed by the sequence of edits moving toward check-in 7ccc41d896:
1: # vim:ft=make:
2:
3: DAEMON_slim_COMMAND?=slim
4: DAEMON_slim_ENABLE?=no
5:
6: slim: _daemon
7: .if exists(/var/run/slim.auth)
8: rm -f /var/run/slim.auth
b8c8da525b 2019-10-20 9: .emdif