From owner-freebsd-rc@FreeBSD.ORG Fri May 7 17:10:04 2010 Return-Path: Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3D704106566C for ; Fri, 7 May 2010 17:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 143C48FC08 for ; Fri, 7 May 2010 17:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o47HA3We078596 for ; Fri, 7 May 2010 17:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o47HA3XH078595; Fri, 7 May 2010 17:10:03 GMT (envelope-from gnats) Date: Fri, 7 May 2010 17:10:03 GMT Message-Id: <201005071710.o47HA3XH078595@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: Eugene Grosbein Cc: Subject: Re: conf/132483: rc.subr(8) [patch] setfib(1) support for rc.subr X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eugene Grosbein 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: Fri, 07 May 2010 17:10:04 -0000 The following reply was made to PR conf/132483; it has been noted by GNATS. From: Eugene Grosbein To: bug-followup@freebsd.org Cc: sem@freebsd.org Subject: Re: conf/132483: rc.subr(8) [patch] setfib(1) support for rc.subr Date: Sat, 08 May 2010 00:08:20 +0700 I've tested second patch (setfib_for_rc.subr.diff), it works. Vote for commit. Without this, there is no way to bind a network service running from rcNG-based startup script to a non-default FIB. The only alternative is ugly way to use /etc/rc.local with "setfib N ... forcestart" command that ignores dependencies. Please commit. Eugene Grosbein