Commit Diff


commit - bc99d868bc3745dcc65add06cd3f9b9ec3575cb5
commit + ad5301d1a00ba96c920fd89535cf9074b6e92088
blob - 2fbab931b5584fa55d815d53c1cf698ab71fb9bf
blob + e742e34b25bdaa517a1b570fb81579cfc303390d
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,9 @@
+2021-03-19  Omar Polo  <op@omarpolo.com>
+
+	* gmid.c (main): use imsg for all IPC; only the main process
+	listens for SIGHUP: this means that finally the config reload will
+	work with OpenBSD' rc (and probably other service manager too)
+
 2021-02-22  Omar Polo  <op@omarpolo.com>
 
 	* log.c (log_request): add `log on/off' to enable/disable logs per-server or per-location