diff options
author | wosch <wosch@FreeBSD.org> | 1996-08-07 13:35:29 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-08-07 13:35:29 +0000 |
commit | d8db9aafb02378d90ab7a0da9bd00776c7819991 (patch) | |
tree | e720acd67e90a20de52fd321d3359b8e310fdca2 | |
parent | a19a05bd3985d1546a75311131b918e1e7afb8b3 (diff) | |
download | FreeBSD-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)
-rw-r--r-- | etc/daily | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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 "" |