Hi,
/var/log/lastlog is not in /etc/newsyslog.conf and is for this reason no created upon boot. This gives an error message each time one logs into the system. The append patch creates the file. harti Index: rc.diskless2 =================================================================== RCS file: /usr/ncvs/src/etc/rc.diskless2,v retrieving revision 1.12 diff -c -r1.12 rc.diskless2 *** rc.diskless2 1 Jun 2001 10:07:15 -0000 1.12 --- rc.diskless2 17 Oct 2001 14:03:37 -0000 *************** *** 67,72 **** --- 67,75 ---- /usr/bin/touch $LOGFILES fi + echo "+++ create lastlog" + /usr/bin/touch /var/log/lastlog + mount -a # chown and chgrp are in /usr # -- harti brandt, http://www.fokus.gmd.de/research/cc/cats/employees/hartmut.brandt/private [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message