summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-06-07 11:48:07 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-06-07 11:48:07 +0000
commit22249f89be359621fc88334d455a6d59a8b05cc6 (patch)
treeb0cc8a40f4b2f351a65f2c16137331dd64528899 /dist
parent66d4227123bff1710b5f7c82de7b1234128772fd (diff)
Rename vespalog binaries 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 fb50b0206c9..bcc33c784ad 100755
--- a/dist/post_install.sh
+++ b/dist/post_install.sh
@@ -87,3 +87,9 @@ ln -s vespa-storaged-bin $INSTALLPATH/sbin/storaged-bin
ln -s vespa-distributord-bin $INSTALLPATH/sbin/distributord-bin
ln -s vespa-storaged $INSTALLPATH/sbin/storaged
ln -s vespa-distributord $INSTALLPATH/sbin/distributord
+
+# Temporary when renaming binaries in vespalog
+ln -s vespa-log-conv $INSTALLPATH/bin/vlogconv
+ln -s vespa-logctl $INSTALLPATH/bin/logctl
+ln -s vespa-logfmt $INSTALLPATH/bin/logfmt
+ln -s vespa-log-replay $INSTALLPATH/bin/vlogreplay