aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/functions
Commit message (Expand)AuthorAgeFilesLines
...
* Handle being unable to read a specified pid file. (#584575)Bill Nottingham2010-04-261-2/+8
* Correct the fix for not clearing environment with runuser. (#203010, #564093)Bill Nottingham2010-04-091-1/+1
* Pass -m to runuser, so the environment is not cleared. (#203010, #564093)Bill Nottingham2010-02-111-1/+1
* Eliminate bunch of unnecessary stat calls and command invocations.Ville Skyttä2010-01-121-2/+2
* Fix some bashisms.Ville Skyttä2010-01-071-1/+1
* Add a -l option to status to pass the lock file name. (#521772)Bill Nottingham2009-09-081-3/+10
* Use $() instead of `` for process expansion.Bill Nottingham2009-07-301-1/+1
* Redirect bash errors on 'unset' to /dev/null. (#482888)Bill Nottingham2009-06-181-1/+1
* cgexec has moved to /bin (#495715)Bill Nottingham2009-04-141-2/+2
* cgroup support (<jsafrane@redhat.com>)Bill Nottingham2009-03-061-2/+17
* Fix various issues with dmraid handling (#485895, <hdegoede@redhat.com>)Bill Nottingham2009-03-041-30/+0
* __pids_var_run: Handle multi-line pid files correctly (#473287)Bill Nottingham2008-12-011-4/+9
* Remove %config from init scripts, network scripts. (#225900)Bill Nottingham2008-09-301-0/+0
* Use the pidfile before running pidof in status(). (#463205)Bill Nottingham2008-09-241-4/+6
* Just use plymouth directly, not the rhgb-client wrapper.Bill Nottingham2008-09-231-5/+5
* Remove dead code.Bill Nottingham2008-09-171-18/+0
* Properly hide the plymouth splash if needed.Bill Nottingham2008-07-281-12/+0
* Don't export GRAPHICAL - plymouth is for all modes.Bill Nottingham2008-06-191-3/+1
* Revert "Remove rhgb support."Bill Nottingham2008-06-191-0/+20
* Make resolve_dm_raid() work when your original raid was set up withPeter Jones2008-05-141-0/+7
* Remove rhgb support.Bill Nottingham2008-05-131-20/+0
* Various minor optimizations to speed up boot. (<arjan@infradead.org>)Bill Nottingham2008-02-261-2/+4
* clean up some extraneous delays (#219816)Bill Nottingham2007-10-081-4/+10
* more fixes (#220087)Bill Nottingham2007-09-251-1/+1
* optimize out some excess greps (<harald@redhat.com>)Bill Nottingham2007-08-291-0/+12
* typoBill Nottingham2007-08-291-1/+1
* make __readlink as simple as possible. Seems to match the /usr/binBill Nottingham2007-08-291-18/+1
* - added support for cryptsetup-uuids (bug #242078)Harald Hoyer2007-08-141-0/+21
* avoid calling unicode_start unnecessarily often during startup/shutdown which...Nils Philippsen2007-07-171-1/+3
* fix or_IN and similar locales (#212219)Bill Nottingham2006-10-261-15/+1
* don't write to gdmfifoBill Nottingham2006-09-271-1/+0
* - "<<<" doesn't work without a read-write filesystem. No, I'm serious.Peter Jones2006-08-311-4/+3
* - make resolve_dm_name ignore core logger block size when comparing rulesPeter Jones2006-08-311-4/+10
* catch more errors from dmraid (#200683)Bill Nottingham2006-08-071-1/+1
* Consistently exclude backup files when globbingMiloslav Trmac2006-07-271-0/+12
* deref symlinks in get_numeric_devBill Nottingham2006-07-211-1/+1
* Add a configurable delay for killproc() (#198429, <jorton@redhat.com>)Bill Nottingham2006-07-201-4/+9
* Fix garbled output of rc.sysinit in rhgb (#192604, patch by Tony NelsonMiloslav Trmac2006-07-091-1/+1
* Fix daemon --pidfile=... (#195341, patch by Steven AugartMiloslav Trmac2006-06-171-1/+1
* Clarify killproc usage message (#193711)Miloslav Trmac2006-06-051-1/+1
* Fix handling of mount points with white space (#186713):Miloslav Trmac2006-05-081-1/+60
* (failure, passed, warning, action): Make variables local, fixes runningMiloslav Trmac2006-03-271-3/+5
* (killproc): Respect -p when removing the pid fileMiloslav Trmac2006-03-271-1/+1
* (status): Try the PID from the PID file if (pidof) fails (#182623)Miloslav Trmac2006-03-191-6/+9
* - filter out another "no" message from dmraid. We need to fix dmraid'sr8-29Peter Jones2006-02-141-2/+2
* - check for "No devices found" when calling dmsetupPeter Jones2006-02-131-1/+1
* (get_numeric_dev): On second thought, write directly what we want awk to do.Miloslav Trmac2006-02-021-1/+1
* fix sendmail startupBill Nottingham2006-02-021-1/+1
* Eliminate creating the second awk process in get_numeric_dev()Miloslav Trmac2006-02-011-1/+1
* - ignore the "I couldn't find anything to do" line, which we should removePeter Jones2006-01-311-1/+1