Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 1995 20:02:31 -0600 (MDT)
From:      Scott Mace <smace@metal-mail.neosoft.com>
To:        rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes)
Cc:        current@FreeBSD.org
Subject:   Re: bug: /usr/src/etc/crontab
Message-ID:  <199505030202.UAA00325@metal.ops.neosoft.com>
In-Reply-To: <199505030022.RAA03443@gndrsh.aac.dev.com> from "Rodney W. Grimes" at May 2, 95 05:22:27 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> > 
> > Does crontab really support the "who" column in /usr/src/etc/crontab?
> > 
> > I thought that functionality was removed with the release of cron
> > that we have?
> 
> No, that functionality was added when we went with Vixie Cron 3.0.
> 

ok, then why does this happen:

/etc/crontab entry:
0       *       *       *       *       root    /bin/ls


when it runs I get:

Subject: Cron <root@metal> root	/bin/ls
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <LOGNAME=root>
X-Cron-Env: <USER=root>
Status: OR

root: not found

Subject: Cron <root@metal> /bin/ls
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <LOGNAME=root>
X-Cron-Env: <USER=root>
Status: OR

.cshrc
.hushlogin
.login



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505030202.UAA00325>