diff options
| author | Michael Larson <mike@vyatta.com> | 2011-01-04 10:39:49 -0800 |
|---|---|---|
| committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2011-01-05 11:50:53 -0800 |
| commit | 5932b3640418ef157ef443a1cb62a1c8e666215e (patch) | |
| tree | 853c0b2f3ba38a0dff6edb51bd2db2ffc47a9da4 /scripts/ppp | |
| parent | 179e84deac2d92feb68348240b8ffa2d10780b07 (diff) | |
| download | vyatta-wanloadbalance-5932b3640418ef157ef443a1cb62a1c8e666215e.tar.gz vyatta-wanloadbalance-5932b3640418ef157ef443a1cb62a1c8e666215e.zip | |
convert wlb runtime directory to /var/run/load-balance from /var/load-balance. fix for bug 6630
(cherry picked from commit cf1754c28af9dc17f5dea4995049823dc7687a63)
Diffstat (limited to 'scripts/ppp')
| -rw-r--r-- | scripts/ppp/ppp-wanlb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ppp/ppp-wanlb b/scripts/ppp/ppp-wanlb index f31e8e2..f76dee0 100644 --- a/scripts/ppp/ppp-wanlb +++ b/scripts/ppp/ppp-wanlb @@ -1,6 +1,6 @@ #! /bin/sh -echo $5 > /var/load-balance/ppp/$6 +echo $5 > /var/run/load-balance/ppp/$6 pid=/var/run/vyatta/wlb.pid if [ -f $pid ]; then |
