| Commit message (Expand) | Author | Age | Files | Lines |
* | remove random from rc.sysinit | Bill Nottingham | 1999-02-25 | 1 | -3/+0 |
* | *** empty log message *** | Bill Nottingham | 1999-02-25 | 1 | -5/+5 |
* | ditto | Bill Nottingham | 1999-02-25 | 1 | -9/+16 |
* | put preferred support back in | Bill Nottingham | 1999-02-25 | 1 | -0/+16 |
* | fix 'force fsck on boot' | Bill Nottingham | 1999-02-23 | 1 | -2/+2 |
* | add default /etc/sysconfig/init | Bill Nottingham | 1999-02-22 | 1 | -10/+24 |
* | $@ -> $*. I knew there was a reason I did that.r3-90 | Bill Nottingham | 1999-02-19 | 1 | -3/+3 |
* | fie, a missing fi. Also, source functions. | Bill Nottingham | 1999-02-18 | 1 | -0/+3 |
* | $* -> $@ | Bill Nottingham | 1999-02-18 | 1 | -3/+3 |
* | Attempt a fix for the raid stop code | Cristian Gafton | 1999-02-13 | 1 | -1/+11 |
* | Remove support for modules/preferred, since we don't need it anymore. | Bill Nottingham | 1999-02-11 | 1 | -20/+2 |
* | move text more to the right | Bill Nottingham | 1999-02-05 | 1 | -2/+2 |
* | move [ OK ] boxes to the left | Bill Nottingham | 1999-02-05 | 1 | -2/+2 |
* | add /usr/X11R6/bin to path, so 'daemon xdm' works | Bill Nottingham | 1999-02-05 | 1 | -1/+1 |
* | bugfixes for 'old' mode | Bill Nottingham | 1999-02-04 | 3 | -8/+13 |
* | swap workaround; kerneld/kmod fixes | Bill Nottingham | 1999-02-04 | 2 | -20/+28 |
* | fixes | Bill Nottingham | 1999-02-04 | 7 | -64/+66 |
* | bugfixes... | Bill Nottingham | 1999-02-04 | 7 | -30/+34 |
* | rcs2log > Changelog | Bill Nottingham | 1999-02-03 | 1 | -2/+2 |
* | more initlog changes; wait a little longer for kill -TERM | Bill Nottingham | 1999-02-03 | 7 | -47/+57 |
* | random fixes from bugzilla: setsysfont only if font defined; do hwclock | Bill Nottingham | 1999-02-03 | 1 | -1/+7 |
* | add initlog stuff. do "halt -p", "umount -f" in shutdown. use %defattr in | Bill Nottingham | 1999-02-03 | 5 | -68/+190 |
* | Perform quota checking on file systems after they are marked read/write (#719).r3-83 | Jeff Johnson | 1999-01-25 | 1 | -6/+15 |
* | halt passed the -i flag to disable network interfaces (new halt option).r3-80 | Preston Brown | 1998-11-12 | 1 | -1/+2 |
* | sort daemons in status() by pid | Bill Nottingham | 1998-11-02 | 1 | -1/+1 |
* | fix status() (was catching instance of initscripts) | Bill Nottingham | 1998-10-28 | 1 | -1/+1 |
* | can't have spaces around = in shr3-78 | Erik Troan | 1998-10-15 | 1 | -1/+1 |
* | fixed shell stuff | Erik Troan | 1998-10-15 | 1 | -1/+1 |
* | raidstop -r doesn't work for 5.2 ;-) | Erik Troan | 1998-10-15 | 1 | -5/+5 |
* | added raidstop stuff | Erik Troan | 1998-10-15 | 1 | -0/+5 |
* | raidstart doesn't exist! use raidadd/raidrun | Erik Troan | 1998-10-15 | 1 | -2/+7 |
* | Accept all kernel numbers instead of just 2.0.x | Cristian Gafton | 1998-10-06 | 1 | -1/+1 |
* | a few bugs fixed and a few unneeded processes removed | Michael K. Johnson | 1998-09-21 | 1 | -5/+5 |
* | Raid startup. | Jeff Johnson | 1998-09-16 | 1 | -0/+26 |
* | Don't run [KS]??foo.{rpmsave,rpmorig} scripts. | Jeff Johnson | 1998-09-16 | 1 | -0/+8 |
* | Remove Postgres sockets while booting (problem #816). | Jeff Johnson | 1998-08-21 | 1 | -0/+3 |
* | 1) only update /etc/issue if /etc/redhat-release is present | Erik Troan | 1998-08-17 | 1 | -17/+15 |
* | Remove annoying error messages.r3-69 | Jeff Johnson | 1998-08-16 | 2 | -3/+3 |
* | Remove attempt to avoid running depmod on 2.1.x kernels. | Jeff Johnson | 1998-08-14 | 1 | -1/+1 |
* | Typo (Hao Li <hli@wag.caltech.edu>) | Jeff Johnson | 1998-08-01 | 1 | -1/+1 |
* | Permit /usr to be NFS mounted.r3-68 | Jeff Johnson | 1998-07-07 | 2 | -10/+10 |
* | Perform rhkmvtag magic with module-info.r3-67 | Jeff Johnson | 1998-07-01 | 1 | -1/+2 |
* | Remove debugging "echo ...". | Jeff Johnson | 1998-07-01 | 1 | -2/+2 |
* | Use rhkmvtag to attach modules directory to running kernel. | Jeff Johnson | 1998-07-01 | 1 | -34/+7 |
* | Turn off accounting before unmounting /var. | Jeff Johnson | 1998-07-01 | 1 | -1/+2 |
* | Correctly check fsck return code for non-root fs. | Jeff Johnson | 1998-07-01 | 1 | -1/+3 |
* | Fix bug track problems (#677, #731, #734, E-mail). | Jeff Johnson | 1998-06-21 | 2 | -8/+28 |
* | look for bootfile= to set /lib/modules/preferred symlink | Erik Troan | 1998-06-07 | 1 | -9/+12 |
* | 1) if preferred doesn't exist, run depmod -a normally | Erik Troan | 1998-06-01 | 1 | -2/+2 |
* | be more forcefull about creating preferred directoriesr3-64 | Erik Troan | 1998-05-10 | 1 | -1/+1 |