summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/weekly4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/weekly b/etc/weekly
index f276f8c..eddc987 100644
--- a/etc/weekly
+++ b/etc/weekly
@@ -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 ""
OpenPOWER on IntegriCloud