summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-06-13 10:43:38 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-06-13 10:45:04 +0000
commit29f8655b601abc31a104281f296249c435b290ad (patch)
tree8b073d7c6f7c3f24a1c523d81ac09ac667505948 /dist
parentf419f0ddb911a25df4bf6d150f4b4ccabfe9e751 (diff)
Rename logd programs to have vespa- prefix.
Temporarily add symlinks from old name to new name.
Diffstat (limited to 'dist')
-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