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.
This commit is contained in:
rgrimes 1993-08-07 09:58:37 +00:00
parent 36f6a3996f
commit 47d084c289
2 changed files with 9 additions and 7 deletions

View File

@ -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:"

View File

@ -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 ""