From muir@ping.idiom.com  Mon Sep 29 13:54:06 1997
Received: from ping.idiom.com (idiom-frVT1-gw.sf.tlg.net [140.174.37.22] (may be forged))
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA08967
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 29 Sep 1997 13:54:03 -0700 (PDT)
Received: (from root@localhost)
	by ping.idiom.com (8.8.5/8.8.5) id NAA03470;
	Mon, 29 Sep 1997 13:53:13 -0700 (PDT)
Message-Id: <199709292053.NAA03470@ping.idiom.com>
Date: Mon, 29 Sep 1997 13:53:13 -0700 (PDT)
From: David Sharnoff <muir@ping.idiom.com>
Reply-To: muir@ping.idiom.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: Need to do post-ifconfig commands
X-Send-Pr-Version: 3.2

>Number:         4654
>Category:       conf
>Synopsis:       Need to do post-ifconfig commands
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 29 14:00:00 PDT 1997
>Closed-Date:    Tue May 29 11:01:28 PDT 2001
>Last-Modified:  Tue May 29 11:01:38 PDT 2001
>Originator:     David Sharnoff
>Release:        FreeBSD 2.2.2-RELEASE i386
>Organization:
Idiom
>Environment:

	FreeBSD 2.2.2 with an ETinc Frame card.

>Description:

	To configure things for the ETinc card, I need to do commands
	both before and after ifconfig.

>How-To-Repeat:

>Fix:
	
	Add the following to /etc/rc.network at the end of the ifconfig
	loop:

            if [ -e /etc/start_if.${ifn}.post ]; then
                    . /etc/start_if.${ifn}.post ${ifn}
            fi

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Tue May 29 11:01:28 PDT 2001 
State-Changed-Why:  
Already fixed. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=4654 
>Unformatted:
