Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't export GRAPHICAL - plymouth is for all modes. | Bill Nottingham | 2008-06-19 | 1 | -9/+2 |
| | | | | Don't try to start rhgb. | ||||
* | Revert "Remove rhgb support." | Bill Nottingham | 2008-06-19 | 1 | -0/+10 |
| | | | | This reverts commit c722b0ee95746aa9289efd40bbdd23a87d1e5dee. | ||||
* | Remove rhgb support. | Bill Nottingham | 2008-05-13 | 1 | -10/+0 |
| | |||||
* | Fix various shutdown-related weirdness. (#438444) | Bill Nottingham | 2008-04-08 | 1 | -2/+1 |
| | | | | | | | | | | | | | | [ -f /var/lock/subsys/$subsys -o -f /var/lock/subsys/$subsys.init ] \ || continue and [ -f /var/lock/subsys/$subsys ] || continue [ -f /var/lock/subsys/$subsys.init ] || continue ? NOT EQUIVALENT. *whacks self in head* | ||||
* | Add some minor upstart event notification for sysv scripts. (#431231) | Bill Nottingham | 2008-03-10 | 1 | -1/+6 |
| | |||||
* | Various minor optimizations to speed up boot. (<arjan@infradead.org>) | Bill Nottingham | 2008-02-26 | 1 | -23/+34 |
| | | | | | | | | Notable: - separate [ "$variable" ] tests from [ -f ... ] - don't grep init scripts - cache the information from /sbin/consoletype - simplify 'confirm' handling | ||||
* | avoid calling unicode_start unnecessarily often during startup/shutdown ↵ | Nils Philippsen | 2007-07-17 | 1 | -0/+7 |
| | | | | which causes certain monitor/video card combos to flicker heavily (#237839) | ||||
* | syntax | Bill Nottingham | 2006-09-21 | 1 | -1/+1 |
| | |||||
* | run with -m so that subprocesses get their own process group (part of | Bill Nottingham | 2006-09-21 | 1 | -0/+2 |
| | | | | #184340) | ||||
* | better check here (#190989, #110761) | Bill Nottingham | 2006-09-21 | 1 | -2/+2 |
| | |||||
* | Consistently exclude backup files when globbing | Miloslav Trmac | 2006-07-27 | 1 | -7/+1 |
| | |||||
* | - some optims/cleanups, details in initscripts.specr7-94 | Florian La Roche | 2004-10-31 | 1 | -3/+3 |
| | |||||
* | check that rhgb is running before calling --quit (#117827, ↵ | Bill Nottingham | 2004-03-16 | 1 | -1/+3 |
| | | | | <enrico.scholz@informatik.tu-chemnitz.de>) | ||||
* | run rhgb-client at the end of a runlevel (#107725) | Bill Nottingham | 2003-10-22 | 1 | -0/+1 |
| | |||||
* | remove /var/run/confirm when done with /etc/rc (#100898) | Bill Nottingham | 2003-09-03 | 1 | -0/+1 |
| | |||||
* | Thu May 1 17:41:50 2003 Jonathan Blandford <jrb@redhat.com> | Jonathan Blandford | 2003-05-01 | 1 | -1/+1 |
| | | | | * rc.d/rc (previous): Use the function to call rhgb. | ||||
* | more rhgb tweaks | Bill Nottingham | 2003-05-01 | 1 | -0/+1 |
| | |||||
* | - new releaser7-16 | Florian La Roche | 2003-04-18 | 1 | -11/+3 |
| | |||||
* | actually, don't exclude initlogr7-08 | Bill Nottingham | 2003-02-18 | 1 | -1/+1 |
| | |||||
* | run fewer scripts through action, causing less output to system logs | Bill Nottingham | 2003-02-18 | 1 | -1/+1 |
| | | | | | (#49670, #75279, #81531). Not the best fix, but should shut most things up. | ||||
* | set to C locale, to avoid use of locale archives (#72043) | Bill Nottingham | 2003-01-14 | 1 | -2/+1 |
| | |||||
* | - coding changes only | Florian La Roche | 2002-07-14 | 1 | -5/+5 |
| | |||||
* | - better checks for backup files | Florian La Roche | 2002-07-10 | 1 | -6/+8 |
| | |||||
* | - check in new version | Florian La Roche | 2002-07-05 | 1 | -20/+20 |
| | |||||
* | - change coding style, should have no! functional changes in it | Florian La Roche | 2002-07-05 | 1 | -85/+66 |
| | |||||
* | - further smaller cleanups, TEXTDOMAIN* is never exported | Florian La Roche | 2002-06-26 | 1 | -4/+0 |
| | |||||
* | expunge more linuxconf support | Bill Nottingham | 2001-09-21 | 1 | -3/+0 |
| | |||||
* | *** empty log message *** | Bill Nottingham | 2001-07-10 | 1 | -0/+1 |
| | |||||
* | add check for reboot/halt in the 'action' case as well (#45966) | Bill Nottingham | 2001-07-09 | 1 | -1/+8 |
| | |||||
* | unset LC_ALL before calling halt/reboot as well | Bill Nottingham | 2001-02-07 | 1 | -0/+1 |
| | |||||
* | fix inability to shutdown cleanly | Bill Nottingham | 2001-01-24 | 1 | -0/+6 |
| | |||||
* | tag action, runcmd, etc. lines as well | Bill Nottingham | 2001-01-23 | 1 | -3/+3 |
| | |||||
* | change i18n stuff around; don't call gettext explicitly, just do echo $"some ↵ | Bill Nottingham | 2001-01-23 | 1 | -5/+5 |
| | | | | string" | ||||
* | ask for startup of each network devie in CONFIRM mode. Patch from ↵ | Bill Nottingham | 2001-01-17 | 1 | -0/+2 |
| | | | | <rasmusin@wpi.edu> | ||||
* | Big i18n commit. From Conectiva, originally. | Bill Nottingham | 2001-01-02 | 1 | -7/+7 |
| | |||||
* | fix minor logic error (#11399) | Bill Nottingham | 2000-08-07 | 1 | -1/+1 |
| | |||||
* | yet more colons. Also, fix the nousb grep | Bill Nottingham | 2000-08-06 | 1 | -2/+2 |
| | |||||
* | revert | Bill Nottingham | 2000-07-24 | 1 | -1/+1 |
| | |||||
* | /etc/init.d -> /etc/rc.d/init.dr5-36 | Bernhard Rosenkraenzer | 2000-07-24 | 1 | -1/+1 |
| | |||||
* | /etc/rc.d/init.d -> /etc/init.d. Wheeeeee. | Bill Nottingham | 2000-06-15 | 1 | -7/+7 |
| | |||||
* | use /var/run/confirm for interactive, not /tmp/confirm | Bill Nottingham | 1999-11-08 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Bill Nottingham | 1999-09-20 | 1 | -1/+1 |
| | |||||
* | Don't run rc.local through initlog. | Bill Nottingham | 1999-09-20 | 1 | -1/+1 |
| | |||||
* | add interactive prompt to make Cristian & Preston happy | Bill Nottingham | 1999-09-02 | 1 | -1/+4 |
| | |||||
* | dpn't run rpmnew scripts either | Bill Nottingham | 1999-04-15 | 1 | -4/+6 |
| | |||||
* | don't run single-user mode through initlog | Bill Nottingham | 1999-04-13 | 1 | -1/+1 |
| | |||||
* | fixes | Bill Nottingham | 1999-02-04 | 1 | -2/+2 |
| | |||||
* | bugfixes... | Bill Nottingham | 1999-02-04 | 1 | -4/+8 |
| | |||||
* | more initlog changes; wait a little longer for kill -TERM | Bill Nottingham | 1999-02-03 | 1 | -2/+10 |
| | |||||
* | add initlog stuff. do "halt -p", "umount -f" in shutdown. use %defattr in | Bill Nottingham | 1999-02-03 | 1 | -0/+26 |
| | | | | specfile... um, I think that's it. |