Date: Tue, 30 Apr 2002 22:00:43 -0700 (PDT) From: Lumpy Lynx <lumpy@is.no.bs> To: freebsd-gnats-submit@FreeBSD.org Subject: conf/37618: etc/security calls diff -w, but i dont think it means to Message-ID: <200205010500.g4150hs68927@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 37618
>Category: conf
>Synopsis: etc/security calls diff -w, but i dont think it means to
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Apr 30 22:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Lumpy Lynx
>Release: 4.5-Stable
>Organization:
No BS Networks
>Environment:
cant get it right now
>Description:
if ! cmp ${LOG}/setuid.today ${TMP} >/dev/null; then
[ $rc -lt 1 ] && rc=1
separator
echo "${host} setuid diffs:"
diff -w ${LOG}/setuid.today ${TMP}
mv ${LOG}/setuid.today ${LOG}/setuid.yesterday || rc=3
mv ${TMP} ${LOG}/setuid.today || rc=3
fi
if it does a diff -w, then wont it think that
"fi le" and "file" are the same? doesnt that seem a little
wrong?
>How-To-Repeat:
less /etc/security
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205010500.g4150hs68927>
