summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-09 15:55:40 -0400
committerJune McEnroe <june@causal.agency>2020-09-09 15:55:40 -0400
commit7213c6aabdd2f62fda2e3a01fa912b8c1a5de692 (patch)
treeb304dec8b638d4308bae8eba85e9d3f4acd0bce7 /Makefile
parentRefactor reserialization and client self-producing (diff)
downloadpounce-7213c6aabdd2f62fda2e3a01fa912b8c1a5de692.tar.gz
pounce-7213c6aabdd2f62fda2e3a01fa912b8c1a5de692.zip
Fix possibliy uninitialized error 2.0
It won't be, but gcc thinks it might.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions
e McEnroe 2020-10-27Do not increment signalsJune McEnroe No need to do a read and a write... and it's declared volatile so maybe that's even worse? I don't even know, but there's no point. 2020-10-23Only look up group if one is namedJune McEnroe 2020-10-23Remove default defines of RUNDIR, ETCDIRJune McEnroe 2020-10-23Set shell scripts executable in buildJune McEnroe 2020-10-20Humanize milliseconds if interval is less than 1sJune McEnroe The intervals are configurable in milliseconds so humanize should be able to display at that precision. 2020-10-20Humanize restart intervalJune McEnroe 2020-08-17Document default catsit.conf location on OpenBSD 1.0June McEnroe 2020-08-17Template catsit script with RUNDIRJune McEnroe 2020-08-17Clean up includesJune McEnroe 2020-08-17Log service uptime in statusJune McEnroe