Change non-existent /usr/lib/uucp to /usr/libexec/uucp

This commit is contained in:
Andrey A. Chernov 1995-09-30 17:50:32 +00:00
parent d54d4366c8
commit f86d82c8e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11096

View File

@ -36,10 +36,10 @@ echo "Subject: $host weekly run output"
# rm -rf $TDIR
#fi
if [ -f /usr/lib/uucp/clean.weekly ]; then
if [ -f /usr/libexec/uucp/clean.weekly ]; then
echo ""
echo "Cleaning up UUCP:"
echo /usr/lib/uucp/clean.weekly | su daemon
echo /usr/libexec/uucp/clean.weekly | su daemon
fi
echo ""