From cf674ada5937127716b6d3e36538ea95c1f310bd Mon Sep 17 00:00:00 2001 From: n_hibma Date: Tue, 27 Jul 1999 16:39:02 +0000 Subject: Changed 'overriding what /etc/passwd says' to 'overriding default set by cron' PR: 12520 Submitted by: (not specified) --- usr.sbin/cron/crontab/crontab.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5 index bd8625e..e6f939c 100644 --- a/usr.sbin/cron/crontab/crontab.5 +++ b/usr.sbin/cron/crontab/crontab.5 @@ -15,7 +15,7 @@ .\" * Paul Vixie uunet!decwrl!vixie!paul .\" */ .\" -.\" $Id: crontab.5,v 1.7 1997/11/02 17:22:10 ache Exp $ +.\" $Id: crontab.5,v 1.8 1998/03/23 08:21:36 charnier Exp $ .\" .Dd January 24, 1994 .Dt CRONTAB 5 @@ -185,7 +185,7 @@ month, plus every Friday. .Sh EXAMPLE CRON FILE .Bd -literal -# use /bin/sh to run commands, no matter what /etc/passwd says +# use /bin/sh to run commands, overriding the default set by cron SHELL=/bin/sh # mail any output to `paul', no matter whose crontab this is MAILTO=paul -- cgit v1.1