Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2002 17:59:37 -0700 (PDT)
From:      "Crist J. Clark" <cjc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc/periodic/security 100.chksetuid
Message-ID:  <200205050059.g450xbj25219@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
cjc         2002/05/04 17:59:37 PDT

  Modified files:
    etc/periodic/security 100.chksetuid 
  Log:
  Remove leading whitespace from the setuid file lists.
  
  Due to the way we run ls(1), through xargs(1), the leading whitespace
  can change even when the setuid files haven't. To avoid displaying
  these lines, we currently run diff(1) with the '-w' option. However,
  this is probably not the ideal way to go; there is a very, very small
  possibility for diff(1) to miss things is shouldn't. So, with the
  leading space cleaned, we can revert to the '-b' option which is
  "safer."
  
  PR:             conf/37618
  Reviewed by:    brian
  MFC after:      3 days
  
  Revision  Changes    Path
  1.2       +3 -3      src/etc/periodic/security/100.chksetuid

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205050059.g450xbj25219>