From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FpuUW-0008Aj-Rf for garchives@archives.gentoo.org; Mon, 12 Jun 2006 22:02:37 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k5CLwLc2024870; Mon, 12 Jun 2006 21:58:21 GMT Received: from ulm114.server4you.de (ulm114.server4you.de [62.75.202.190]) by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k5CLjZWV019807 for ; Mon, 12 Jun 2006 21:45:38 GMT Received: from [192.168.0.17] (p54B2F6D4.dip.t-dialin.net [84.178.246.212]) by ulm114.server4you.de (Postfix) with ESMTP id 4EB6C20C0ED for ; Mon, 12 Jun 2006 23:45:35 +0200 (CEST) Message-ID: <448DE083.1000800@smash-net.org> Date: Mon, 12 Jun 2006 23:45:39 +0200 From: =?ISO-8859-1?Q?Norman_Rie=DF?= User-Agent: Thunderbird 1.5.0.4 (X11/20060605) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] adsl rp-pppoe - new baselayout problem References: <448C5EAC.8030603@terra.com.br> In-Reply-To: <448C5EAC.8030603@terra.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: e0feafe0-6f25-45c7-9a51-34e02eb732b5 X-Archives-Hash: cad6de7774fee6f95d050521fcfb19fd Francisco J. A. Ares schrieb: > but > I'd prefer to go back to the init script. > > Thanks > Francisco > The old rp-pppoe init script works without problems on my up-to-date gentoo router. I prefer this way, too. If you need it, here is the script: bragi ~ # cat /etc/init.d/rp-pppoe #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dialup/rp-pppoe/files/rp-pppoe.rc,v 1.7 2004/10/07 22:06:53 eradicator Exp $ depend() { use net after domainname } start() { ebegin "Starting adsl" start-stop-daemon --start --quiet --exec /usr/sbin/pppoe-start eend $? } stop() { ebegin "Stopping adsl" start-stop-daemon --start --quiet --exec /usr/sbin/pppoe-stop eend $? } -- gentoo-user@gentoo.org mailing list