Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Aug 2001 22:50:11 +0200 (METDST)
From:      hm@hcs.de (Hellmuth Michaelis)
To:        John@hcs.de, Baldwin <jhb@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/etc/defaults rc.conf
Message-ID:  <20010815205011.DF750529@hcswork.hcs.de>
In-Reply-To: <20010815191544.D4A3151D@hcswork.hcs.de> "from Hellmuth Michaelis at Aug 15, 2001 09:15:44 pm"

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

The patch to rc.network should look like this. My last commit to rc.conf
in RELENG_4 should be backed out. Only for isp<N> interfaces ispppcontrol
is called for everything else spppcontrol is called. The way rc.conf works
with respect to to isp<N> and all other users of sppp should be the same
as before.

On my gateway here it does what it should, but i will probably be able 
to do some more testing tomorrow and convince others to test.

*** rc.network-OLD	Wed Aug  1 22:07:55 2001
--- rc.network	Wed Aug 15 21:39:06 2001
***************
*** 126,132 ****
  			# The auth secrets might contain spaces; in order
  			# to retain the quotation, we need to eval them
  			# here.
! 			eval spppcontrol ${ifn} ${spppcontrol_args}
  		fi
  	done
  
--- 126,139 ----
  			# The auth secrets might contain spaces; in order
  			# to retain the quotation, we need to eval them
  			# here.
! 			case "${ifn}" in
! 			isp*)
! 				eval ispppcontrol ${ifn} ${spppcontrol_args}
! 				;;
! 			*)
! 				eval spppcontrol ${ifn} ${spppcontrol_args}
! 				;;
! 			esac
  		fi
  	done
  
hellmuth
-- 
Hellmuth Michaelis                                    Tel   +49 40 55 97 47-70
HCS Hanseatischer Computerservice GmbH                Fax   +49 40 55 97 47-77
Oldesloer Strasse 97-99                               Mail  hm [at] hcs.de
D-22457 Hamburg                                       WWW   http://www.hcs.de

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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