diff options
author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-02-11 16:30:31 -0800 |
---|---|---|
committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-02-11 16:30:31 -0800 |
commit | e6eb5ddaa5d9c19469c69b2946607b56be6b94c9 (patch) | |
tree | da8b979511349e13ee502ad24d6bd5906f9f8e65 /debian | |
parent | c176c2df0879e2339fdcc430edae55111f97842b (diff) | |
download | vyatta-wanloadbalance-e6eb5ddaa5d9c19469c69b2946607b56be6b94c9.tar.gz vyatta-wanloadbalance-e6eb5ddaa5d9c19469c69b2946607b56be6b94c9.zip |
added postinst instruction for moving show cmds.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyatta-wanloadbalance.postinst.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/vyatta-wanloadbalance.postinst.in b/debian/vyatta-wanloadbalance.postinst.in index 0a900f6..90fde6d 100644 --- a/debian/vyatta-wanloadbalance.postinst.in +++ b/debian/vyatta-wanloadbalance.postinst.in @@ -11,3 +11,5 @@ chmod 0755 $LOADBALANCE_DIR update-rc.d -f vyatta-wanloadbalance defaults 2>/dev/null +#now move op cmds to correct location +mv /opt/vyatta/share/vyatta-cfg/templates/show/wan-load-balance /opt/vyatta/share/vyatta-op/templates/show/wan-load-balance
\ No newline at end of file |