make install &&

mkdir -p             /var/log/havp &&
chown nobody.nogroup /var/log/havp &&
mkdir -p             $HAVP_TMP     &&
chown nobody.nogroup $HAVP_TMP     &&

message $(cat<<EOM
${MESSAGE_COLOR}HAVP requires that partition used for temporary files is
mounted with hardlock feature enabled using option 'mand' for mount(8).
Please add the following line to your mount file
${FILE_COLOR}$INSTALL_ROOT/etc/fstab${MESSAGE_COLOR}:
${QUERY_COLOR}"tmpfs $HAVP_TMP tmpfs defaults,size=256M,mand,uid=nobody,gid=nogroup,mode=700 0 0"${MESSAGE_COLOR}
Do NOT add 'mand' option to your existing /var or /tmp mount points!${DEFAULT_COLOR}
EOM)
