aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2017-06-12 16:55:18 +0200
committerGitHub <noreply@github.com>2017-06-12 16:55:18 +0200
commit5e3282fbedb9fa3fc75ca7c848cee99988fed1d6 (patch)
treeb68c5c978c9355756bcdc66f232498c2e24e960d /dist
parent4817c8cf3cd08b41d55be6fb5a3b37244e5bc20b (diff)
parent7eb2f2de03351ccf820e23859b68ff8fed886e10 (diff)
Merge pull request #2716 from yahoo/geirst/rename-binaries-in-vespaclient-java
Geirst/rename binaries in vespaclient java
Diffstat (limited to 'dist')
-rwxr-xr-xdist/post_install.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/dist/post_install.sh b/dist/post_install.sh
index 8640f377e3d..c91f128e98e 100755
--- a/dist/post_install.sh
+++ b/dist/post_install.sh
@@ -98,6 +98,15 @@ ln -s vespa-doclocator $INSTALLPATH/bin/vespadoclocator
ln -s vespa-route $INSTALLPATH/bin/vesparoute
ln -s vespa-spoolmaster $INSTALLPATH/bin/spoolmaster
+# Temporary when renaming binaries in vespaclient-java
+ln -s vespa-document-statistics $INSTALLPATH/bin/vds-document-statistics
+ln -s vespa-stat $INSTALLPATH/bin/vdsstat
+ln -s vespa-destination $INSTALLPATH/bin/vespadestination
+ln -s vespa-feeder $INSTALLPATH/bin/vespafeeder
+ln -s vespa-get $INSTALLPATH/bin/vespaget
+ln -s vespa-visit $INSTALLPATH/bin/vespavisit
+ln -s vespa-visit-target $INSTALLPATH/bin/vespavisittarget
+
# Temporary when renaming binaries in vespalog
ln -s vespa-log-conv $INSTALLPATH/bin/vlogconv
ln -s vespa-logctl $INSTALLPATH/bin/logctl