diff options
| author | Michael Larson <slioch@eng-140.vyatta.com> | 2008-02-05 17:20:05 -0800 |
|---|---|---|
| committer | Michael Larson <slioch@eng-140.vyatta.com> | 2008-02-05 17:20:05 -0800 |
| commit | 7221ca0e9c11039844f0ee8df326f37cc672b4e8 (patch) | |
| tree | 5f8abb4ae28edbebb1e5f8d87023b703b7d18115 | |
| parent | db26922453fb60e8eb67cce141d126c8e82f6c5b (diff) | |
| download | vyatta-wanloadbalance-7221ca0e9c11039844f0ee8df326f37cc672b4e8.tar.gz vyatta-wanloadbalance-7221ca0e9c11039844f0ee8df326f37cc672b4e8.zip | |
added back status command to inst instructions.
| -rw-r--r-- | debian/vyatta-wanloadbalance.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/vyatta-wanloadbalance.postinst b/debian/vyatta-wanloadbalance.postinst index 050b3c5..5338d27 100644 --- a/debian/vyatta-wanloadbalance.postinst +++ b/debian/vyatta-wanloadbalance.postinst @@ -15,6 +15,7 @@ ln -s /opt/vyatta/sbin/vyatta-wanloadbalance.init /etc/init.d/vyatta-wanloadbala #because I'm lazy and don't want to have to create an extra pkg for the show cmd mkdir -p /opt/vyatta/share/vyatta-op/templates/show/wan-load-balance/ mv /opt/vyatta/share/vyatta-cfg/templates/show/wan-load-balance/node.def /opt/vyatta/share/vyatta-op/templates/show/wan-load-balance/. +mv /opt/vyatta/share/vyatta-cfg/templates/show/wan-load-balance/status/node.def /opt/vyatta/share/vyatta-op/templates/show/wan-load-balance/status/. #nothing |
