From owner-freebsd-current@FreeBSD.ORG Mon Apr 21 16:41:49 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4612B106567F for ; Mon, 21 Apr 2008 16:41:49 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (cl-162.ewr-01.us.sixxs.net [IPv6:2001:4830:1200:a1::2]) by mx1.freebsd.org (Postfix) with ESMTP id D72998FC17 for ; Mon, 21 Apr 2008 16:41:48 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.2/8.14.2) with ESMTP id m3LGg09Z019864; Mon, 21 Apr 2008 11:42:00 -0500 (CDT) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.2/8.14.2/Submit) id m3LGg0GG019863; Mon, 21 Apr 2008 11:42:00 -0500 (CDT) (envelope-from brooks) Date: Mon, 21 Apr 2008 11:42:00 -0500 From: Brooks Davis To: Randy Bush Message-ID: <20080421164159.GB19629@lor.one-eyed-alien.net> References: <480C88AC.8020708@psg.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="H1spWtNR+x+ondvy" Content-Disposition: inline In-Reply-To: <480C88AC.8020708@psg.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (lor.one-eyed-alien.net [127.0.0.1]); Mon, 21 Apr 2008 11:42:01 -0500 (CDT) Cc: current@freebsd.org Subject: Re: /etc/rc.d/ppp ppp_unit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2008 16:41:49 -0000 --H1spWtNR+x+ondvy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Apr 21, 2008 at 09:29:32PM +0900, Randy Bush wrote: > # Check for hard wired unit >=20 > eval _ppp_unit=3D\$ppp_${_ppp_profile_cleaned}_unit > if [ -n "_ppp_unit" ]; then > _ppp_unit=3D"-unit${_ppp_unit}" > fi > rc_flags=3D"$rc_flags $_ppp_unit" >=20 > creates the illegal invocation "-unit" when /etc/ppp/ppp.conf has >=20 > set device PPPoE:vr0 >=20 > and needs no unit >=20 > manually starting >=20 > ppp -dedicated -nat foo >=20 > works fine. but invoking /etc/rc.d/ppp start does not work This was fixed in CURRENT with rev 1.19 on April 6th. -- Brooks --H1spWtNR+x+ondvy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iD8DBQFIDMPXXY6L6fI4GtQRAsAcAJ0R+opz6jA/EFglEBjqhsy2ZDaSUwCgor04 3vwXioTd7n0sqUt7ZHr6iLg= =gnfV -----END PGP SIGNATURE----- --H1spWtNR+x+ondvy--