#!/bin/sh
echo "You did not complete the installation of the most recent AUIS package."
echo "In the *.lsm file you should have found the instruction to invoke:"
echo ""
echo "	/usr/andrew/etc/complete-setup package-name"
echo ""
echo "For example, after extracting the -src package, the command is:"
echo "       /usr/andrew/etc/complete-setup src"
echo ""
echo "Look in the 'Comment' section of the lsm file for the precise command."
echo "You cannot use AUIS until that gets done."
exit 2
