summaryrefslogtreecommitdiffstats
path: root/etc/rc
Commit message (Collapse)AuthorAgeFilesLines
* timedflags quotedache1994-12-181-2/+2
| | | | Submitted by: root@uglabgw.ug.cs.sunysb.edu
* Add yet one locale example, this time ISO8859-1 as most common example.ache1994-12-051-1/+4
| | | | Add reference where find full locales list
* Call rc.local with . instead of sh to pass variablesache1994-11-261-2/+2
| | | | Submitted by: John Capo
* fix if test for rwhod.smace1994-11-171-2/+2
|
* Only so savecore if people ask for it.phk1994-11-071-2/+2
|
* Restore back -i for adjkerntzache1994-11-021-2/+2
|
* Remove -i options from adjkerntz callache1994-11-011-2/+2
|
* Add commented out startup locale setup, needed for some daemonsache1994-10-301-1/+9
| | | | like comsat
* Moved swapon -a to before the fsck. It isn't possible to run fsck ondg1994-10-251-3/+3
| | | | moderately sized filesystems on 4MB machines otherwise.
* Add nfs_client and amdflagspst1994-09-291-2/+6
|
* Remove elvis editor preserve stuff. We don't have elvis in 2.0 (nor ampst1994-09-261-7/+1
| | | | I aware of anyone who wants it given that we have nvi).
* Don't pass a filename to kvm_mkdb, it can figure out the correct filewollman1994-09-241-2/+2
| | | | on its own.
* root must be remounted read/write fairly early in the startup proceduredg1994-09-231-6/+4
| | | | both for NFS diskless and for VFS LKMs.
* fbtab: Pulled down from Attic, fixed spaces to tabs.rgrimes1994-09-231-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make.conf: Pulled in the following changes that had been commited to share/examples/etc: ---------------------------- revision 1.6 date: 1994/09/20 22:30:33; author: adam; state: Exp; lines: +3 -3 BOOTWAIT example converted to milliseconds calibration ---------------------------- revision 1.4 date: 1994/09/19 21:35:28; author: wollman; state: Exp; lines: +7 -1 Document NO_SHARED_LIBCC_INT. ---------------------------- revision 1.3 date: 1994/09/19 21:28:11; author: wollman; state: Exp; lines: +12 -17 Install /etc from the same source as /usr/share/examples/etc (mostly). ---------------------------- revision 1.2 date: 1994/09/19 02:05:08; author: ache; state: Exp; lines: +1 -11 Remove STARTUP_LOCALE, obsoleted now ---------------------------- revision 1.1 date: 1994/09/08 19:08:59; author: jkh; state: Exp; Add a sample make.conf. Also document the new X11BASE variable, and expand some of the documentation for other entries. Submitted by: jkh ---------------------------- manpath.config: Pulled down from Attic, and merged share/examples/etc changes. rc: Pulled in the following change from share/examples/etc: ---------------------------- revision 1.2 date: 1994/09/19 23:13:37; author: ache; state: Exp; lines: +1 -2 Remove warning about adjkerntz /var/run file ----------------------------
* nfsiod should be started if this is a NFS-client, not if it is a server.phk1994-09-151-1/+4
| | | | | look for "nfs" in etc/fstab, and start it if we see it. Not quite perfect, but better. mount_nfs should start it, if it isn't running.
* 1) adapted to a world without "fastboot" and "fasthalt".dg1994-08-211-9/+7
| | | | 2) updated to work with 2.0/4.4 binaries.
* check for diskless boot, and remount / RW in that case.phk1994-06-061-1/+7
|
* Comment out the startup of the xtend daemon by default.ats1994-06-051-4/+4
|
* Now rc.serial used for initial setup of serial linesache1994-06-041-1/+7
|
* Addedpaul1994-06-011-1/+5
| | | | | | | | if [ -x /usr/libexec/xtend ]; then echo -n ' xtend'; /usr/libexec/xtend fi to etc/rc
* 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