From owner-freebsd-rc@FreeBSD.ORG Sun Mar 12 03:48:02 2006 Return-Path: X-Original-To: freebsd-rc@hub.freebsd.org Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8080416A402; Sun, 12 Mar 2006 03:48:02 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24FDA43D48; Sun, 12 Mar 2006 03:48:02 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2C3m2uH056200; Sun, 12 Mar 2006 03:48:02 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2C3m28w056196; Sun, 12 Mar 2006 03:48:02 GMT (envelope-from linimon) Date: Sun, 12 Mar 2006 03:48:02 GMT From: Mark Linimon Message-Id: <200603120348.k2C3m28w056196@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-rc@FreeBSD.org Cc: Subject: Re: conf/94377: [patch] /etc/rc.d/sshd improperly tests random dev state X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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: Sun, 12 Mar 2006 03:48:02 -0000 Synopsis: [patch] /etc/rc.d/sshd improperly tests random dev state Responsible-Changed-From-To: freebsd-bugs->freebsd-rc Responsible-Changed-By: linimon Responsible-Changed-When: Sun Mar 12 03:47:53 UTC 2006 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=94377 From owner-freebsd-rc@FreeBSD.ORG Sun Mar 12 09:24:23 2006 Return-Path: X-Original-To: freebsd-rc@hub.freebsd.org Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 469E116A937 for ; Sun, 12 Mar 2006 09:24:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F149A43D7B for ; Sun, 12 Mar 2006 09:21:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2C9Ldli077145 for ; Sun, 12 Mar 2006 09:21:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2C9Ld1o077144; Sun, 12 Mar 2006 09:21:39 GMT (envelope-from gnats) Date: Sun, 12 Mar 2006 09:21:39 GMT Message-Id: <200603120921.k2C9Ld1o077144@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: Vulpes Velox Cc: Subject: Re: conf/93815: Adds in the ability to save ipfw rules to rc.d/ipfw and rc.d/ip6fw. X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Vulpes Velox 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: Sun, 12 Mar 2006 09:24:23 -0000 The following reply was made to PR conf/93815; it has been noted by GNATS. From: Vulpes Velox To: Giorgos Keramidas Cc: bug-followup@FreeBSD.org Subject: Re: conf/93815: Adds in the ability to save ipfw rules to rc.d/ipfw and rc.d/ip6fw. Date: Sun, 12 Mar 2006 00:47:33 -0600 --MP_mS8Ucp6Sl2z5XmLbi.CVHUX Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline On Thu, 9 Mar 2006 14:16:37 +0200 Giorgos Keramidas wrote: > On 2006-03-08 22:23, Vulpes Velox wrote: > > Cool. I like the that idea for the savedir. I am some what mixed > > about making it longer, but I see the point in making it more > > readable though. > > [...] > > I will have the new patch set pr submitted tomorrow. > > Note that the patch still has to be reviewed by one of our rc.d > experts, but thank you for considering to make the changes to match > some of my suggestions. Keep the good work up :))) > Made a few more changes. I just got thinking of the idea of eliminating rc.firewall and rc.firewall6 entirely. Will be sending in another patch set shortly. This set includes load and unload. This will load or unload a set of rules. This will unload or load a save, with out flushing. I have also added a new variable. fwcmd2. This is like fwcmd in rc.firewall, but has add/delete added to it depending on what it is doing. BTW is there any good reason this is included in rc.firewall/rc.firewall6 instead of ipfw/ip6fw? ############ # Set quiet mode if requested # case ${firewall_quiet} in [Yy][Ee][Ss]) fwcmd="/sbin/ipfw -q" ;; *) fwcmd="/sbin/ipfw" ;; esac I see there being no problem moving that into ipfw. --MP_mS8Ucp6Sl2z5XmLbi.CVHUX Content-Type: text/x-patch; name=ip6fw.diff Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=ip6fw.diff 18,29d17 < extra_commands="save load unload" < save_cmd="ipfw_save" < load_cmd="ipfw_load" < unload_cmd="ipfw_unload" < < # Gets the name of the save to use. < if [ ! -z "$2" ]; then < savename="$2" < usingsave="yes" < else < savename="last" < fi 44,82d31 < ipfw_save() < { < # Saves the firewall rules to /var/db/ipfw/$savename < [ ! -d /var/db/ipfw ] && mkdir /var/db/ipfw && chmod go-rwx /var/db/ipfw < ipfw list | awk '{print "${fw6cmd2} " $0 }' > /var/db/ipfw/$savename.6 < } < < ipfw_load() < { < < # Set quiet mode if requested < case ${firewall_quiet} in < [Yy][Ee][Ss]) < fwcmd2="/sbin/ipfw -q add" < ;; < *) < fwcmd2="/sbin/ipfw add" < ;; < esac < < . /var/db/ipfw/$savename.6 < } < < ipfw_unload() < { < < # Set quiet mode if requested < case ${firewall_quiet} in < [Yy][Ee][Ss]) < fwcmd2="/sbin/ipfw -q delete" < ;; < *) < fwcmd2="/sbin/ipfw delete" < ;; < esac < < . /var/db/ipfw/$savename.6 < } < 85,92d33 < # Make sure the save file exists if one is specified. < if [ ! -z "$usingsave" ]; then < if [ ! -f "/var/db/ipfw/$savename.6" ]; then < echo "Specified save does not exist" < exit 1 < fi < fi < 101c42 < . "${ipv6_firewall_script}" $savename --- > . "${ipv6_firewall_script}" --MP_mS8Ucp6Sl2z5XmLbi.CVHUX Content-Type: text/x-patch; name=ipfw.diff Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=ipfw.diff 19,30d18 < extra_commands="save load unload" < save_cmd="ipfw_save" < load_cmd="ipfw_load" < unload_cmd="ipfw_unload" < < #gets the name of the save to use < if [ ! -z "$2" ]; then < savename="$2" < usingsave="yes" < else < savename="last" < fi 44,82d31 < ipfw_save() < { < # Saves the firewall rules to /var/db/ipfw/$savename < [ ! -d /var/db/ipfw ] && mkdir /var/db/ipfw && chmod go-rwx /var/db/ipfw < ipfw list | awk '{print "${fwcmd2} " $0 }' > /var/db/ipfw/$savename < } < < ipfw_load() < { < < # Set quiet mode if requested < case ${firewall_quiet} in < [Yy][Ee][Ss]) < fwcmd2="/sbin/ipfw -q add" < ;; < *) < fwcmd2="/sbin/ipfw add" < ;; < esac < < . /var/db/ipfw/$savename < } < < ipfw_unload() < { < < # Set quiet mode if requested < case ${firewall_quiet} in < [Yy][Ee][Ss]) < fwcmd2="/sbin/ipfw -q delete" < ;; < *) < fwcmd2="/sbin/ipfw delete" < ;; < esac < < . /var/db/ipfw/$savename < } < 85,92d33 < # Make sure the save file exists if one is specified < if [ ! -z "$usingsave" ]; then < if [ ! -f "/var/db/ipfw/$savename" ]; then < echo "Specified save does not exist" < exit 1 < fi < fi < 97c38 < . "${firewall_script}" $savename --- > . "${firewall_script}" --MP_mS8Ucp6Sl2z5XmLbi.CVHUX Content-Type: text/x-patch; name=rc.firewall.diff Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=rc.firewall.diff 146,158d145 < < [Ss][Aa][Vv][Ee]) < # Gets the name of the save to use. < if [ ! -z "$1" ]; then < savename="$1" < else < savename="last" < fi < < fwcmd2="${fwcmd} add" < < . /var/db/ipfw/$savename < ;; --MP_mS8Ucp6Sl2z5XmLbi.CVHUX Content-Type: text/x-patch; name=rc.firewall6.diff Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=rc.firewall6.diff 108,120d107 < [Ss][Aa][Vv][Ee]) < # Gets the name of the save to use. < if [ ! -z "$1" ]; then < savename="$1" < else < savename="last" < fi < < fw6cmd2="${fw6cmd} add" < < . /var/db/ipfw/$savename.6 < ;; < --MP_mS8Ucp6Sl2z5XmLbi.CVHUX-- From owner-freebsd-rc@FreeBSD.ORG Mon Mar 13 11:02:57 2006 Return-Path: X-Original-To: freebsd-rc@freebsd.org Delivered-To: freebsd-rc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4331416A431 for ; Mon, 13 Mar 2006 11:02:57 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACBD643D5F for ; Mon, 13 Mar 2006 11:02:56 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2DB2uvd097761 for ; Mon, 13 Mar 2006 11:02:56 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2DB2tjQ097755 for freebsd-rc@freebsd.org; Mon, 13 Mar 2006 11:02:55 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 13 Mar 2006 11:02:55 GMT Message-Id: <200603131102.k2DB2tjQ097755@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-rc@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Mar 2006 11:02:57 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/02/10] conf/77340 rc awk used in /etc/rc.d/nsswitch when not a o [2006/02/13] conf/93287 rc [patch] Make rc.subr jail-aware o [2006/03/12] conf/94377 rc [patch] /etc/rc.d/sshd improperly tests r 3 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2002/11/12] conf/45226 rc Fix for rc.network, ppp-user annoyance o [2004/11/13] conf/73909 rc [patch] rc.d/sshd does not work with port o [2005/02/18] conf/77663 rc Suggestion: add /etc/rc.d/addnetswap afte o [2005/03/16] conf/78906 rc [patch] Allow mixer_enable="NO" in rc.con o [2005/05/14] kern/81006 rc ipnat not working with tunnel interfaces o [2005/06/28] conf/82738 rc [patch] add amd_program line to defaults/ o [2005/08/27] conf/85363 rc syntax error in /etc/rc.d/devfs o [2005/11/13] conf/88913 rc [patch] wrapper support for rc.subr o [2005/11/14] conf/88974 rc autoconfigured vlans confuse rc.d/netif o [2005/12/03] conf/89870 rc [patch] feature request to make netif ver o [2006/01/30] conf/92523 rc [patch] allow rc scripts to kill process o [2006/02/25] conf/93815 rc [patch] Adds in the ability to save ipfw 12 problems total. From owner-freebsd-rc@FreeBSD.ORG Mon Mar 13 13:41:36 2006 Return-Path: X-Original-To: freebsd-rc@freebsd.org Delivered-To: freebsd-rc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC99516A400; Mon, 13 Mar 2006 13:41:36 +0000 (UTC) (envelope-from flz@xbsd.org) Received: from smtp.xbsd.org (xbsd.org [82.233.2.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD48943D7D; Mon, 13 Mar 2006 13:41:29 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from localhost (localhost.xbsd.org [127.0.0.1]) by smtp.xbsd.org (Postfix) with ESMTP id F3441114B8; Mon, 13 Mar 2006 14:41:24 +0100 (CET) Received: from smtp.xbsd.org ([127.0.0.1]) by localhost (srv1.xbsd.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 60265-03; Mon, 13 Mar 2006 14:41:12 +0100 (CET) Received: from mayday.esat.net (mayday.esat.net [193.95.134.156]) by smtp.xbsd.org (Postfix) with ESMTP id A99DA11493; Mon, 13 Mar 2006 14:41:11 +0100 (CET) From: Florent Thoumie To: bug-followup@freebsd.org Content-Type: text/plain Date: Mon, 13 Mar 2006 13:41:10 +0000 Message-Id: <1142257270.17473.28.camel@mayday.esat.net> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at xbsd.org Cc: freebsd-rc@freebsd.org Subject: Re: conf/77340 - awk used in /etc/rc.d/nsswitch when not available X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Mar 2006 13:41:37 -0000 Here [1] is a fix, anybody to review/approve it? [1] http://people.freebsd.org/~flz/local/nsswitch.diff -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-freebsd-rc@FreeBSD.ORG Mon Mar 13 13:50:52 2006 Return-Path: X-Original-To: freebsd-rc@hub.freebsd.org Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C04316A401 for ; Mon, 13 Mar 2006 13:50:52 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE9C643D6B for ; Mon, 13 Mar 2006 13:50:49 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2DDoncS071861 for ; Mon, 13 Mar 2006 13:50:49 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2DDongI071860; Mon, 13 Mar 2006 13:50:49 GMT (envelope-from gnats) Date: Mon, 13 Mar 2006 13:50:49 GMT Message-Id: <200603131350.k2DDongI071860@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: Florent Thoumie Cc: Subject: Re: conf/77340 - awk used in /etc/rc.d/nsswitch when not available X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Florent Thoumie 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, 13 Mar 2006 13:50:52 -0000 The following reply was made to PR conf/77340; it has been noted by GNATS. From: Florent Thoumie To: bug-followup@freebsd.org Cc: freebsd-rc@freebsd.org Subject: Re: conf/77340 - awk used in /etc/rc.d/nsswitch when not available Date: Mon, 13 Mar 2006 13:41:10 +0000 Here [1] is a fix, anybody to review/approve it? [1] http://people.freebsd.org/~flz/local/nsswitch.diff -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-freebsd-rc@FreeBSD.ORG Mon Mar 13 19:37:05 2006 Return-Path: X-Original-To: freebsd-rc@freebsd.org Delivered-To: freebsd-rc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBA6516A420; Mon, 13 Mar 2006 19:37:05 +0000 (UTC) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2534D43D4C; Mon, 13 Mar 2006 19:37:01 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id k2DJb0pg029268; Mon, 13 Mar 2006 11:37:00 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id k2DJb01Y029267; Mon, 13 Mar 2006 11:37:00 -0800 Date: Mon, 13 Mar 2006 11:37:00 -0800 From: Brooks Davis To: Florent Thoumie Message-ID: <20060313193700.GA22518@odin.ac.hmc.edu> References: <1142257270.17473.28.camel@mayday.esat.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VbJkn9YxBvnuCH5J" Content-Disposition: inline In-Reply-To: <1142257270.17473.28.camel@mayday.esat.net> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu Cc: freebsd-rc@freebsd.org, bug-followup@freebsd.org Subject: Re: conf/77340 - awk used in /etc/rc.d/nsswitch when not available X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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, 13 Mar 2006 19:37:05 -0000 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 13, 2006 at 01:41:10PM +0000, Florent Thoumie wrote: > Here [1] is a fix, anybody to review/approve it? >=20 > [1] http://people.freebsd.org/~flz/local/nsswitch.diff I haven't tested it, but it looks fine to me. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFEFcnaXY6L6fI4GtQRAk48AKDhEykn8Bu2ggOzWrd46oaAEkCqmQCg2hSW sP3jSWrGHlUM/Ft/BZybWhY= =AR0a -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- From owner-freebsd-rc@FreeBSD.ORG Mon Mar 13 19:40:25 2006 Return-Path: X-Original-To: freebsd-rc@hub.freebsd.org Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 023CD16A434 for ; Mon, 13 Mar 2006 19:40:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5101543D5A for ; Mon, 13 Mar 2006 19:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2DJeNBP095960 for ; Mon, 13 Mar 2006 19:40:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2DJeNLQ095959; Mon, 13 Mar 2006 19:40:23 GMT (envelope-from gnats) Date: Mon, 13 Mar 2006 19:40:23 GMT Message-Id: <200603131940.k2DJeNLQ095959@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: Brooks Davis Cc: Subject: Re: conf/77340 - awk used in /etc/rc.d/nsswitch when not available X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Brooks Davis 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, 13 Mar 2006 19:40:25 -0000 The following reply was made to PR conf/77340; it has been noted by GNATS. From: Brooks Davis To: Florent Thoumie Cc: bug-followup@freebsd.org, freebsd-rc@freebsd.org Subject: Re: conf/77340 - awk used in /etc/rc.d/nsswitch when not available Date: Mon, 13 Mar 2006 11:37:00 -0800 --VbJkn9YxBvnuCH5J Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 13, 2006 at 01:41:10PM +0000, Florent Thoumie wrote: > Here [1] is a fix, anybody to review/approve it? >=20 > [1] http://people.freebsd.org/~flz/local/nsswitch.diff I haven't tested it, but it looks fine to me. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --VbJkn9YxBvnuCH5J Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFEFcnaXY6L6fI4GtQRAk48AKDhEykn8Bu2ggOzWrd46oaAEkCqmQCg2hSW sP3jSWrGHlUM/Ft/BZybWhY= =AR0a -----END PGP SIGNATURE----- --VbJkn9YxBvnuCH5J-- From owner-freebsd-rc@FreeBSD.ORG Tue Mar 14 11:30:20 2006 Return-Path: X-Original-To: freebsd-rc@hub.freebsd.org Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A2C316A420 for ; Tue, 14 Mar 2006 11:30:20 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3634443D6E for ; Tue, 14 Mar 2006 11:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2EBUJW3055831 for ; Tue, 14 Mar 2006 11:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2EBUJkv055830; Tue, 14 Mar 2006 11:30:19 GMT (envelope-from gnats) Date: Tue, 14 Mar 2006 11:30:19 GMT Message-Id: <200603141130.k2EBUJkv055830@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: Florent Thoumie Cc: Subject: Re: conf/77340 - awk used in /etc/rc.d/nsswitch when not available X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Florent Thoumie 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: Tue, 14 Mar 2006 11:30:20 -0000 The following reply was made to PR conf/77340; it has been noted by GNATS. From: Florent Thoumie To: Brooks Davis Cc: bug-followup@FreeBSD.org Subject: Re: conf/77340 - awk used in /etc/rc.d/nsswitch when not available Date: Tue, 14 Mar 2006 11:29:33 +0000 On Mon, 2006-03-13 at 19:40 +0000, Brooks Davis > I haven't tested it, but it looks fine to me. I did test a few things: - with no /etc/host.conf and no /etc/nsswitch.conf - with default /etc/host.conf - with default /etc/nsswitch.conf - with /etc/nsswitch.conf looking like : ,------ | hosts: files [foo=test bar=test baz=test] \ | dns `------ Does "fine with me" means "go ahead" ? I guess a MFC after 1 week is ok. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-freebsd-rc@FreeBSD.ORG Thu Mar 16 08:13:17 2006 Return-Path: X-Original-To: freebsd-rc@freebsd.org Delivered-To: freebsd-rc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCE0E16A420 for ; Thu, 16 Mar 2006 08:13:17 +0000 (UTC) (envelope-from ddoerflinger@derechoshumanos.com) Received: from bb220-255-29-83.singnet.com.sg (bb220-255-29-83.singnet.com.sg [220.255.29.83]) by mx1.FreeBSD.org (Postfix) with SMTP id CE35D43D8B for ; Thu, 16 Mar 2006 08:12:54 +0000 (GMT) (envelope-from ddoerflinger@derechoshumanos.com) Received: from derechoshumanos.com (derechoshumanos-com.mr.outblaze.com [64.62.181.94]) by bb220-255-29-83.singnet.com.sg (Postfix) with ESMTP id 0016C7F964 for ; Thu, 16 Mar 2006 03:10:42 -0500 From: Holding To: freebsd-rc Date: Thu, 16 Mar 2006 03:10:42 -0500 Message-ID: <001101c648d1$f498bbe4$40fa238b@derechoshumanos.com> Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 X-Virus-Scanned: by amavisd-milter at bb220-255-29-83.singnet.com.sg MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: =?windows-1251?b?UmU6IMru7fLw7uv8IO3g5CDz7/Dg4uvl7ejl7CDiIPXu?= =?windows-1251?b?6+To7ePg9S4g?= X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list 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: Thu, 16 Mar 2006 08:13:18 -0000 =20 <= strong>=c8=ed=f2=e5=e3=f0=e8=f0=ee=e2=e0=ed=ed=fb=e5=20= =f1=f2=f0=f3=ea=f2=f3=f0=fb (=f5=ee=eb=e4=e8=ed=e3=e8)=2e =ca=ee=ed=f2=f0=ee=eb=fc =ed=e0=e4 =f3=ef=f0=e0=e2=eb=e5=ed=e8=e5= =ec =20 =20 =d6=e5=eb=fc =f1=e5= =ec=e8=ed=e0=f0=e0: =20 =ce=f1=ec=fb=f1=eb=e5=ed= =e8=e5 =f1=ee=e2=f0=e5=ec=e5=ed=ed=ee=e3=ee =f1=ee=f1=f2=ee=ff=ed=e8=ff=20= =e8 =ef=e5=f0=f1=ef=e5=ea=f2=e8=e2 =f0=e0=e7=e2=e8=f2=e8=ff =ef=f0= =e0=e2=ee=e2=ee=e3=ee =f0=e5=e3=f3=eb=e8=f0=ee=e2=e0=ed=e8=ff =f5=ee=eb=e4= =e8=ed=e3=ee=e2=fb=f5 =f1=f2=f0=f3=ea=f2=f3=f0 =e2 =d0=ee=f1=f1=e8=e8=2e=20= =ce=e1=e7=ee=f0 =ee=f1=ed=ee=e2=ed=fb=f5 =f1=ef=ee=f1=ee=e1=ee=e2= =f1=ee=e7=e4=e0=ed=e8=ff =f5=ee=eb=e4=e8=ed=e3=ee=e2=2e =c8=e7=f3=f7=e5=ed= =e8=e5 =ee=f1=ee=e1=e5=ed=ed=ee=f1=f2=e5=e9 =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2= =ed=ee=e3=ee=20 =f3=ef=f0=e0=e2=eb=e5=ed=e8=ff =e8 =ee=e1=e5=f1=ef=e5=f7=e5=ed=e8= =ff =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2=ed=ee=e3=ee =ea=ee=ed=f2=f0=ee=eb=ff =e2= =e8=ed=f2=e5=e3=f0=e8=f0=ee=e2=e0=ed=ed=fb=f5 =f1=f2=f0=f3=ea=f2=f3=f0=e0= =f5=2e=20 =20 =20 =20 =c4=e0=f2=e0=20 =ef=f0=ee=e2=e5=e4=e5=ed=e8=ff: 21 - 22 =ec=e0=f0=f2=e0, =ef= =ee 6 =e0=ea=e0=e4=e5=ec=e8=f7=e5=f1=ea=e8=f5=20 =f7=e0=f1=ee=e2 =e2 =e4=e5=ed=fc, =f1 =ef=e5=f0=e5=f0=fb=e2= =ee=ec =ed=e0 =ee=e1=e5=e4 =e8 =ea=ee=f4=e5-=e1=f0=fd=e9=ea=2e =20 =cc=e5=f1=f2= =ee =ef=f0=ee=e2=e5=e4=e5=ed=e8=ff: =e3=2e =cc=ee=f1=ea=e2= =e0 =20 =d1=f2=ee=e8=ec=ee=f1=f2=fc =f3=f7=e0= =f1=f2=e8=ff: 10 999 = =f0=f3=e1=eb=e5=e9,=20 =ec=e5=f2=ee=e4=e8=f7=e5=f1=ea=e8=e5 = =e8 =f0=e0=e7=e4=e0=f2=ee=f7=ed=fb=e5 =ec=e0=f2=e5=f0=e8=e0=eb=fb, =ee=e1= =e5=e4=fb,=20 =ea=ee=f4=e5-=e1=f0=fd=e9=ea=e8 =e2=ea=eb=fe=f7=e5=ed=fb =e2= =f1=f2=ee=e8=ec=ee=f1=f2=fc=2e =20 =20 =c0=f3=e4=e8=f2=ee=f0=e8=ff: =20 =ca=f3=f0=f1 =f0=e0=e7=f0= =e0=e1=ee=f2=e0=ed =e4=eb=ff =f0=f3=ea=ee=e2=ee=e4=e8=f2=e5=eb=e5=e9=20 =ef=f0=e5=e4=ef=f0=e8=ff=f2=e8=e9 =ea=f0=f3=ef=ed=ee=e3=ee =e8 =f1= =f0=e5=e4=ed=e5=e3=ee =e1=e8=e7=ed=e5=f1=e0, =f7=eb=e5=ed=ee=e2 =f1=ee=e2= =e5=f2=ee=e2 =e4=e8=f0=e5=ea=f2=ee=f0=ee=e2, =f1=ee=e1=f1=f2=e2=e5=ed=ed=e8= =ea=ee=e2=20 =e1=e8=e7=ed=e5=f1=e0, =f0=f3=ea=ee=e2=ee=e4=e8=f2=e5=eb=e5=e9 =e8= =ee=f2=e2=e5=f2=f1=f2=e2=e5=ed=ed=fb=f5 =f0=e0=e1=ee=f2=ed=e8=ea=ee=e2 =fe= =f0=e8=e4=e8=f7=e5=f1=ea=e8=f5 =e8 =f4=e8=ed=e0=ed=f1=ee=e2=fb=f5=20 =e4=e5=ef=e0=f0=f2=e0=ec=e5=ed=f2=ee=e2, =ee=f2=e4=e5=eb=ee=e2 =f6= =e5=ed=ed=fb=f5 =e1=f3=ec=e0=e3, =e8=ed=e2=e5=f1=f2=e8=f6=e8=ee=ed=ed=ee=e9= =ef=f0=e0=ea=f2=e8=ea=e8, =f3=ef=f0=e0=e2=eb=e5=ed=e8=ff=20 =e8=ec=f3=f9=e5=f1=f2=e2=ee=ec, =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2=ed= =ee=e3=ee =f3=ef=f0=e0=e2=eb=e5=ed=e8=ff, =e2=ed=f3=f2=f0=e5=ed=ed=e5=e3=ee= =e0=f3=e4=e8=f2=e0=2e =20 =20 =cf=ee =ee=ea=ee=ed=f7= =e0=ed=e8=e8 =ea=f3=f0=f1=e0 =f3=f7=e0=f1=f2=ed=e8=ea=e8 =f3=e7=ed=e0=fe=f2= : =20 =20 * =20 =cd=e0=e8=e1=ee=eb= =e5=e5 =ee=ef=f2=e8=ec=e0=eb=fc=ed=fb=e5 =f1=ef=ee=f1=ee=e1=fb=20 =f1=ee=e7=e4=e0=ed=e8=ff =f5=ee=eb=e4=e8=ed=e3=ee=e2=fb=f5 =f1= =f2=f0=f3=ea=f2=f3=f0=2e * =20 =cf=ee=f0=ff=e4=ee= =ea =e8=e7=ec=e5=ed=e5=ed=e8=ff =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2=ed=ee=e3=ee= =20 =f3=ef=f0=e0=e2=eb=e5=ed=e8=ff =e4=ee=f7=e5=f0=ed=e8=ec=e8 =ee= =e1=f9=e5=f1=f2=e2=e0=ec=e8 =e2 =e7=e0=e2=e8=f1=e8=ec=ee=f1=f2=e8 =ee=f2 = =ef=ee=f2=f0=e5=e1=ed=ee=f1=f2=e5=e9 =f5=ee=eb=e4=e8=ed=e3=e0=2e=20 * =20 =cc=e5=f2=ee=e4=fb= =e8 =ef=f0=e8=e5=ec=fb, =ee=e1=e5=f1=ef=e5=f7=e8=e2=e0=fe=f9=e8=e5=20 =f1=ee=f5=f0=e0=ed=e5=ed=e8=e5 =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2= =ed=ee=e3=ee =ea=ee=ed=f2=f0=ee=eb=ff =ed=e0=e4 =e8=ed=f2=e5=e3=f0=e8=f0=ee= =e2=e0=ed=ed=fb=ec=e8 =f1=f2=f0=f3=ea=f2=f3=f0=e0=ec=e8=2e=20 * =20 =cf=f0=e8=ed=f6=e8= =ef=fb =e3=e0=f0=ec=ee=ed=e8=e7=e0=f6=e8=e8 =e2=ed=f3=f2=f0=e5=ed=ed=e8=f5= =20 =e4=ee=ea=f3=ec=e5=ed=f2=ee=e2 (=eb=ee=ea=e0=eb=fc=ed=fb=f5 =ed= =ee=f0=ec=e0=f2=e8=e2=ed=fb=f5 =e0=ea=f2=ee=e2) =e8=ed=f2=e5=e3=f0=e8=f0=ee= =e2=e0=ed=ed=fb=f5 =f1=f2=f0=f3=ea=f2=f3=f0=2e=20 =20 =ca=f0=e0=f2=ea=ee=e5=20 =f1=ee=e4=e5=f0=e6=e0=ed=e8=e5 = =20 =20 * =20 =cf=ee=ed=ff=f2=e8=e5 =f5= =ee=eb=e4=e8=ed=e3=e0=2e =d1=ee=e2=f0=e5=ec=e5=ed=ed=ee=e5 =f1=ee=f1=f2=ee= =ff=ed=e8=e5=20 =e8 =ef=e5=f0=f1=ef=e5=ea=f2=e8=e2=fb =f0=e0=e7=e2=e8=f2=e8=ff= =ef=f0=e0=e2=ee=e2=ee=e3=ee =f0=e5=e3=f3=eb=e8=f0=ee=e2=e0=ed=e8=ff =f5=ee= =eb=e4=e8=ed=e3=ee=e2=fb=f5 =f1=f2=f0=f3=ea=f2=f3=f0=20 =e2 =d0=ee=f1=f1=e8=e8=2e * =20 =ce=f1=ee=e1=e5=ed=ed=ee= =f1=f2=e8 =f1=ee=e7=e4=e0=ed=e8=ff =e8 =e2=ed=f3=f2=f0=e5=ed=ed=ff=ff=20 = =f1=f2=f0=f3=ea=f2=f3=f0=e0 =f5=ee=eb=e4=e8=ed=e3=ee=e2 =e2 =d0= =ee=f1=f1=e8=e8 * =20 =ca=ee=f0=ef=ee=f0=e0=f2= =e8=e2=ed=ee=e5 =f3=ef=f0=e0=e2=eb=e5=ed=e8=e5 =f5=ee=eb=e4=e8=ed=e3=ee=e2= =fb=ec=e8=20 =f1=f2=f0=f3=ea=f2=f3=f0=e0=ec=e8: =ec=e5=e6=e4=f3=ed=e0=f0=ee= =e4=ed=e0=ff =ef=f0=e0=ea=f2=e8=ea=e0 =e8 =f0=ee=f1=f1=e8=e9=f1=ea=e8=e9 = =ef=ee=e4=f5=ee=e4 * =20 =ce=e1=e5=f1=ef=e5=f7=e5= =ed=e8=e5 =ea=ee=f0=ef=ee=f0=e0=f2=e8=e2=ed=ee=e3=ee =ea=ee=ed=f2=f0=ee=eb= =ff=20 =ed=e0=e4 =f5=ee=eb=e4=e8=ed=e3=e0=ec=e8 =e8 =ef=f0=e5=e4=ee=f2= =e2=f0=e0=f9=e5=ed=e8=e5 =e2=ed=e5=f8=ed=e8=f5 =e8 =e2=ed=f3=f2=f0=e5=ed=ed= =e8=f5 =f3=e3=f0=ee=e7=2e * =20 =c7=ed=e0=f7=e5=ed=e8=e5= =e2=ed=f3=f2=f0=e5=ed=ed=e8=f5 =e4=ee=ea=f3=ec=e5=ed=f2=ee=e2 (=eb=ee=ea= =e0=eb=fc=ed=fb=f5=20 =ed=ee=f0=ec=e0=f2=e8=e2=ed=fb=f5 =e0=ea=f2=ee=e2) =e2 =f3=ef= =f0=e0=e2=eb=e5=ed=e8=e8 =e8=ed=f2=e5=e3=f0=e8=f0=ee=e2=e0=ed=ed=fb=ec=e8= =f1=f2=f0=f3=ea=f2=f3=f0=e0=ec=e8=2e * =20 =cf=f0=e0=e2=ee=e2=ee=e5= =f0=e5=e3=f3=eb=e8=f0=ee=e2=e0=ed=e8=e5 =ee=f2=e2=e5=f2=f1=f2=e2=e5=ed=ed= =ee=f1=f2=e8=20 =e2 =f5=ee=eb=e4=e8=ed=e3=ee=e2=fb=f5 =f1=f2=f0=f3=ea=f2=f3=f0= =e0=f5 * =20 =ce=f2=e2=e5=f2=fb =ed=e0= =e2=ee=ef=f0=ee=f1=fb =20 =cf=ee =e2=ee=ef=f0=ee=f1=e0=ec =f0=e5=e3=e8=f1=f2= =e0=f0=e0=f6=e8=e8 =ee=e1=f0=e0=f9=e0=e9=f2=e5=f1=fc =ef=ee =f2=e5=eb: (4= 95) 742-91-98, 792-2122 7U2FU =20