From owner-cvs-all Mon Aug 13 22:50:25 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 933B937B40B; Mon, 13 Aug 2001 22:50:19 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E5oJ772975; Mon, 13 Aug 2001 22:50:19 -0700 (PDT) (envelope-from dd) Message-Id: <200108140550.f7E5oJ772975@freefall.freebsd.org> From: Dima Dorfman Date: Mon, 13 Aug 2001 22:50:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.firewall 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 dd 2001/08/13 22:50:19 PDT Modified files: etc rc.firewall Log: Sync the code that sucks in rc.conf and friends with what's in rc.firewall6. Specifically, don't do anything if [ -z ${source_rc_confs_defined} ]. Not doing this leads to a problem with dependencies: chkdepend will set, e.g., portmap_enable to YES if some service that needs portmap is enabled, but rc.network sources rc.firewall, which used to source defaults/rc.conf unconditionally, which would result in portmap_enable being set back to NO. PR: 29631 Submitted by: OGAWA Takaya Revision Changes Path 1.43 +8 -6 src/etc/rc.firewall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message