Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swap workaround; kerneld/kmod fixes | Bill Nottingham | 1999-02-04 | 1 | -1/+5 |
| | |||||
* | fixes | Bill Nottingham | 1999-02-04 | 5 | -42/+41 |
| | |||||
* | bugfixes... | Bill Nottingham | 1999-02-04 | 5 | -24/+26 |
| | |||||
* | 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 | 6 | -45/+47 |
| | |||||
* | add initlog stuff. do "halt -p", "umount -f" in shutdown. use %defattr in | Bill Nottingham | 1999-02-03 | 3 | -14/+122 |
| | | | | specfile... um, I think that's it. | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | a few bugs fixed and a few unneeded processes removed | Michael K. Johnson | 1998-09-21 | 1 | -5/+5 |
| | |||||
* | Remove annoying error messages.r3-69 | Jeff Johnson | 1998-08-16 | 1 | -1/+1 |
| | |||||
* | Permit /usr to be NFS mounted.r3-68 | Jeff Johnson | 1998-07-07 | 2 | -10/+10 |
| | |||||
* | Turn off accounting before unmounting /var. | Jeff Johnson | 1998-07-01 | 1 | -1/+2 |
| | |||||
* | Fix bug track problems (#677, #731, #734, E-mail). | Jeff Johnson | 1998-06-21 | 1 | -1/+1 |
| | |||||
* | update to linuxconf 1.11r8 capabilities. | Michael K. Johnson | 1998-05-03 | 1 | -2/+38 |
| | | | | | Full support for IPX as configured by linuxconf. Updated sysconfig.txt documentation to reflect new parameters. | ||||
* | linuxconf supportr3-56 | Michael K. Johnson | 1998-05-02 | 1 | -5/+17 |
| | |||||
* | probe function, more hinting | Michael K. Johnson | 1998-05-02 | 1 | -5/+22 |
| | |||||
* | added missing ;;r3-55 | Erik Troan | 1998-05-01 | 1 | -0/+1 |
| | |||||
* | various cleanups | Donnie Barnes | 1998-04-30 | 1 | -1/+4 |
| | |||||
* | added sourcing of functions | Donnie Barnes | 1998-04-30 | 1 | -0/+3 |
| | |||||
* | works better | Michael K. Johnson | 1998-04-20 | 1 | -0/+1 |
| | |||||
* | reasonable status, restart, reload | Michael K. Johnson | 1998-04-20 | 1 | -5/+11 |
| | |||||
* | Added reload function. | Michael K. Johnson | 1998-04-20 | 1 | -2/+16 |
| | | | | Made status do something other than "command not found". | ||||
* | tpyo | Michael K. Johnson | 1998-04-20 | 1 | -1/+1 |
| | |||||
* | Made some sense of the "network status" command. | Michael K. Johnson | 1998-04-20 | 1 | -3/+33 |
| | | | | Integrate with linuxconf (works with or without). | ||||
* | Added missing "then" | Michael K. Johnson | 1997-11-07 | 1 | -1/+1 |
| | |||||
* | only enable/disable forwarding on start, always disable on stop.r3-24 | Michael K. Johnson | 1997-11-06 | 1 | -21/+27 |
| | |||||
* | added the ability to 'nice' daemons | Donnie Barnes | 1997-10-28 | 1 | -5/+8 |
| | |||||
* | removed the skeleton initscript (basically useless) | Donnie Barnes | 1997-10-28 | 1 | -27/+0 |
| | |||||
* | single user mode restarts kerneldr3-21 | Erik Troan | 1997-10-28 | 1 | -0/+6 |
| | |||||
* | added status|restart to all scripts | Donnie Barnes | 1997-10-23 | 3 | -3/+24 |
| | |||||
* | touch random seed file before chmoding it. | Michael K. Johnson | 1997-10-23 | 1 | -0/+2 |
| | |||||
* | Make random seed file mode 600. | Michael K. Johnson | 1997-10-15 | 1 | -0/+3 |
| | |||||
* | 1) updated .spec file | Erik Troan | 1997-10-13 | 2 | -2/+2 |
| | | | | 2) removed trailing spaces | ||||
* | 1) version 3.18 | Erik Troan | 1997-10-13 | 3 | -0/+9 |
| | | | | 2) switched to new chkconfig which doesn't use database file | ||||
* | added ulimit -c 0 to daemon function | Erik Troan | 1997-10-09 | 1 | -0/+4 |
| | |||||
* | Fixed awk bug in pidofproc | Donnie Barnes | 1997-09-18 | 1 | -1/+1 |
| | |||||
* | General cleanup. | Michael K. Johnson | 1997-09-16 | 1 | -5/+7 |
| | | | | Don't start devices that shouldn't be started. | ||||
* | changed the order of the check for process Id...first is /var/run/pid | Donnie Barnes | 1997-09-16 | 1 | -8/+8 |
| | | | | and the second is pidof. | ||||
* | changed status() to be more intelligent wrt programs that change argv[0] | Donnie Barnes | 1997-09-16 | 1 | -3/+9 |
| | |||||
* | Initial revision | Erik Troan | 1997-09-16 | 8 | -0/+422 |