From 47d084c2899d314b350f53030da67a4bd3e655f8 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sat, 7 Aug 1993 09:58:37 +0000 Subject: Fixed daily so that it no longer does accounting since FreeBSD does not yet have the accounting stuff in it. Disabled ncheck search in security due to missing ncheck. --- etc/daily | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'etc/daily') diff --git a/etc/daily b/etc/daily index 0f459ac..37e9df5 100644 --- a/etc/daily +++ b/etc/daily @@ -50,13 +50,13 @@ if [ -f /etc/news.expire ]; then /etc/news.expire fi -echo "" -echo "Purging accounting records:" -mv /var/account/acct.2 /var/account/acct.3 -mv /var/account/acct.1 /var/account/acct.2 -mv /var/account/acct.0 /var/account/acct.1 -cp /var/account/acct /var/account/acct.0 -sa -s > /dev/null +#echo "" +#echo "Purging accounting records:" +#mv /var/account/acct.2 /var/account/acct.3 +#mv /var/account/acct.1 /var/account/acct.2 +#mv /var/account/acct.0 /var/account/acct.1 +#cp /var/account/acct /var/account/acct.0 +#sa -s > /dev/null echo "" echo "Backup passwd and group files:" -- cgit v1.1