From owner-freebsd-current@FreeBSD.ORG Sat Sep 25 02:33:08 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87C9016A4CE for ; Sat, 25 Sep 2004 02:33:08 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12F4143D49 for ; Sat, 25 Sep 2004 02:33:08 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by mproxy.gmail.com with SMTP id 74so2794318rnk for ; Fri, 24 Sep 2004 19:33:07 -0700 (PDT) Received: by 10.38.208.40 with SMTP id f40mr1628488rng; Fri, 24 Sep 2004 19:33:07 -0700 (PDT) Received: by 10.38.13.17 with HTTP; Fri, 24 Sep 2004 19:33:07 -0700 (PDT) Message-ID: <84dead720409241933210535df@mail.gmail.com> Date: Sat, 25 Sep 2004 08:03:07 +0530 From: Joseph Koshy To: Giorgos Keramidas In-Reply-To: <20040920140514.GB700@orion.daedalusnetworks.priv> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040920140514.GB700@orion.daedalusnetworks.priv> cc: freebsd-current@freebsd.org Subject: [HEADS-UP]: Unified diffs in periodic/security email X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joseph Koshy List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2004 02:33:08 -0000 As of 2004/09/23 02:00:51 freefall time, the default output format for 'diff' output in -current from periodic(8) is now "-b -u". A knob 'daily_status_security_diff_flags' has been added (see periodic.conf(5)) for users who wish to customize their diff output further. On Mon, 20 Sep 2004 17:05:14 +0300, Giorgos Keramidas wrote: > I've been running my systems at home and work with the following diff > for some time. I tend to prefer the unified diff output format than the > default diff -b output. > > Does anyone else like this? Any ideas for making the diff format > configurable in periodic.conf (i.e. to making it easy to switch between > diff -u and diff -c output)? [snip]