summaryrefslogtreecommitdiffstats
path: root/etc/daily
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-08-07 13:35:29 +0000
committerwosch <wosch@FreeBSD.org>1996-08-07 13:35:29 +0000
commitd8db9aafb02378d90ab7a0da9bd00776c7819991 (patch)
treee720acd67e90a20de52fd321d3359b8e310fdca2 /etc/daily
parenta19a05bd3985d1546a75311131b918e1e7afb8b3 (diff)
downloadFreeBSD-src-d8db9aafb02378d90ab7a0da9bd00776c7819991.zip
FreeBSD-src-d8db9aafb02378d90ab7a0da9bd00776c7819991.tar.gz
disable `calendar -a'. it's a bad idea, particular
with networked home directories submitted by: "Boyd R. Faulkner" <faulkner@asgard.bga.com> and GAWollman (long time ago)
Diffstat (limited to 'etc/daily')
-rw-r--r--etc/daily13
1 files changed, 10 insertions, 3 deletions
diff --git a/etc/daily b/etc/daily
index 25cc17e..1f56ce4 100644
--- a/etc/daily
+++ b/etc/daily
@@ -112,9 +112,16 @@ if [ -f /etc/Distfile ]; then
fi
fi
-echo ""
-echo "Running calendar:"
-calendar -a
+
+# `calendar -a' needs to die. Why? Because it's a bad idea, particular
+# with networked home directories, but also in general. If you want the
+# output of `calendar' mailed to you, set up a cron job to do it,
+# or run it from your ~/.profile or ~/.login.
+#
+# echo ""
+# echo "Running calendar:"
+# calendar -a
+
if [ -d /var/spool/uucp -a -f /etc/uuclean.daily ]; then
echo ""
OpenPOWER on IntegriCloud