never rotate accounting logs, and turn on accounting the way done in net/2
This commit is contained in:
parent
88e5411d7e
commit
ae97749f6d
@ -1,8 +1,7 @@
|
||||
# configuration file for newsyslog
|
||||
# $Id: newsyslog.conf,v 1.4 1993/09/16 20:54:57 cgd Exp $
|
||||
# $Id: newsyslog.conf,v 1.5 1993/10/20 00:13:43 cgd Exp $
|
||||
#
|
||||
# logfilename owner.group mode ngen size time [ZB]
|
||||
/var/account/acct 640 5 * 24 ZB
|
||||
/var/cron/log 600 3 10 * Z
|
||||
/var/log/aculog uucp.dialer 640 7 * 24 Z
|
||||
/var/log/kerberos.log 640 7 * 24 Z
|
||||
|
6
etc/rc
6
etc/rc
@ -123,11 +123,7 @@ echo clearing /tmp
|
||||
find . ! -name . ! -name lost+found ! -name quotas \
|
||||
-exec rm -rf -- {} \; -type d -prune)
|
||||
|
||||
if [ -d /var/account ]; then
|
||||
echo 'turning on accounting'
|
||||
accountant
|
||||
accton
|
||||
fi
|
||||
#echo 'turning on accounting'; accton /var/account/acct
|
||||
|
||||
echo -n standard daemons:
|
||||
echo -n ' update'; update
|
||||
|
Loading…
Reference in New Issue
Block a user