aboutsummaryrefslogtreecommitdiff
path: root/gmid.8
AgeCommit message (Collapse)Author
2024-04-27improve the description for -fOmar Polo
2023-10-20gmid.8: use a more on-point descriptionOmar Polo
2023-10-18add a few Xr in SEE ALSOOmar Polo
2023-08-03remove the LOGGING section; it's covered by gmid.conf(5)Omar Polo
2023-07-24bump man dateOmar Polo
2023-07-24reopen log files upon SIGUSR2Omar Polo
2023-07-01multiple -v don't make it more verbose anymoreOmar Polo
2023-06-24update gmid.8Omar Polo
- it doesn't run anymore without a config file - a reload is enough to re-open the directories. This last point in particular was done this way to allow using capsicum(4) on FreeBSD, something that is currently impossible. I may just remove it.
2023-06-05revert aae8f6bf2bOmar Polo
it's just not worth it to inflict this breaking change to the users.
2022-09-08change the flags to be consistent with other OpenBSD daemonsOmar Polo
-d is `debug' (run in the foreground) -f to load the configuration file adjust regress and contrib accordingly
2022-09-08move gmid to the eight section of the manualOmar Polo