From owner-freebsd-current@FreeBSD.ORG Sun Jan 23 15:02:57 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9099116A4CE for ; Sun, 23 Jan 2005 15:02:57 +0000 (GMT) Received: from www.kukulies.org (www.kukulies.org [213.146.112.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A4343D3F for ; Sun, 23 Jan 2005 15:02:56 +0000 (GMT) (envelope-from kuku@www.kukulies.org) Received: from www.kukulies.org (localhost [127.0.0.1]) by www.kukulies.org (8.13.1/8.12.10) with ESMTP id j0NF2s10001060 for ; Sun, 23 Jan 2005 16:02:54 +0100 (CET) (envelope-from kuku@www.kukulies.org) Received: (from kuku@localhost) by www.kukulies.org (8.13.1/8.12.10/Submit) id j0NF2sbe001059 for freebsd-current@freebsd.org; Sun, 23 Jan 2005 16:02:54 +0100 (CET) (envelope-from kuku) Date: Sun, 23 Jan 2005 16:02:54 +0100 From: "Christoph P. Kukulies" To: freebsd-current@freebsd.org Message-ID: <20050123150254.GA1015@kukulies.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: ppp problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 23 Jan 2005 15:02:57 -0000 My ppp didn't startup right after a cvsup and world rebuild yesterday. Since I probably had a bad mix of old and newer rc files in /etc/rc.d I wiped out my /etc/rc.d totally and put in the new ones. ppp-user (probably formerly ppp) didn't seem to execute ppp since the command line looked a bit garbled: -quiet -ddial myprofile instead of ppp -quiet -ddial myprofile I hacked it by putting the following fix into /etc/rc.d/ppp-user: rc_flags="$rc_flags ppp -quiet -${ppp_mode}" ^^^ This is only a dirty fix that helps me getting online again and post this message but probably I'm missing some other mechanism going on that would build up the right run command line. -- Chris Christoph P. U. Kukulies kuku_at_kukulies.org