aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
Commit message (Collapse)AuthorAgeFilesLines
* load ide-cd before ide-scsiBill Nottingham2001-04-021-0/+6
| | | | load ide-scsi if they asked for it
* do explicitly load usb-storage; it's the simplest solution for nowBill Nottingham2001-04-021-31/+84
| | | | | | | | | | | | | | | | | | | | | | | fix /boot/kernel.h generation (#32081) tweak raid startup slightly to deal with /etc/raitab but no raid in the kernel (#25291) avoid some error messages from USB startup (#31040) run pam_console_apply on startup to reset permissions insert multiple USB controllers correctly mount usbdevfs before loading host controller module don't run isapnp on isapnp-enabled 2.4 kernels initialize multiple USB controllers if necessary disable hotplug if 'nomodules' is specified mon has a subdirectory in odd places as well. (#26924) do USB initialization even if we don't need to load a host-controller module (#26318) fix raid start if it's all modular, and no initrd (#25291) add sleep 1 to avoid race (#17842) add devfs to mtab (#20261) deal with new location of console-tools stuff turn on accounting at bootup use modprobe -c to handle possible conditional modules.conf constructs (#21283) don't exclude proc when you're doing mount -a -t nonfs... don't remount r/w if it is r/w (#12097) don't try and load fonts and keymaps on a serial console. Duh.
* touch /var/lock/subsys/local so we only get run onceBill Nottingham2001-04-021-0/+1
|
* ask for startup of each network devie in CONFIRM mode. Patch from ↵Bill Nottingham2001-04-021-0/+2
| | | | <rasmusin@wpi.edu>
* run *all* greps in C localeBill Nottingham2001-04-021-8/+35
| | | | | | | | | | | don't error if kernel.hotplug isn't there (#33256) disable hotplug during network initscript fix network up/down logic ignore backup files in /etc/sysconfig/network-scripts only load the module if there is one to load. only load modules for ethernet devices ask for startup of each network devie in CONFIRM mode. Patch from <rasmusin@wpi.edu> fix more ifconfig greps (patch from Conectiva)
* don't explicitly kill things, init will do thatBill Nottingham2001-04-021-9/+0
|
* use /var/lib/for random seed; /var/run is cleared at bootup (#31521)Bill Nottingham2001-04-021-1/+1
|
* unmount loopback stuff before stopping netfs or shutting downBill Nottingham2001-04-021-1/+21
| | | | don't exclude proc when you're doing mount -a -t nonfs...
* don't barf errors if files aren't there (say, rc.local)Bill Nottingham2001-04-021-1/+3
|
* change message to be less misleading (#30087)Bill Nottingham2001-04-021-4/+80
| | | | | | | | unmount loopback stuff before stopping netfs or shutting down add autofs (#17288) do something less surprising when called with arguments (#18216) read /etc/sysconfig/clock on syncing hwclock sync hardware clock to system time on halt (#21187)
* - --background is fundamentally broken. Remove it for now.Bill Nottingham2001-04-021-68/+100
| | | | | | | | | | | | - fix some ## substitutions to be correct - use 'su -' , not just 'su' (#26894) - make pidofproc() and killproc() try to use the PID associated with the full pathname first before killing the daemon by its basename (for daemons that share the same basename, i.e. "master" in postfix and cyrus-imapd) (#19016) - fix status() as well - return 1 in killproc if process isn't running (#26718) - various cleanups (#10761, from mjt@tls.msk.ru) - for daemon(), look only at the pid file to see if it's running (#17244, others)
* don't set NIS domainnameBill Nottingham2000-11-301-13/+0
|
* fix the grep for 'UP' so it doesn't report strange results on german PPP devicesBill Nottingham2000-10-041-1/+1
|
* don't turn off raid on shutdown ; the kernel will do itBill Nottingham2000-09-291-15/+0
|
* linuxconf movedr5-49Bill Nottingham2000-09-081-6/+6
|
* fix minor logical errorBill Nottingham2000-08-221-1/+1
|
* add usleep after kill -9Bill Nottingham2000-08-211-0/+1
|
* don't load usb drivers if they're compiled inBill Nottingham2000-08-181-1/+1
|
* clean up /boot/kernel.h generation someBill Nottingham2000-08-171-3/+4
|
* don't use head, it's in /usrBill Nottingham2000-08-151-2/+2
|
* do case-insensitve greps of /proc/cmdlineBill Nottingham2000-08-141-4/+4
|
* load agpgart if necessaryBill Nottingham2000-08-081-0/+4
|
* Put kernel architecture into /boot/kernel.hJakub Jelinek2000-08-071-10/+22
|
* don't set hostname if it's already set (NFS root)Bill Nottingham2000-08-071-0/+5
|
* remove support for /etc/HOSTNAMEBill Nottingham2000-08-071-2/+0
|
* fix minor logic error (#11399)Bill Nottingham2000-08-071-1/+1
|
* remove console-tools requirementBill Nottingham2000-08-071-9/+9
|
* start portmap if it's not running for nfs mountsBill Nottingham2000-08-071-1/+5
|
* cosmetic fixes for keytable loadingBill Nottingham2000-08-071-1/+6
|
* don't probe for USB controllers here; deal with what kudzu gives usBill Nottingham2000-08-071-25/+8
|
* fix error message on bringing down non-existent interfaces. Also, more colons.Bill Nottingham2000-08-071-17/+17
|
* yet more colons. Also, fix the nousb grepBill Nottingham2000-08-062-29/+29
|
* colons. Lots of colons. More colons than most gastrointestinal clinics.Bill Nottingham2000-08-023-25/+25
|
* use usb-uhci, not uhciBill Nottingham2000-08-021-1/+1
|
* don't fsck an NFS root filesystemBill Nottingham2000-07-311-1/+2
|
* fix fastbootBill Nottingham2000-07-311-1/+1
|
* don't unmount / in netfsBill Nottingham2000-07-311-4/+4
|
* fix unclean shutdownBill Nottingham2000-07-261-3/+3
|
* s/nill/null/gr5-38Nalin Dahyabhai2000-07-251-1/+1
|
* unmount usb filesystem on shutdownBill Nottingham2000-07-251-0/+2
|
* add raw device support from karstenBill Nottingham2000-07-251-0/+79
|
* fix usb ugliness on non-PCI machinesBill Nottingham2000-07-241-3/+3
|
* revertBill Nottingham2000-07-249-13/+13
|
* /etc/init.d -> /etc/rc.d/init.dr5-36Bernhard Rosenkraenzer2000-07-248-12/+12
|
* Use /etc/rc.d/init.dTrond Eivind Glomsrod2000-07-201-1/+1
|
* - add "nousb" command line parameterr5-35Trond Eivind Glomsrod2000-07-181-19/+23
| | | | - fix some warnings when mounting /proc/bus/usb
* fix == in shellBill Nottingham2000-07-131-4/+4
|
* chuck ulimit errors to /dev/nullBill Nottingham2000-07-131-1/+1
|
* Don't try to initialize disabled (IRQwise) USB controller.Trond Eivind Glomsrod2000-07-101-1/+4
|
* move usb initialization up (for keyboards)Bill Nottingham2000-07-061-37/+38
|