summaryrefslogtreecommitdiff
path: root/etc/weekly
Commit message (Collapse)AuthorAgeFilesLines
* MFC: use manpath(1) to find the value of ${MANPATH}.Steve Price1998-01-101-10/+14
| | | | | | | | PR: 5365 Submitted by: Ruslan Shevchenko <rssh@cam.grad.kiev.ua> Notes: svn path=/stable/2.2/; revision=32380
* YAMFC fix man path for no XAdam David1997-02-251-1/+6
| | | | Notes: svn path=/stable/2.2/; revision=23117
* Invoke weekly.local and monthly.local if they exist.Alexander Langer1996-10-191-1/+7
| | | | | | | Suggested by: jkh Notes: svn path=/head/; revision=19040
* Fixed *annoying* error with the weekly files. Do you get these whenverNate Williams1996-05-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | /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. Notes: svn path=/head/; revision=15814
* catman -> catman.localWolfram Schneider1996-05-131-2/+2
| | | | | | | | This is currently a no-op, because a wisely man did not enable catman by default (in comments). Notes: svn path=/head/; revision=15772
* makewhatis -> makewhatis.localWolfram Schneider1996-05-121-2/+2
| | | | Notes: svn path=/head/; revision=15756
* changed /etc/[daily,weekly,monthly] to not rotate the logfiles byThomas Graichen1996-01-051-22/+0
| | | | | | | | | | "hand", changed /etc/crontab to call /usr/sbin/newsyslog every hour (the entry was there before - but we haven't had any newsyslog until today :-) and changed /etc/inetd.conf to also contain (commentet out) entries for rpc.rquotad and rpc.sprayd (taken from NetBSD) Notes: svn path=/head/; revision=13249
* Change non-existent /usr/lib/uucp to /usr/libexec/uucpAndrey A. Chernov1995-09-301-2/+2
| | | | Notes: svn path=/head/; revision=11096
* Cleanup old kernel database files in /var/db.Mike Pritchard1995-07-171-0/+6
| | | | Notes: svn path=/head/; revision=9565
* This is a purely cosmetic clean up. Fix many cut and paste problems thatRodney W. Grimes1995-04-091-6/+6
| | | | | | | had turned tabs into spaces. Notes: svn path=/head/; revision=7708
* Make the catman command (in the commented-out example) run by user `man'Joerg Wunsch1995-03-191-1/+1
| | | | | | | instead of `root'. Notes: svn path=/head/; revision=7157
* Included the (now use{able,ful}) catman program as an (commented out)Joerg Wunsch1995-03-151-0/+4
| | | | | | | example. Notes: svn path=/head/; revision=7076
* gettytab:Joerg Wunsch1995-02-161-9/+1
| | | | | | | | | | | | | | | | | Add the `lc' option to default. Having getty understand the issues of CAPS-only terminals is a nop these days, but `lc' avoids hassles for people with CAPS-only user names. Suggested by: Don Yuniskis weekly: Modify the call to makewhatis, now that our makewhatis can take the entire ${MANPATH} as a single argument. Notes: svn path=/head/; revision=6489
* daily:Joerg Wunsch1994-10-301-1/+19
| | | | | | | | | | | | | | | | | | Leave a warning to the sysop if (s)he didn't yet enable the /tmp cleanup code. Made `core' in the cleanup template look `*.core'. Replace `df -k' by `df -k -t local', since the stats for kernfs, procfs etc. are not of much interest, and the inclusion of nfs systems might hang the machine (nor is it a `disk' statistic as the headline's telling). weekly: Modified the locate.updatedb part to work even if there's no database yet; report errors other than `Permission denied' instead of silently ignoring all of them. Added functionality to rebuild the whatis database once a week. Notes: svn path=/head/; revision=4005
* Add rotattion of cron log to weekly.Guido van Rooij1994-08-111-0/+10
| | | | | | | | Reviewed by: Submitted by: guido Notes: svn path=/head/; revision=2031
* Reenabled rotation of log files and killing of syslogd now that theRodney W. Grimes1993-08-311-14/+10
| | | | | | | lockup problem is fixed. Notes: svn path=/head/; revision=369
* Disabled the scan for SCCS checked out files since it was broken andRodney W. Grimes1993-08-101-19/+19
| | | | | | | | caused error messages to be mailed, and FreeBSD does NOT have SCCS, we use CVS! Notes: svn path=/head/; revision=274
* Due to the bug with the console drivers and kill syslogd I have disabled thatRodney W. Grimes1993-08-091-10/+14
| | | | | | | | in the daily and weekly scripts so that we don't get bug reports about something we already know. There are explanory comments in the files. Notes: svn path=/head/; revision=262
* Initial import of 386BSD 0.1 othersrc/etcRodney W. Grimes1993-06-201-0/+59
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=37