aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
Commit message (Collapse)AuthorAgeFilesLines
* fix netdev uses (#57314, <cajoline@chaosengine.de>)Bill Nottingham2002-01-251-1/+2
|
* fix typo (#55955)Bill Nottingham2002-01-251-1/+1
|
* make sure su calls bash (#55288)Bill Nottingham2002-01-251-1/+1
|
* load sound-slot-0, not the specific alias (#55231)Bill Nottingham2002-01-251-2/+2
|
* fix double echo when using --user (#54871)Bill Nottingham2002-01-251-1/+1
|
* random syntax cleanups (#54494)Bill Nottingham2002-01-251-11/+12
|
* don't blow up badly on devfs (#53580)Bill Nottingham2002-01-251-1/+1
|
* port fix from 7.2 branchBill Nottingham2002-01-241-1/+1
|
* add support for libredhat-kernel.so.* symlink handling (johnsonm@redhat.com)Bill Nottingham2002-01-181-0/+9
|
* determine devices the correct wayHarald Hoyer2001-11-191-8/+11
|
* don't umount initrd on partitionless installsBill Nottingham2001-09-261-1/+1
|
* fix typoBill Nottingham2001-09-211-1/+1
|
* umount /dev/loopX doesn't work; you must use the mount pointBill Nottingham2001-09-212-4/+8
|
* expunge more linuxconf supportBill Nottingham2001-09-211-3/+0
|
* remove remnants of LinuxConf. Don't use ifconfig, only /sbin/ip. Use ↵Preston Brown2001-09-141-74/+17
| | | | check_device_down from network-functions instead of re-implementation.
* don't run hwclock --adjust on a readonly filesystemBill Nottingham2001-09-091-1/+0
|
* quota & hwclock tweaks (<pbrown@redhat.com>)Bill Nottingham2001-09-052-7/+8
|
* need more arch info in bug reportsMichael K. Johnson2001-08-301-2/+5
|
* we need more uname information in /var/log/ksyms.nMichael K. Johnson2001-08-301-1/+1
|
* count down in C, not shellr6-30Michael K. Johnson2001-08-291-17/+2
|
* umount -a -f remounts / readonly?Michael K. Johnson2001-08-281-3/+3
|
* Bill, I appreciate your intention of simplifying this, but you haveMichael K. Johnson2001-08-281-2/+2
| | | | | | | | | made it say something that is VERY SIMPLY NOT TRUE. A trivial reading of the code will demonstrate what I am saying. We do NOT skip the fsck, we simply do not set the force fsck argument. "To skip" is not the opposite of "To force". This is a critical change.
* typoBill Nottingham2001-08-281-1/+1
|
* more wording changesBill Nottingham2001-08-281-3/+3
|
* change wording slightlyBill Nottingham2001-08-281-4/+4
|
* first pass at implementing /.autofsck; archive modules/symbol infoMichael K. Johnson2001-08-272-1/+62
|
* sort output of halt_get_remaining (#52180)Bill Nottingham2001-08-241-2/+2
|
* blow away stale RPM cache files at bootBill Nottingham2001-08-161-0/+1
|
* add is_available() function for network devices; use it. gets rid of ↵Bill Nottingham2001-08-151-13/+12
| | | | horribly ugly modprobe messages
* type english me not canBill Nottingham2001-08-151-1/+1
|
* Korean and Chinese fixYukihiro Nakai2001-08-131-0/+6
|
* tweak raidtab grep slightly (#51231)Bill Nottingham2001-08-081-1/+1
|
* detach loopback devices at shutdown (#43919, #45826)Bill Nottingham2001-08-072-2/+10
|
* use a bigger buffer size argument to dmesg when dumping the log (#44024)Bill Nottingham2001-08-071-1/+1
|
* run kbdconfig when /.unconfigre'd (#43941)Bill Nottingham2001-08-071-0/+3
|
* use awk, not grep & other cruft (#49616)Bill Nottingham2001-08-072-5/+5
| | | | | exit happily if ifup is called on a device that doesn't exist and has no alias (fixes all those nasty PCMCIA onboot complaints)
* support setting $CLOCKFLAGS in /etc/sysconfig/clock (#50974)Bill Nottingham2001-08-072-2/+2
|
* define halt_get_remaining before it's used (#50720)Bill Nottingham2001-08-031-4/+6
|
* more FS umounting cleanups (<sopwith@redhat.com>)Bill Nottingham2001-07-311-7/+11
|
* remount *everything* ro on halt (#50461)Bill Nottingham2001-07-311-1/+1
|
* fix typoKarsten Hopp2001-07-311-1/+1
|
* fix netdev umount stuffBill Nottingham2001-07-242-2/+21
|
* updates for quota support.Preston Brown2001-07-201-19/+31
|
* use -O nonetdev; require new mount packageBill Nottingham2001-07-172-1/+2
|
* big ipv6 update from Pekka Savola (<pekkas@netcore.fi>)Bill Nottingham2001-07-111-0/+27
|
* don't tweak the System.map link if it's already correct (#39290)Bill Nottingham2001-07-111-1/+2
|
* don't muck with /etc/issue on bootBill Nottingham2001-07-111-29/+0
|
* *** empty log message ***Bill Nottingham2001-07-101-0/+1
|
* it helps if you name the variable the same thing as what you're checkingBill Nottingham2001-07-091-1/+1
|
* add check for reboot/halt in the 'action' case as well (#45966)Bill Nottingham2001-07-091-1/+8
|