aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
Commit message (Expand)AuthorAgeFilesLines
* don't display japanese unless we're on a ptyBill Nottingham2001-02-061-1/+5
* mon has a subdirectory in odd places as well. (#26924)Bill Nottingham2001-02-061-1/+1
* fix commentBill Nottingham2001-02-061-1/+1
* do USB initialization even if we don't need to load a host-controller module ...Bill Nottingham2001-02-061-0/+4
* Fixed typo in comment (bugzilla 25998) ;-)Karsten Hopp2001-02-051-1/+1
* don't barf errors if files aren't there (say, rc.local)Bill Nottingham2001-01-301-1/+3
* various cleanups (#10761, from mjt@tls.msk.ru)r5-59Bill Nottingham2001-01-301-61/+65
* for daemon(), look only at the pid file to see if it's running (#17244, others)Bill Nottingham2001-01-301-2/+22
* tweak usage messages (#24085)Bill Nottingham2001-01-304-4/+4
* fix raid start if it's all modular, and no initrd (#25291)Bill Nottingham2001-01-301-2/+6
* add sleep 1 to avoid race (#17842)Bill Nottingham2001-01-291-0/+1
* add autofs (#17288)Bill Nottingham2001-01-291-2/+2
* touch /var/lock/subsys/local so we only get run onceBill Nottingham2001-01-291-0/+1
* do something less surprising when called with arguments (#18216)Bill Nottingham2001-01-291-0/+10
* add devfs to mtab (#20261)Bill Nottingham2001-01-291-0/+1
* fix inability to shutdown cleanlyBill Nottingham2001-01-243-3/+9
* fix more typosBill Nottingham2001-01-241-1/+1
* don't try and set up LVM if /etc/lvmtab doesn't existBill Nottingham2001-01-241-1/+1
* read /etc/sysconfig/clock on syncing hwclockBill Nottingham2001-01-231-2/+44
* fix up i18n stuff so it worksBill Nottingham2001-01-233-6/+15
* fix utter brokenness. Must be more careful with sedBill Nottingham2001-01-233-18/+18
* tag action, runcmd, etc. lines as wellBill Nottingham2001-01-237-84/+84
* change i18n stuff around; don't call gettext explicitly, just do echo $"some ...Bill Nottingham2001-01-239-179/+129
* typoMatt Wilson2001-01-231-1/+1
* do LVM setup through normal initscripts mechanismsBill Nottingham2001-01-221-2/+1
* ignore backup files in /etc/sysconfig/network-scriptsBill Nottingham2001-01-211-1/+2
* only load the module if there is one to load.Bill Nottingham2001-01-211-1/+3
* only load modules for ethernet devicesBill Nottingham2001-01-211-1/+1
* turn on accounting at bootupBill Nottingham2001-01-171-0/+5
* ask for startup of each network devie in CONFIRM mode. Patch from <rasmusin@w...Bill Nottingham2001-01-172-0/+19
* fix typo (#24056)Bill Nottingham2001-01-151-1/+1
* conflict with ypbind < 1.6-12, since we don't set the NIS domain name anymoreBill Nottingham2001-01-061-0/+5
* Big i18n commit. From Conectiva, originally.Bill Nottingham2001-01-029-130/+193
* sync hardware clock to system time on halt (#21187)Bill Nottingham2000-12-121-0/+3
* use modprobe -c to handle possible conditional modules.conf constructs (#21283)Bill Nottingham2000-12-121-3/+3
* don't exclude proc when you're doing mount -a -t nonfs...Bill Nottingham2000-12-122-2/+2
* only load modules for which persistent DMA buffers are necessaryBill Nottingham2000-12-121-17/+12
* don't remount r/w if it is r/w (#12097)Bill Nottingham2000-12-121-1/+3
* fix more ifconfig greps (patch from Conectiva)Bill Nottingham2000-12-121-1/+1
* oops, put the LANG=C in the right placeBill Nottingham2000-12-121-1/+1
* duh, get it rightBill Nottingham2000-12-121-1/+1
* don't try and load fonts and keymaps on a serial console. Duh.Bill Nottingham2000-12-111-5/+7
* From: Karsten Hopp (karsten@redhat.de)Bill Nottingham2000-11-301-29/+44
* don't set NIS domain nameBill Nottingham2000-11-301-14/+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