aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/functions
Commit message (Expand)AuthorAgeFilesLines
* Fix mishandled argument to fstab-decode. (#685137)Bill Nottingham2011-03-151-1/+1
* Don't do force/lazy umount for the first nfs umount. (#676851, <jlayton@redha...Bill Nottingham2011-03-071-2/+2
* Fix path to sysconfig.txt in comments.Ville Skyttä2011-03-011-1/+1
* Move sysctl.conf/sysctl.d handling to a function, call it where appropriate. ...Bill Nottingham2011-02-281-0/+9
* Tweak waiting times slightly. (#596451)Bill Nottingham2011-02-281-2/+2
* Make killproc more granular when delay is passed. (#428029, <xjakub@fi.muni.cz>)Bill Nottingham2011-02-281-6/+12
* Add support for noauto crypt devices, to mirror systemd.Bill Nottingham2011-02-281-0/+3
* Drop some unnecessary command invocations.Ville Skyttä2011-02-281-3/+3
* Allow for plymouth to enter non-LUKS passphrases (#621158, <redhat-bugzilla@c...Bill Nottingham2011-02-281-4/+10
* systemctl: honour $SYSTEMCTL_IGNORE_DEPENDENCIESLennart Poettering2011-02-171-1/+6
* CONSOLETYPE - check read access to /dev/stderr (#650103)Petr Lautrbach2010-12-011-1/+7
* Squash warning on opening /dev/stderr (#650103)Bill Nottingham2010-11-301-1/+1
* Clarify description (#637176)Bill Nottingham2010-09-241-1/+1
* Use new -m option to pidof. Require new enough sysvinit-tools. (#632321)Bill Nottingham2010-09-141-2/+2
* Properly group tests.initscripts-9.18-1Bill Nottingham2010-09-031-1/+1
* fix detection of systemd with new cgroup locationPetr Lautrbach2010-09-021-1/+2
* If systemd is running, redirect start/stop/condrestart/etc. to systemctl. (#6...Bill Nottingham2010-08-241-2/+50
* functions: check type of stdout/stderr instead of stdinLennart Poettering2010-08-191-1/+3
* Also init_crypto for encrypyed network block devices. (#605600)Bill Nottingham2010-06-231-0/+160
* Add functions to check shvar-style variables.Bill Nottingham2010-06-041-0/+21
* Handle permission denied on reading PID file. (#595597)Bill Nottingham2010-05-251-0/+4
* 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