summaryrefslogtreecommitdiffstats
path: root/dist/post_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dist/post_install.sh')
-rwxr-xr-xdist/post_install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/post_install.sh b/dist/post_install.sh
index 897f19a592e..40765357457 100755
--- a/dist/post_install.sh
+++ b/dist/post_install.sh
@@ -117,6 +117,9 @@ ln -s vespa-logctl $INSTALLPATH/bin/logctl
ln -s vespa-logfmt $INSTALLPATH/bin/logfmt
ln -s vespa-log-replay $INSTALLPATH/bin/vlogreplay
+# Temporary when renaming binaries in logd
+ln -s vespa-logd $INSTALLPATH/sbin/logd
+
# Temporary when renaming binaries in memfilepersistence
ln -s vespa-dump-slotfile $INSTALLPATH/bin/dumpslotfile
ln -s vespa-vds-disktool-bin $INSTALLPATH/bin/vdsdisktool-bin