diff options
| author | rbalocca <rbalocca@vyatta.com> | 2008-03-10 15:01:02 -0700 |
|---|---|---|
| committer | rbalocca <rbalocca@vyatta.com> | 2008-03-10 15:01:02 -0700 |
| commit | ac16bb57ff4851a0c686a87c7d2e4025f2874a07 (patch) | |
| tree | 900d7a85677bb0354af20cb32e4f77ff41c8b6b2 | |
| parent | 8b4f5bf82fa71586cd47af72e4d1df523d787bde (diff) | |
| download | vyatta-wanloadbalance-ac16bb57ff4851a0c686a87c7d2e4025f2874a07.tar.gz vyatta-wanloadbalance-ac16bb57ff4851a0c686a87c7d2e4025f2874a07.zip | |
Fix upgrade of wanloadbalance
| -rw-r--r-- | debian/control | 1 | ||||
| -rw-r--r-- | debian/vyatta-wanloadbalance.postinst.in | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a858651..73f6931 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Depends: bash (>= 3.1), procps (>= 1:3.2.7-3), vyatta-quagga, coreutils (>= 5.97-5.3), + libc6 (>= 2.7-1), vyatta-config-migrate Suggests: util-linux (>= 2.13-5), net-tools, diff --git a/debian/vyatta-wanloadbalance.postinst.in b/debian/vyatta-wanloadbalance.postinst.in index 88182b8..3af5d13 100644 --- a/debian/vyatta-wanloadbalance.postinst.in +++ b/debian/vyatta-wanloadbalance.postinst.in @@ -12,4 +12,5 @@ touch ${LOADBALANCE_DIR}/wlb.conf #now move op cmds to correct location rm -fr /opt/vyatta/share/vyatta-op/templates/show/wan-load-balance/* -mv /opt/vyatta/share/vyatta-cfg/templates/show/wan-load-balance /opt/vyatta/share/vyatta-op/templates/show/. 2>/dev/null
\ No newline at end of file +mv /opt/vyatta/share/vyatta-cfg/templates/show/wan-load-balance /opt/vyatta/share/vyatta-op/templates/show/. 2>/dev/null +exit 0 |
