aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/functions
Commit message (Expand)AuthorAgeFilesLines
* killproc/status: add missing '-b <binary>' optionDavid Kaspar [Dee'Kej]2017-03-301-5/+30
* 9.70-sync: rc.d/init.d/functions updatedDavid Kaspar [Dee'Kej]2017-03-221-427/+439
* functions: systemctl show now returns an error when unit does not existLukas Nykryn2016-08-021-1/+2
* functions: improve killing loopsLukas Nykryn2016-06-021-25/+73
* service: improve status and stop function for daemon with intscriptsLukas Nykryn2015-09-151-1/+8
* init.d/functions: reload systemd if it can't see an initscriptLukas Nykryn2015-08-261-0/+4
* clarify daemon() usage messageFilip Krska2015-05-061-2/+2
* Killproc -d should parse same values as sleepLukas Nykryn2012-08-071-2/+6
* Drop more unused functions, and drop old s-c-n profile support directories.Bill Nottingham2012-08-061-34/+0
* Remove more now-unused functions from init.d/functions (crypto/dm)Bill Nottingham2012-08-061-180/+0
* Drop fstab-decode and getkey; no longer used.Bill Nottingham2012-08-061-65/+0
* Move default sysctl.conf to /usr/lib/sysctl.d, adjust things accordingly. (#7...Bill Nottingham2012-04-201-5/+20
* If /dev/stderr also isn't readable, don't bother with consoletype.Bill Nottingham2012-03-091-1/+1
* If locale.conf exists, use it. (#706756, in part)Bill Nottingham2011-10-251-1/+1
* Only bother with consoletype if we're actually connected to something that's ...Bill Nottingham2011-09-191-2/+2
* plymouth lives in /bin. (#702814)Bill Nottingham2011-08-151-5/+5
* Clean up some noise if stderr isn't available.Bill Nottingham2011-06-021-2/+2
* fuser -k defaults to -9; set the initial pass to kill -15. (#703457)Bill Nottingham2011-05-101-2/+2
* 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