From owner-cvs-all Sun Sep 30 7:31: 0 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 017E637B40A; Sun, 30 Sep 2001 07:30:56 -0700 (PDT) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UEUtk89456; Sun, 30 Sep 2001 07:30:55 -0700 (PDT) (envelope-from sheldonh) Message-Id: <200109301430.f8UEUtk89456@freefall.freebsd.org> From: Sheldon Hearn Date: Sun, 30 Sep 2001 07:30:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/ipfw change_rules.sh X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2001/09/30 07:30:55 PDT Modified files: share/examples/ipfw change_rules.sh Log: 1) Fix change_rules.sh for the case where firewall_type provides the name of a file containing ipfw rules. 2) Replace the use of a predictable temporary filename with one generated by mktemp(1). 3) Only exit with a zero exit status if the rules were updated. 4) Use a pager to view the new rules, not an editor. I was told by dcs that this script's original author is no longer interested in FreeBSD and would not wish to review this patch. Revision Changes Path 1.4 +45 -15 src/share/examples/ipfw/change_rules.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message