Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2003 23:04:33 -0700 (PDT)
From:      System Administrator <root@danielrudy.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/55916: Change to /etc/rc.network & /etc/defaults/rc.conf
Message-ID:  <200308240604.h7O64XUc062915@wildfire.danielrudy.org>
Resent-Message-ID: <200308240610.h7O6AJJ6016608@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         55916
>Category:       conf
>Synopsis:       Change to /etc/rc.network & /etc/defaults/rc.conf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 23 23:10:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     System Administrator
>Release:        FreeBSD 4.8-RELEASE-p1 i386
>Organization:
None
>Environment:
System: FreeBSD wildfire.danielrudy.org 4.8-RELEASE-p1 FreeBSD 4.8-RELEASE-p1 #0: Mon Aug 4 03:09:35 PDT 2003 root@strata.danielrudy.org:/usr/obj/usr/src/sys/WILDFIRE i386

>Description:
In the /etc/rc.network file, there is no provision to add additional options to ppp startup such as unit #.  This code change to rc.network and an additional entry in /etc/defaults/rc.conf will resolve this.

>How-To-Repeat:

Change Request: No trouble to repeat.

>Fix:

Beginning on line 279 of file /etc/rc.network, add these lines:

case ${ppp_flags} in
  [Nn][Oo])
    ;;
  *)
    ppp_command="${ppp_command} ${ppp_flags}"
    ;;
esac

Beginning on line 108 of file /etc/defaults/rc.conf, add this line:

ppp_flags="NO"		# Additional flags to ppp.


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308240604.h7O64XUc062915>