diff options
author | ed <ed@FreeBSD.org> | 2010-01-13 19:07:48 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2010-01-13 19:07:48 +0000 |
commit | 4f31d2c5a61c36bfed349f716ab4d35155f799f4 (patch) | |
tree | c8d3f8420976d87627b4e853630a0a5f239be784 /etc/periodic | |
parent | a40e5b0c4872f0c1eb774b675e6e714e73d63d8c (diff) | |
download | FreeBSD-src-4f31d2c5a61c36bfed349f716ab4d35155f799f4.zip FreeBSD-src-4f31d2c5a61c36bfed349f716ab4d35155f799f4.tar.gz |
Let rc and periodic infrastructure and newsyslog use the utmpx files.
Diffstat (limited to 'etc/periodic')
-rwxr-xr-x | etc/periodic/monthly/200.accounting | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/periodic/monthly/200.accounting b/etc/periodic/monthly/200.accounting index 0be8c32..46f153d 100755 --- a/etc/periodic/monthly/200.accounting +++ b/etc/periodic/monthly/200.accounting @@ -15,7 +15,7 @@ oldmask=$(umask) umask 066 case "$monthly_accounting_enable" in [Yy][Ee][Ss]) - W=/var/log/wtmp + W=/var/log/utx.log rc=0 remove=NO if [ ! -f $W.0 ] |