From 7c7a16dee06b01d5cf6a455fd358a6f4926b7af7 Mon Sep 17 00:00:00 2001 From: pierre <> Date: Mon, 15 Sep 1997 06:24:24 +0000 Subject: [PATCH] run calendar in the background --- src/etc/daily | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/daily b/src/etc/daily index badba77b..6802a1d7 100644 --- a/src/etc/daily +++ b/src/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'