aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-06-07 09:16:23 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-06-07 09:16:23 +0000
commita14f22cb5b510f1fd8864630c3ba29c6fd349175 (patch)
tree95fa2b655fa0bf2889619ea777dc033232366582 /dist
parentfe435fbe60780dbd50fc5225d9a463c72c8bbb17 (diff)
Rename storageserver 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 6c70863806c..4806ee8121d 100755
--- a/dist/post_install.sh
+++ b/dist/post_install.sh
@@ -76,3 +76,9 @@ ln -s vespa-verify-ranksetup-bin $INSTALLPATH/bin/verify_ranksetup-bin
ln -s vespa-proton $INSTALLPATH/sbin/proton
ln -s vespa-fdispatch $INSTALLPATH/sbin/fdispatch
ln -s vespa-verify-ranksetup $INSTALLPATH/bin/verify_ranksetup
+
+# Temporary when renaming binaries in storageserver
+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