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-07 23:19:49 +00:00
1996-05-07 19:05:10 +00:00
1996-05-17 15:35:13 +00:00
1996-05-12 17:17:45 +00:00
1996-05-07 23:19:49 +00:00
1996-05-16 20:06:14 +00:00
1996-05-07 19:05:10 +00:00
1996-05-15 20:27:10 +00:00
1996-05-17 07:47:34 +00:00
Description
freebsd kernel with SKQ
2 GiB
Languages
C 63.3%
C++ 23.3%
Roff 5.1%
Shell 2.9%
Makefile 1.5%
Other 3.4%