Re: snmpd flags

2015-02-08 Thread Ted Unangst
Martijn van Duren wrote: > Since I saw another commit to src in regards to boolean flags, I thought > I'd give this one another ping. Thanks. One change. > > Index: log.c > > === > > RCS file: /cvs/src/usr.sbin/snmpd/log.c,v > > ret

Re: snmpd flags

2015-02-08 Thread Martijn van Duren
Since I saw another commit to src in regards to boolean flags, I thought I'd give this one another ping. On 01/10/15 08:40, Martijn van Duren wrote: Hello tech@, I saw @tedu's post here about the grep flags (http://marc.info/?l=openbsd-tech&m=142084440918276&w=2) and realised I saw something s

snmpd flags

2015-01-09 Thread Martijn van Duren
Hello tech@, I saw @tedu's post here about the grep flags (http://marc.info/?l=openbsd-tech&m=142084440918276&w=2) and realised I saw something similar just last night in snmpd. And since the verbose level is overwritten in log_verbose() anyway remove that line as well. Index: snmpd.c ==