aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/functions
Commit message (Expand)AuthorAgeFilesLines
* sysconfig/init* files droppedDavid Kaspar [Dee'Kej]2017-10-161-2/+11
* init.d/functions: is_true() & is_false() extended by ON/OFF supportDavid Kaspar [Dee'Kej]2017-08-071-2/+2
* init.d/functions: convert2sec() function addedDavid Kaspar [Dee'Kej]2017-08-071-0/+16
* Replace /var/run with /run everywhereZbigniew Jędrzejewski-Szmek2017-08-031-5/+5
* Add *.old to list of ignored filesDavid Kaspar [Dee'Kej]2017-05-251-2/+2
* Replace usleep(1) calls with sleep(1) callsDavid Kaspar [Dee'Kej]2017-05-251-2/+2
* killproc/status: add missing '-b <binary>' optionDavid Kaspar [Dee'Kej]2017-03-281-5/+30
* Support boolean values in is_true() & is_false() functionsDavid Kaspar [Dee'Kej]2016-10-121-2/+2
* functions: remote tabs and fix spacingDavide Cavalca2016-10-121-430/+435
* functions: more reliable systemd detection logicDavide Cavalca2016-10-061-1/+1
* 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
* init.d/functions: end with 0Lukas Nykryn2015-11-091-0/+1
* service: improve status and stop function for daemon with intscriptsLukas Nykryn2015-09-111-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-041-2/+2
* init.d/functions: rc.debug option to debug initscriptsLukas Nykryn2015-02-271-0/+3
* init.d/functions: check parent dir of pid file for accessibilityLukas Nykryn2014-04-301-0/+3
* 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