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/security | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/security') diff --git a/etc/security b/etc/security index de01e45..388f4a4 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 "" -- cgit v1.1