diff options
author | pierre <pierre@cvs.openbsd.org> | 1997-09-15 06:24:25 +0000 |
---|---|---|
committer | pierre <pierre@cvs.openbsd.org> | 1997-09-15 06:24:25 +0000 |
commit | 79bebf21862a3e52f66c552c8bc9f83df0b9bb1f (patch) | |
tree | 21f94d02b98d8db2c6e9e073a6058b74242ccee6 /etc | |
parent | ed2cd17fc5dd251cd8446755fa186070f480efef (diff) |
run calendar in the background
Diffstat (limited to 'etc')
-rw-r--r-- | etc/daily | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/daily b/etc/daily index badba77b4d9..6802a1d79a5 100644 --- a/etc/daily +++ b/etc/daily @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: daily,v 1.19 1997/05/30 07:11:52 deraadt Exp $ +# $OpenBSD: daily,v 1.20 1997/09/15 06:24:24 pierre Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin @@ -118,8 +118,8 @@ then echo "Not running calendar, (yp client)." fi else - echo "Running calendar." - calendar -a + echo "Running calendar in the background." + calendar -a & fi # Rotation of mail log now handled automatically by cron and 'newsyslog' |