K 10 svn:author V 8 cperciva K 8 svn:date V 27 2004-02-22T10:03:24.000000Z K 7 svn:log V 382 Report login attempts to syslog. Due to the statically-linked nature of nologin(8), this causes a considerable (100K) increase in the binary size, so I've added a NO_LOGIN_LOG option which disables this. While I'm here, s/sizeof(MESSAGE)/sizeof(MESSAGE) - 1/, in order to avoid writing the string-terminating zero byte. No complaints from: -current Approved by: rwatson (mentor) END