aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc
Commit message (Collapse)AuthorAgeFilesLines
* fixed usage of initctl emit in /etc/rcPetr Lautrbach2009-12-031-4/+4
|
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-1/+1
| | | | Adapted from <victor.lowther@gmail.com>.
* Redirect bash errors on 'unset' to /dev/null. (#482888)Bill Nottingham2009-06-181-1/+1
|
* Don't quote upstart signals. (#501155)Bill Nottingham2009-05-191-4/+4
|
* Exit 0 in /etc/rc.d/rc (#469050)Bill Nottingham2008-10-291-0/+1
| | | | Avoids spurious 'rcX main process terminated with status 1' messages from upstart.
* Don't unconditionally quit plymouth from rc script.Ray Strode2008-09-231-3/+0
| | | | We need to pass different options depending on whether gdm will run or not.
* Clean up noise.Bill Nottingham2008-07-091-2/+0
|
* Don't export GRAPHICAL - plymouth is for all modes.Bill Nottingham2008-06-191-9/+2
| | | | Don't try to start rhgb.
* Revert "Remove rhgb support."Bill Nottingham2008-06-191-0/+10
| | | | This reverts commit c722b0ee95746aa9289efd40bbdd23a87d1e5dee.
* Remove rhgb support.Bill Nottingham2008-05-131-10/+0
|
* Fix various shutdown-related weirdness. (#438444)Bill Nottingham2008-04-081-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 Nottingham2008-03-101-1/+6
|
* Various minor optimizations to speed up boot. (<arjan@infradead.org>)Bill Nottingham2008-02-261-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 Philippsen2007-07-171-0/+7
| | | | which causes certain monitor/video card combos to flicker heavily (#237839)
* syntaxBill Nottingham2006-09-211-1/+1
|
* run with -m so that subprocesses get their own process group (part ofBill Nottingham2006-09-211-0/+2
| | | | #184340)
* better check here (#190989, #110761)Bill Nottingham2006-09-211-2/+2
|
* Consistently exclude backup files when globbingMiloslav Trmac2006-07-271-7/+1
|
* - some optims/cleanups, details in initscripts.specr7-94Florian La Roche2004-10-311-3/+3
|
* check that rhgb is running before calling --quit (#117827, ↵Bill Nottingham2004-03-161-1/+3
| | | | <enrico.scholz@informatik.tu-chemnitz.de>)
* run rhgb-client at the end of a runlevel (#107725)Bill Nottingham2003-10-221-0/+1
|
* remove /var/run/confirm when done with /etc/rc (#100898)Bill Nottingham2003-09-031-0/+1
|
* Thu May 1 17:41:50 2003 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2003-05-011-1/+1
| | | | * rc.d/rc (previous): Use the function to call rhgb.
* more rhgb tweaksBill Nottingham2003-05-011-0/+1
|
* - new releaser7-16Florian La Roche2003-04-181-11/+3
|
* actually, don't exclude initlogr7-08Bill Nottingham2003-02-181-1/+1
|
* run fewer scripts through action, causing less output to system logsBill Nottingham2003-02-181-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 Nottingham2003-01-141-2/+1
|
* - coding changes onlyFlorian La Roche2002-07-141-5/+5
|
* - better checks for backup filesFlorian La Roche2002-07-101-6/+8
|
* - check in new versionFlorian La Roche2002-07-051-20/+20
|
* - change coding style, should have no! functional changes in itFlorian La Roche2002-07-051-85/+66
|
* - further smaller cleanups, TEXTDOMAIN* is never exportedFlorian La Roche2002-06-261-4/+0
|
* expunge more linuxconf supportBill Nottingham2001-09-211-3/+0
|
* *** empty log message ***Bill Nottingham2001-07-101-0/+1
|
* add check for reboot/halt in the 'action' case as well (#45966)Bill Nottingham2001-07-091-1/+8
|
* unset LC_ALL before calling halt/reboot as wellBill Nottingham2001-02-071-0/+1
|
* fix inability to shutdown cleanlyBill Nottingham2001-01-241-0/+6
|
* tag action, runcmd, etc. lines as wellBill Nottingham2001-01-231-3/+3
|
* change i18n stuff around; don't call gettext explicitly, just do echo $"some ↵Bill Nottingham2001-01-231-5/+5
| | | | string"
* ask for startup of each network devie in CONFIRM mode. Patch from ↵Bill Nottingham2001-01-171-0/+2
| | | | <rasmusin@wpi.edu>
* Big i18n commit. From Conectiva, originally.Bill Nottingham2001-01-021-7/+7
|
* fix minor logic error (#11399)Bill Nottingham2000-08-071-1/+1
|
* yet more colons. Also, fix the nousb grepBill Nottingham2000-08-061-2/+2
|
* revertBill Nottingham2000-07-241-1/+1
|
* /etc/init.d -> /etc/rc.d/init.dr5-36Bernhard Rosenkraenzer2000-07-241-1/+1
|
* /etc/rc.d/init.d -> /etc/init.d. Wheeeeee.Bill Nottingham2000-06-151-7/+7
|
* use /var/run/confirm for interactive, not /tmp/confirmBill Nottingham1999-11-081-2/+2
|
* *** empty log message ***Bill Nottingham1999-09-201-1/+1
|
* Don't run rc.local through initlog.Bill Nottingham1999-09-201-1/+1
|