summaryrefslogtreecommitdiffstats
path: root/etc/periodic
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2010-01-13 19:07:48 +0000
committered <ed@FreeBSD.org>2010-01-13 19:07:48 +0000
commit4f31d2c5a61c36bfed349f716ab4d35155f799f4 (patch)
treec8d3f8420976d87627b4e853630a0a5f239be784 /etc/periodic
parenta40e5b0c4872f0c1eb774b675e6e714e73d63d8c (diff)
downloadFreeBSD-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-xetc/periodic/monthly/200.accounting2
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 ]
OpenPOWER on IntegriCloud