conf/55916: Change to /etc/rc.network & /etc/defaults/rc.conf

System Administrator root at danielrudy.org
Sat Aug 23 23:10:20 PDT 2003


>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 at 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:


More information about the freebsd-bugs mailing list