From owner-freebsd-questions@FreeBSD.ORG Sun Mar 14 13:54:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6155A16A4CE for ; Sun, 14 Mar 2004 13:54:42 -0800 (PST) Received: from unix.za.net (unix.za.net [137.158.96.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C1A843D45 for ; Sun, 14 Mar 2004 13:52:07 -0800 (PST) (envelope-from savage@savage.za.org) From: Chris Knipe To: FreeBSD Questions Message-Id: <20040314215207.4C1A843D45@mx1.FreeBSD.org> Date: Sun, 14 Mar 2004 13:52:07 -0800 (PST) Subject: PPP Question - should be easy... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2004 21:54:42 -0000 Hi all, I was just wondering, I run ppp from rc.conf with -ddial, and it is working brilliantly. However, I need to change ppp configurations quite frequently, is there a quick way to tell ppp to reload the configuration without killing it? I am specifically looking to change values in the label that is run from rc.conf with -ddial... I'm hoping in some way that I can send ppp a -HUP and it will use the new values when the ppp process reconnects automatically in -ddial mode. Thanks for your time, and I look forward to some possible answers. Regards, Chris.