summaryrefslogtreecommitdiff
path: root/etc/rc
Commit message (Collapse)AuthorAgeFilesLines
* MFC: Start etc/rc.d stuff in a way that it is still interruptableMartin Cracauer1998-11-031-2/+3
| | | | | | | even if the called programs blocks signals. Notes: svn path=/stable/2.2/; revision=40865
* MFC: Spaces -> tabs, don't use touch before it's availableBrian Somers1998-09-161-19/+19
| | | | | | | Pointed out by: bde Notes: svn path=/stable/2.2/; revision=39385
* MFC: Remove X11 lock files even when cleaning /tmp is not set.Martin Cracauer1998-09-091-4/+5
| | | | Notes: svn path=/stable/2.2/; revision=38992
* MFC: Careful when cleaning /varBrian Somers1998-08-121-7/+22
| | | | Notes: svn path=/stable/2.2/; revision=38296
* MFC: Nuke directories in /var/run.Matthew Hunt1998-06-041-2/+2
| | | | | | | PR: 4138 5619 6793 Notes: svn path=/stable/2.2/; revision=36619
* MFC: selected improvements for etc files *not* including periodic changes,Jordan K. Hubbard1998-02-151-21/+15
| | | | | | | | | security tweaks or other kerberbos related stuff. I expect that stuff to occur as a side-effect of what others will be doing in etc, if at all. Notes: svn path=/stable/2.2/; revision=33393
* Remove useless test that I added.David E. O'Brien1998-01-291-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=32872
* Change my $ldconfig_extra_libdirs to $ldconfig_paths to match the nameDavid E. O'Brien1998-01-291-3/+24
| | | | | | | | | | | used in -CURRENT. Note the semantics are still 2.2.x's in that /usr/compat, /usr/local, and /usr/X11R6 are still in rc and not rc.conf. (thus making $ldconfig_paths entirely optional. Bring in $clear_tmp_enable from -STABLE while I'm here. Notes: svn path=/stable/2.2/; revision=32871
* Adds new configuration variable "ldconfig_extra_libdirs", whose contentsDavid E. O'Brien1998-01-291-1/+6
| | | | | | | | | is appended to _LDC. Useful for Motif or a truly local dir tree. (Tested on my 2.2.5-S box for a month.) Notes: svn path=/stable/2.2/; revision=32870
* Back out last commit for dmesg.bootDaniel O'Callaghan1997-12-091-5/+1
| | | | Notes: svn path=/stable/2.2/; revision=31643
* Make rc record dmesg in /var/log/dmesg.bootDaniel O'Callaghan1997-12-091-1/+5
| | | | Notes: svn path=/stable/2.2/; revision=31642
* Remove my `ulimit' hack -- latest changes to /etc/login.conf fixed theDavid E. O'Brien1997-11-301-6/+1
| | | | | | | problem with mfs filesystems listed in /etc/fstab. Notes: svn path=/stable/2.2/; revision=31455
* Add note that things in /etc/rc are run under login class `daemon' byDavid E. O'Brien1997-11-241-1/+4
| | | | | | | /sbin/init. Notes: svn path=/stable/2.2/; revision=31388
* Do not limit mfs partitions to 32meg.David E. O'Brien1997-11-241-1/+6
| | | | Notes: svn path=/stable/2.2/; revision=31379
* MFC: unspam rev 1.114, kill `savecore_enable'Joerg Wunsch1997-09-211-6/+3
| | | | Notes: svn path=/stable/2.2/; revision=29665
* MFC: Change the not-specified-default for inetd & cronBrian Somers1997-09-131-3/+3
| | | | | | | | | to "enabled". This will avoid breaking things for idiots like me who update /etc/rc without paying attention and updating rc.conf too. Notes: svn path=/stable/2.2/; revision=29344
* MFC: Don't redirect "mount -t -o nfs" to nullBrian Somers1997-09-131-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=29320
* Adjust wording slightly.Jordan K. Hubbard1997-07-131-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=27366
* Merge /var/run cleaning from -currentAndrey A. Chernov1997-06-251-4/+5
| | | | Notes: svn path=/stable/2.2/; revision=26937
* Merge from -currrent.Paul Traina1997-06-251-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=26935
* sh /etc/rc.local -> . /etc/rc.localDima Ruban1997-06-251-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=26913
* Merge from -current -- inetd_enable & cron_enablePaul Traina1997-06-181-3/+8
| | | | | | | | Same caveats apply. Reviewed by: jkh Notes: svn path=/stable/2.2/; revision=26728
* YAMFCJordan K. Hubbard1997-05-191-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=25917
* Sendmail needs a full pathname or 'kill -HUP' fails.Peter Wemm1997-05-181-2/+2
| | | | | | | Submitted by: Jian-Da Li <jdli@csie.nctu.edu.tw> Notes: svn path=/stable/2.2/; revision=25894
* YAMFCJordan K. Hubbard1997-05-051-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=25479
* backed out my previous change, re-enabled:Andreas Klemm1997-05-041-4/+4
| | | | | | | | | | | | . /etc/rc.${arch} PR: Reviewed by: Submitted by: Obtained from: Bruce Notes: svn path=/stable/2.2/; revision=25470
* merged etc.i386/rc.i386 fix into RELENG_2_2Andreas Klemm1997-05-041-4/+4
| | | | | | | | | | PR: Reviewed by: Submitted by: Obtained from: Notes: svn path=/stable/2.2/; revision=25456
* YAMF22Jordan K. Hubbard1997-05-011-3/+5
| | | | Notes: svn path=/stable/2.2/; revision=25340
* Be a little more descriptive about what daemons we're starting.Jordan K. Hubbard1997-05-011-2/+2
| | | | | | | Submitted-By: "Philippe Charnier" <charnier@xp11.frmug.org> Notes: svn path=/stable/2.2/; revision=25338
* tickadj is useful even if ntpdate isn't selected (clock drift isn'tJordan K. Hubbard1997-04-271-1/+5
| | | | | | | | isolated to network time users) so make it a fully independant knob. Suggested-By: Richard Crook <richard@sj.co.uk> Notes: svn path=/stable/2.2/; revision=25193
* Bring in rc reorganizational changes. I'm bringing them into 2.2Jordan K. Hubbard1997-04-261-166/+40
| | | | | | | | | | | | | first rather than 3.0 because, ironically, I have every confidence that they run in 2.2 but not in 3.0 yet. 3.0 commits will follow just as I've finished an inventory for any new knobs in -current which need accomodation. In any case, it's good to get them into 2.2 early because there is going to be a doc hit for this (all the references to sysconfig) and I'd just as soon start getting people used to the new files ASAP rather than prolonging the pain any more than necessary. Notes: svn path=/stable/2.2/; revision=25180
* From current: Fix mountd so the privport stuff is backwards compatibleGuido van Rooij1997-04-091-1/+4
| | | | | | | | with older systems. Add sysconfig variable to control the privport stuff. Notes: svn path=/stable/2.2/; revision=24762
* Add portmapflags and syslogdflagsPaul Traina1997-04-011-11/+17
| | | | | | | Reviewed by: jkh Notes: svn path=/stable/2.2/; revision=24462
* YAMFC (keep dmesg.boot in /var/run)Poul-Henning Kamp1997-01-031-1/+4
| | | | Notes: svn path=/stable/2.2/; revision=21252
* Merge the fix from rev 1.108: consider all ptys.Joerg Wunsch1996-12-231-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=20829
* Merge rev 1.107: add /usr/local/sbin to $PATH.Joerg Wunsch1996-12-191-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=20685
* YAMFCPoul-Henning Kamp1996-11-161-1/+5
| | | | Notes: svn path=/stable/2.2/; revision=19814
* Merge from -current.Poul-Henning Kamp1996-11-041-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=19384
* Update to use the recommended recovery procedure from nvi-1.76.Peter Wemm1996-11-011-5/+36
| | | | | | | | | This is a lot more robust and handles errors a lot better. It also cleans up stray, hopeless, or unmodified files rather than leaving them there forever. Notes: svn path=/head/; revision=19314
* Correct the startup sequence for syslogd:Joerg Wunsch1996-10-281-2/+8
| | | | | | | | | | | | . crate the symlink for /dev/log if required, then . remove the old socket (savecore might have already created it accidentally), then . start syslogd. (Btw., our test(1) misses an option to test for a socket.) Notes: svn path=/head/; revision=19226
* Add hooks for rpc.ypxfrd in /etc/sysconfig and /etc/rc. Also changeBill Paul1996-10-211-3/+7
| | | | | | | | a couple of benign cases of 'yppasswdd' to 'rpc.yppasswdd.' (Like rpc.yppasswdd, rpc.ypxfrd should only be run on NIS master servers.) Notes: svn path=/head/; revision=19076
* Add a -p to the amd invocation, it's not optional since we are expectingPeter Wemm1996-10-081-2/+2
| | | | | | | | the pid on stdout for /var/run/amd.pid. The example in sysconfig had forgotten -p anyway... Notes: svn path=/head/; revision=18813
* Some tweaks after having run a YP-only system with quotas:Peter Wemm1996-10-081-15/+19
| | | | | | | | | | | | | | | | | | | - split the "starting network daemons" in half. - The first half starts things necessary to get full name service up. - The quota check etc moved from "before network" to after the name services are running. quotacheck does a while(p=getpwent()) which isn't real good without YP running... - moved rwhod a little later to put it with the other network stuff. - deferred inetd a tad so that it's after ldconfig and dev_mkdb, otherwise you get logins before you're ready. Unresolved: named is started before ypserv/ypbind still, but named does a while(s = getservent()) and while (p=getprotoent()) to suck in the entire database into memory. This means you cannot have a "+" in the /etc/services or /etc/protocols files or you get a long hang at boot. Notes: svn path=/head/; revision=18812
* Fix a possible syntax error in rc when swapfile isn't defined at all.Warner Losh1996-09-221-2/+2
| | | | | | | | This can happen when the user is upgrading from an older version and his/her sysconfig file doesn't have swapfile defined to be NO in it. Notes: svn path=/head/; revision=18460
* Add support for shlibs in /usr/lib/compat that the linker will not findPoul-Henning Kamp1996-09-021-1/+2
| | | | | | | at compile time, but ldd will at runtime. Notes: svn path=/head/; revision=17998
* Add a new "swapfile" variable so that you can add a file as a additionalJordan K. Hubbard1996-08-211-1/+7
| | | | | | | swap as the system is coming up. Notes: svn path=/head/; revision=17767
* Edit this for consistency's sake (though it's syntactically identical).Jordan K. Hubbard1996-07-301-2/+2
| | | | | | | Noticed-By: "William A. Gill" <bill@duchess.wagill.com> Notes: svn path=/head/; revision=17336
* Move things up a bit to make startup prettyPaul Traina1996-07-181-10/+10
| | | | Notes: svn path=/head/; revision=17210
* Start sendmail after ldconfig. Put the nail in the coffin on misc/1346.Paul Traina1996-07-131-9/+9
| | | | | | | Submitted by: Hiroharu Tamaru <tamaru@ap.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=17161
* Start vi.recovery processing after ldconfig.Paul Traina1996-06-241-10/+10
| | | | | | | Closes misc/1346 which has bitten me more times than I care to remember. Notes: svn path=/head/; revision=16671