Change non-existent /usr/lib/uucp to /usr/libexec/uucp
This commit is contained in:
parent
d54d4366c8
commit
f86d82c8e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11096
@ -36,10 +36,10 @@ echo "Subject: $host weekly run output"
|
|||||||
# rm -rf $TDIR
|
# rm -rf $TDIR
|
||||||
#fi
|
#fi
|
||||||
|
|
||||||
if [ -f /usr/lib/uucp/clean.weekly ]; then
|
if [ -f /usr/libexec/uucp/clean.weekly ]; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "Cleaning up UUCP:"
|
echo "Cleaning up UUCP:"
|
||||||
echo /usr/lib/uucp/clean.weekly | su daemon
|
echo /usr/libexec/uucp/clean.weekly | su daemon
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user