summaryrefslogtreecommitdiffstats
path: root/etc/rc
Commit message (Collapse)AuthorAgeFilesLines
* Path of uucp lock/temp correctedache1994-05-231-4/+4
|
* Fix to handle routed with multiple args from Andy J. Chichak.jkh1994-04-251-2/+2
| | | | This should go into 1.1 Release if it's not too late.
* Add /usr/X11R6/lib to the ldconfig path if it exists.rich1994-03-251-1/+2
|
* Added tickadj to start of xntpd, this improves performance to nominal.phk1994-02-271-3/+9
|
* Correction so that elvisrecover finds the right files!rgrimes1994-02-211-2/+2
| | | | | | | | >From: chmr@edvz.tu-graz.ac.at (Christoph Robitschko) Date: Fri, 21 Feb 1992 09:40:35 +0100 (MET) The last version expected elvis* files in /var/tmp, while elvis puts elv* files there.
* Move ldconfig stuff to be after nfs mounts.rgrimes1994-02-211-12/+12
|
* Put back in elvis recovery stuff, we still ship elvis with 1.1 as a fallrgrimes1994-02-211-2/+18
| | | | | | | | | | | | back editor! Add nvi recovery precedure from man page. Fix ntpdate echo lines so that it looks pretty (ntpdate spits out 1 line of output that makes the system boot up look real ugly if you do it echo -n, so I chaged it to echo, and then added a echo -n 'starting more network daemons:' so any addition daemon starts look normal.
* Use find -d to clear /tmp, to stop warnings.chmr1994-02-021-7/+2
| | | | | Removed elvispreserve command, nvi does not use it, and it was also wrong for elvis.
* This is Vixie cron 3.0. This version fixes all known security bugs.guido1994-01-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Further it implements crontab -e. I moved cron from /usr/libexec to /usr/sbin where most daemons are that are run from rc. That also gets rid of the ugly path crond used to have in ps(1) outputs. Further I renamed it to cron, as Paul Vixie likes it and is done by NetBSD. NOTE VERY WELL THE FOLLOWING: 1) Systems crontab changed. Every users crontab resides in /var/cron *EXCEPT* root's. This is a special crontab as it resides in /etc. Further it is the *ONLY* crontab file in which you specify usernames. See /usr/src/etc/crontab. This is also done by BSDI's BSD/386 as far as I know (they provided the patches for it anyway) 2) So you *must* delete root's crontab and reinstall the copy in /etc from /usr/src/etc. 'Must' is to much: the old installed crontab will work but cron will also try to 'run' /etc/crontab. 3) Last but not least: cron's logging is now done via syslog. Note that logging by cron is done lowercase when it logs about itsself and uppercase when it logs user events, like installing a new crontab. The default logfile file is the same as before: syslog.conf:cron.* /var/cron/log -Guido
* Move "mount -a -t nfs" *after* network daemons,ache1994-01-081-3/+3
| | | | must be at least after named & gated for proper name resolution.
* Add warning comment line (rm anything into /var/run)ache1994-01-041-1/+2
|
* Added more robust ldconfig setting in rc, removed redundant ldconfig injkh1993-12-301-2/+9
| | | | rc.local.
* Support for automatically running ntpdate and xntpd.wollman1993-12-211-1/+12
|
* Fix sendmail_flags, long ago it was imported from /etc/netstartache1993-12-211-2/+2
| | | | with this bug.
* adjkerntz call added with explanation commentache1993-12-171-1/+7
|
* Moved startup of portmap to be the first network daemon.dg1993-12-131-6/+6
|
* allow spaces in $sendmail_flags.rich1993-11-301-2/+2
|
* Don't start update daemon; it's now internel to the kernel.dg1993-11-251-2/+1
|
* /var/run is cleared on boot. Rerun 'ldconfig /usr/X386/lib' afterrich1993-11-241-1/+5
| | | | clearing /var/run if /sbin/ldconfig exists.
* Added a new flag variable to /etc/netstart, $sendmail_flags, whichwollman1993-11-071-3/+13
| | | | | | | gives the flags to be passed to sendmail when it is started. (If it is "NO", sendmail is not started.) Also, always start the portmapper regardless of the value of $nfs_server; this should prevent the inetd complaints we have seen from recurring.
* Changed -r /fastboot to -e /fastboot. File just needs to exist for fastboot.swallace1993-08-241-1/+1
| | | | Otherwise, doesn't work for non-root owner of /fastboot.
* Removed the foreground/background escape sequences that cause headachesrgrimes1993-07-191-4/+0
| | | | if you are using a com console or a non pc3 console.
* Initial import of 386BSD 0.1 othersrc/etcrgrimes1993-06-201-0/+174
OpenPOWER on IntegriCloud