Commit Briefs

Omar Polo

remove the OpenBSD' rc file

now that gmid is packaged on OpenBSD the rc file is maintained in the ports tree.



omar-polo

add systemd-sysusers' config file




Omar Polo

contrib/vim: add Syntastic integration

Error and warning messages are prefixed with "error: " and "warning: " correspondingly to ease integration with automated tooling. `yywarn' function added. Off-by-one line numbers in warnings are fixed. Two error messages are reworded to avoid repeating like "error: error in server directive" or "error: syntax error".


Omar Polo

sort and tweak rc description


Omar Polo

add an example rc(8) script for openbsd

copy it to `/etc/rc.d`, write your config in `/etc/gmid.conf` and launch using `rcctl enable gmid && rcctl start gmid`.


Omar Polo

move the Dockerfile to contrib/


Omar Polo

add an example systemd unit file


Omar Polo

add simple vim syntax file