aboutsummaryrefslogtreecommitdiffstats
path: root/ppp/ipv6-down
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2006-09-11 17:15:01 +0000
committerBill Nottingham <notting@redhat.com>2006-09-11 17:15:01 +0000
commit0f552f5162c9fb27337aab485e28c3b33035e6a6 (patch)
tree06c263daff70dbfb6735d7d7a47505b634f37348 /ppp/ipv6-down
parent31ccd7f5174df3a895e67bf40daa3d5ea4cf9b6e (diff)
downloadinitscripts-0f552f5162c9fb27337aab485e28c3b33035e6a6.tar
initscripts-0f552f5162c9fb27337aab485e28c3b33035e6a6.tar.gz
initscripts-0f552f5162c9fb27337aab485e28c3b33035e6a6.tar.bz2
initscripts-0f552f5162c9fb27337aab485e28c3b33035e6a6.tar.xz
initscripts-0f552f5162c9fb27337aab485e28c3b33035e6a6.zip
pass path to '.' always (#206035)
Diffstat (limited to 'ppp/ipv6-down')
-rw-r--r--ppp/ipv6-down2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppp/ipv6-down b/ppp/ipv6-down
index c1f5f5d0..bc960483 100644
--- a/ppp/ipv6-down
+++ b/ppp/ipv6-down
@@ -40,7 +40,7 @@ REALDEVICE=$1
. /etc/sysconfig/network
cd /etc/sysconfig/network-scripts
-. network-functions
+. ./network-functions
CONFIG=$LOGDEVICE
[ -f "$CONFIG" ] || CONFIG=ifcfg-$CONFIG