From 8405bb6652658a35197cbb733e3f992c2bace2b1 Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Wed, 24 Sep 1997 17:35:16 +0000 Subject: CONFIG after daemon daemonizing. --- sysconfig/network-scripts/ifup-ppp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sysconfig/network-scripts') diff --git a/sysconfig/network-scripts/ifup-ppp b/sysconfig/network-scripts/ifup-ppp index ffea7336..3b655245 100755 --- a/sysconfig/network-scripts/ifup-ppp +++ b/sysconfig/network-scripts/ifup-ppp @@ -1,9 +1,6 @@ #!/bin/sh PATH=/sbin:/usr/sbin:/bin:/usr/bin -CONFIG=$1 -. network-functions - # ifup-post for PPP is handled through /etc/ppp/ip-up if [ "$1" != daemon ] ; then @@ -14,6 +11,8 @@ if [ "$1" != daemon ] ; then fi shift +CONFIG=$1 +. network-functions source_config if [ -z "$DISCONNECTTIMEOUT" ]; then -- cgit