Lines Matching refs:environment
36 the environment be set up in certain ways, which cron doesn't do.
38 set up the environment enough for csh to run, and cron just inherits
40 really needs in its environment, you might want to set up cron to
45 << well, the environment IS a problem. processes that cron forks
46 will inherit the environment of the person who ran the cron
311 1. Pass all variables in cron's environment into the environment of things
313 will inherit the environment of the user). If nothing else it is critically
315 Basically, passing environment values allows one to design a standard
316 environment with TZ and PATH and have that run by everything. If anyone
321 because System V refuses to pass the TZ from its environment down. There
385 How about not hardwiring the default environment that cron builds for its
461 environment variable to be specified once for the whole crontab file (e.g.,
465 generic environment-variable setting could be useful, though. Since
466 I have to modify the environment anyway, I'll consider this. >>