nate 44df49b453 Fixed *annoying* error with the weekly files. Do you get these whenver
/etc/weekly is run?

Rebuilding locate database: stty: stdin isn't a terminal TERM: Undefined
variable.

'su' apparently runs in root's environment before doing a seteuid(), so
it reads root's .cshrc.  The problem lies in the fact that $prompt is
*always* set by the time the command is executed, so you can't protect
your interactive commands from the non-interactive commands by the
normal:

if ($?prompt) then
   # interactive stuff here
endif

Set the -f flag (su -fm) which causes it not to read root's .cshrc file,
since there should be no reason to do so for these scripts since
/etc/crontab sets up all of the necessary environment.
1996-05-18 20:30:04 +00:00
..
1996-05-03 05:37:34 +00:00
1995-11-19 16:52:19 +00:00
1996-05-10 21:42:58 +00:00
1996-05-17 07:47:34 +00:00
1995-11-19 16:52:19 +00:00
1996-01-31 15:03:18 +00:00
1996-03-12 15:19:31 +00:00
1995-02-04 08:32:15 +00:00
1995-10-28 13:39:27 +00:00
1994-05-19 18:13:11 +00:00
1996-05-03 05:37:34 +00:00
1996-04-30 04:59:57 +00:00
1995-07-25 01:52:23 +00:00
1996-01-31 15:03:18 +00:00
1994-12-19 02:02:47 +00:00
1996-04-09 01:53:58 +00:00
1996-01-31 15:03:18 +00:00
1995-05-05 10:06:34 +00:00