Bug in newsyslog's monitor mode

2014-03-04 Thread André Stöbe
Hi, it seems there is a bug in newsyslog when using the monitor flag in conjunction with a time specification. Files are only monitored if they're about to getting rotated (time's up). Given the following line in newsyslog.conf: # Rotate every week on Monday at 00:00 hr

Re: Bug in newsyslog's monitor mode

2014-03-04 Thread André Stöbe
I'm sorry, this time against -current. Regards André Index: newsyslog.c === RCS file: /cvs/src/usr.bin/newsyslog/newsyslog.c,v retrieving revision 1.92 diff -u -r1.92 newsyslog.c --- newsyslog.c 26 Nov 2013 13:19:07 - 1.92

correct mistake in logger(1) man page

2013-06-05 Thread André Stöbe
logger -f, as described in the man page, -f file Log to the specified file. actually logs (the contents of) the specified file. Regards André Index: src/usr.bin/logger/logger.1 === RCS file:

Re: usermod: lock/unlock local password

2013-02-11 Thread André Stöbe
Antoine Jacoutot wrote: This diff adds 2 new options to usermod(8): -U to unlock a user's password -Z to lock a user's password Today I was working with these two switches and really got confused. I've tested the following with snapshots from Jan 11 and 5.3-beta. I've got a user with 13