From fb7cd0676b311beab0f13de6445556fbfe82cd83 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Sat, 7 Aug 1993 09:58:37 +0000 Subject: [PATCH] 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 +++++++------- etc/security | 2 ++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/etc/daily b/etc/daily index 0f459ac1a593..37e9df596d98 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:" diff --git a/etc/security b/etc/security index de01e4556c86..388f4a4e81bd 100644 --- a/etc/security +++ b/etc/security @@ -10,6 +10,7 @@ echo "Subject: $host security check output" LOG=/var/log TMP=/tmp/_secure.$$ +if false; then echo "checking setuid files and devices:" MP=`mount -t ufs | sed 's;/dev/;&r;' | awk '{ print $1 " " $3 }'` set $MP @@ -29,6 +30,7 @@ if cmp $LOG/setuid.today $TMP >/dev/null; then :; else mv $TMP $LOG/setuid.today fi rm -f $TMP +fi echo "" echo ""