From owner-freebsd-rc@FreeBSD.ORG Mon Feb 25 21:20:02 2013 Return-Path: Delivered-To: freebsd-rc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 059591AA for ; Mon, 25 Feb 2013 21:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CF4218AC for ; Mon, 25 Feb 2013 21:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PLK1lU032629 for ; Mon, 25 Feb 2013 21:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PLK1RT032628; Mon, 25 Feb 2013 21:20:01 GMT (envelope-from gnats) Date: Mon, 25 Feb 2013 21:20:01 GMT Message-Id: <201302252120.r1PLK1RT032628@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org Cc: From: Noor Dawod Subject: Re: conf/176347: [rc.conf] [patch] Add support for firewall deny lists (workstation type) X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Noor Dawod List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 21:20:02 -0000 The following reply was made to PR conf/176347; it has been noted by GNATS. From: Noor Dawod To: "bug-followup@FreeBSD.org" Cc: Subject: Re: conf/176347: [rc.conf] [patch] Add support for firewall deny lists (workstation type) Date: Mon, 25 Feb 2013 22:08:26 +0100 Hello again, After reviewing the patch, I realise that a file may contain a whitespace de= limiter, and not necessarily a space character.=20 As such, it'd be wiser to use -w instead of -d " " in 'cut' command to achie= ve that. Noor=