| Commit message (Expand) | Author | Age | Files | Lines |
* | unset LC_ALL before calling halt/reboot as well | Bill Nottingham | 2001-02-07 | 1 | -0/+1 |
* | fix the 'unable to shutdown cleanly' problem (#25744) | Bill Nottingham | 2001-02-07 | 2 | -1/+2 |
* | load ide-scsi if they asked for it | Bill Nottingham | 2001-02-06 | 1 | -0/+5 |
* | don't display japanese unless we're on a pty | Bill Nottingham | 2001-02-06 | 1 | -1/+5 |
* | mon has a subdirectory in odd places as well. (#26924) | Bill Nottingham | 2001-02-06 | 1 | -1/+1 |
* | fix comment | Bill Nottingham | 2001-02-06 | 1 | -1/+1 |
* | do USB initialization even if we don't need to load a host-controller module ... | Bill Nottingham | 2001-02-06 | 1 | -0/+4 |
* | Fixed typo in comment (bugzilla 25998) ;-) | Karsten Hopp | 2001-02-05 | 1 | -1/+1 |
* | don't barf errors if files aren't there (say, rc.local) | Bill Nottingham | 2001-01-30 | 1 | -1/+3 |
* | various cleanups (#10761, from mjt@tls.msk.ru)r5-59 | Bill Nottingham | 2001-01-30 | 1 | -61/+65 |
* | for daemon(), look only at the pid file to see if it's running (#17244, others) | Bill Nottingham | 2001-01-30 | 1 | -2/+22 |
* | tweak usage messages (#24085) | Bill Nottingham | 2001-01-30 | 4 | -4/+4 |
* | fix raid start if it's all modular, and no initrd (#25291) | Bill Nottingham | 2001-01-30 | 1 | -2/+6 |
* | add sleep 1 to avoid race (#17842) | Bill Nottingham | 2001-01-29 | 1 | -0/+1 |
* | add autofs (#17288) | Bill Nottingham | 2001-01-29 | 1 | -2/+2 |
* | touch /var/lock/subsys/local so we only get run once | Bill Nottingham | 2001-01-29 | 1 | -0/+1 |
* | do something less surprising when called with arguments (#18216) | Bill Nottingham | 2001-01-29 | 1 | -0/+10 |
* | add devfs to mtab (#20261) | Bill Nottingham | 2001-01-29 | 1 | -0/+1 |
* | fix inability to shutdown cleanly | Bill Nottingham | 2001-01-24 | 3 | -3/+9 |
* | fix more typos | Bill Nottingham | 2001-01-24 | 1 | -1/+1 |
* | don't try and set up LVM if /etc/lvmtab doesn't exist | Bill Nottingham | 2001-01-24 | 1 | -1/+1 |
* | read /etc/sysconfig/clock on syncing hwclock | Bill Nottingham | 2001-01-23 | 1 | -2/+44 |
* | fix up i18n stuff so it works | Bill Nottingham | 2001-01-23 | 3 | -6/+15 |
* | fix utter brokenness. Must be more careful with sed | Bill Nottingham | 2001-01-23 | 3 | -18/+18 |
* | tag action, runcmd, etc. lines as well | Bill Nottingham | 2001-01-23 | 7 | -84/+84 |
* | change i18n stuff around; don't call gettext explicitly, just do echo $"some ... | Bill Nottingham | 2001-01-23 | 9 | -179/+129 |
* | typo | Matt Wilson | 2001-01-23 | 1 | -1/+1 |
* | do LVM setup through normal initscripts mechanisms | Bill Nottingham | 2001-01-22 | 1 | -2/+1 |
* | ignore backup files in /etc/sysconfig/network-scripts | Bill Nottingham | 2001-01-21 | 1 | -1/+2 |
* | only load the module if there is one to load. | Bill Nottingham | 2001-01-21 | 1 | -1/+3 |
* | only load modules for ethernet devices | Bill Nottingham | 2001-01-21 | 1 | -1/+1 |
* | turn on accounting at bootup | Bill Nottingham | 2001-01-17 | 1 | -0/+5 |
* | ask for startup of each network devie in CONFIRM mode. Patch from <rasmusin@w... | Bill Nottingham | 2001-01-17 | 2 | -0/+19 |
* | fix typo (#24056) | Bill Nottingham | 2001-01-15 | 1 | -1/+1 |
* | conflict with ypbind < 1.6-12, since we don't set the NIS domain name anymore | Bill Nottingham | 2001-01-06 | 1 | -0/+5 |
* | Big i18n commit. From Conectiva, originally. | Bill Nottingham | 2001-01-02 | 9 | -130/+193 |
* | sync hardware clock to system time on halt (#21187) | Bill Nottingham | 2000-12-12 | 1 | -0/+3 |
* | use modprobe -c to handle possible conditional modules.conf constructs (#21283) | Bill Nottingham | 2000-12-12 | 1 | -3/+3 |
* | don't exclude proc when you're doing mount -a -t nonfs... | Bill Nottingham | 2000-12-12 | 2 | -2/+2 |
* | only load modules for which persistent DMA buffers are necessary | Bill Nottingham | 2000-12-12 | 1 | -17/+12 |
* | don't remount r/w if it is r/w (#12097) | Bill Nottingham | 2000-12-12 | 1 | -1/+3 |
* | fix more ifconfig greps (patch from Conectiva) | Bill Nottingham | 2000-12-12 | 1 | -1/+1 |
* | oops, put the LANG=C in the right place | Bill Nottingham | 2000-12-12 | 1 | -1/+1 |
* | duh, get it right | Bill Nottingham | 2000-12-12 | 1 | -1/+1 |
* | don't try and load fonts and keymaps on a serial console. Duh. | Bill Nottingham | 2000-12-11 | 1 | -5/+7 |
* | From: Karsten Hopp (karsten@redhat.de) | Bill Nottingham | 2000-11-30 | 1 | -29/+44 |
* | don't set NIS domain name | Bill Nottingham | 2000-11-30 | 1 | -14/+0 |
* | fix the grep for 'UP' so it doesn't report strange results on german PPP devices | Bill Nottingham | 2000-10-04 | 1 | -1/+1 |
* | don't turn off raid on shutdown ; the kernel will do it | Bill Nottingham | 2000-09-29 | 1 | -15/+0 |
* | linuxconf movedr5-49 | Bill Nottingham | 2000-09-08 | 1 | -6/+6 |