aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-06-09 13:57:03 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-06-09 13:57:03 +0000
commit415e0c386a72efca3a0a5d1c3418e5d929ed7ab8 (patch)
treec79e0bef7b21160c180c87d72c7d243ee9fe3ff2 /dist
parent8cec7dcc18f268a647cfb5958f62dda864adba1f (diff)
Rename fbench programs to have vespa- prefix.
Temporarily add symlinks from old name to new name.
Diffstat (limited to 'dist')
-rwxr-xr-xdist/post_install.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/post_install.sh b/dist/post_install.sh
index 9475894d2e0..f8d447fcb77 100755
--- a/dist/post_install.sh
+++ b/dist/post_install.sh
@@ -121,3 +121,9 @@ ln -s vespa-configproxy-cmd $INSTALLPATH/bin/configproxy-cmd
ln -s vespa-get-config $INSTALLPATH/bin/getvespaconfig
ln -s vespa-get-config-bin $INSTALLPATH/bin/getvespaconfig-bin
ln -s vespa-ping-configproxy $INSTALLPATH/bin/pingproxy
+
+# Temporary when renaming programs in fbench
+ln -s vespa-fbench $INSTALLPATH/bin/fbench
+ln -s vespa-fbench-filterfile $INSTALLPATH/bin/filterfile
+ln -s vespa-geturl $INSTALLPATH/bin/geturl
+ln -s vespa-fbench-split-file $INSTALLPATH/bin/splitfile