From owner-freebsd-bugs Tue Apr 30 22:10: 8 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D250E37B41E for ; Tue, 30 Apr 2002 22:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g415A1P73717; Tue, 30 Apr 2002 22:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 462E437B400 for ; Tue, 30 Apr 2002 22:00:43 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4150hs68927; Tue, 30 Apr 2002 22:00:43 -0700 (PDT) (envelope-from nobody) Message-Id: <200205010500.g4150hs68927@freefall.freebsd.org> Date: Tue, 30 Apr 2002 22:00:43 -0700 (PDT) From: Lumpy Lynx To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/37618: etc/security calls diff -w, but i dont think it means to Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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