summaryrefslogtreecommitdiffstats
path: root/etc/weekly
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-09-30 17:50:32 +0000
committerache <ache@FreeBSD.org>1995-09-30 17:50:32 +0000
commit02c5b6cf4fc1f5b314d030afe1faa68242232d6a (patch)
tree01afd56d980aa07938c90f1ce74d524a8aafa4cd /etc/weekly
parent8e50858f81e3a5786e2b73c0280c78deea5bf56a (diff)
downloadFreeBSD-src-02c5b6cf4fc1f5b314d030afe1faa68242232d6a.zip
FreeBSD-src-02c5b6cf4fc1f5b314d030afe1faa68242232d6a.tar.gz
Change non-existent /usr/lib/uucp to /usr/libexec/uucp
Diffstat (limited to 'etc/weekly')
-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