| Commit message (Expand) | Author | Age | Files | Lines |
* | cryptsetup: do not forward STDERR to /dev/null when promting for passphrase | David Kaspar [Dee'Kej] | 2018-04-26 | 1 | -1/+1 |
* | init.d/functions: fix sourcing for ksh | David Kaspar [Dee'Kej] | 2018-02-13 | 1 | -2/+7 |
* | Support boolean values in is_true() & is_false() functions | David Kaspar [Dee'Kej] | 2016-10-27 | 1 | -2/+2 |
* | functions: parse -d first | Lukas Nykryn | 2016-04-12 | 1 | -1/+2 |
* | functions: fix ignored delay in killproc | Lukas Nykryn | 2016-04-11 | 1 | -1/+6 |
* | netfs: only unmount loopback device mounted on top of netdev or with back-fil... | Lukas Nykryn | 2016-02-03 | 1 | -8/+61 |
* | init.d/functions: fix a possible race between checking file and reading it | Lukas Nykryn | 2016-02-01 | 1 | -2/+2 |
* | functions: improve killing loops | Lukas Nykryn | 2016-01-19 | 1 | -57/+76 |
* | netfs: tweak nfs umount | Lukas Nykryn | 2016-01-19 | 1 | -0/+70 |
* | clarify daemon() usage message | Filip Krska | 2015-10-27 | 1 | -2/+2 |
* | Use new -m option to pidof. Require new enough sysvinit-tools. (#632321) | Bill Nottingham | 2015-03-02 | 1 | -2/+2 |
* | rc.sysinit: be more verbose | Lukas Nykryn | 2015-02-27 | 1 | -0/+13 |
* | init.d/functions: rc.debug option to debug initscripts | Lukas Nykryn | 2015-02-27 | 1 | -0/+6 |
* | init.d/functions: fix typo in pid_dir | Lukas Nykryn | 2014-06-18 | 1 | -1/+1 |
* | init.d/functions: check parent dir of pid file for accessibility | Lukas Nykryn | 2014-04-30 | 1 | -0/+3 |
* | pids_var_run: handle '(deleted)' | Lukas Nykryn | 2014-03-26 | 1 | -1/+1 |
* | umount-loop: make sure that we don't kill our own process | Lukas Nykryn | 2014-03-26 | 1 | -1/+1 |
* | umount-loop: don't use xargs | Lukas Nykryn | 2014-03-26 | 1 | -1/+1 |
* | init.d/functions: add -b optin to status and killproc (#1047948) | Lukas Nykryn | 2014-01-20 | 1 | -5/+30 |
* | Killproc -d should parse same values as sleep | Lukas Nykryn | 2013-07-15 | 1 | -2/+6 |
* | Make killproc more granular when delay is passed. (#428029, <xjakub@fi.muni.cz>) | Bill Nottingham | 2013-07-15 | 1 | -6/+12 |
* | script should not kill itself during shutdown (#862788) | Lukas Nykryn | 2012-10-08 | 1 | -1/+1 |
* | Revert patches which should not be in 6.4 | Lukas Nykryn | 2012-10-08 | 1 | -18/+8 |
* | Killproc -d should parse same values as sleep | Lukas Nykryn | 2012-08-07 | 1 | -2/+6 |
* | Make killproc more granular when delay is passed. (#428029, <xjakub@fi.muni.cz>) | Bill Nottingham | 2012-08-07 | 1 | -6/+12 |
* | plymouth lives in /bin. (#702814) | Bill Nottingham | 2011-08-16 | 1 | -5/+5 |
* | Move sysctl.conf/sysctl.d handling to a function, call it where appropriate. ... | Bill Nottingham | 2011-08-15 | 1 | -0/+9 |
* | don't pass '' to umount (#682879) | Petr Lautrbach | 2011-03-16 | 1 | -1/+1 |
* | Don't do force/lazy umount for the first nfs umount. (#676851, <jlayton@redha... | Bill Nottingham | 2011-03-10 | 1 | -2/+2 |
* | Clarify description (#637176) | Bill Nottingham | 2010-09-24 | 1 | -1/+1 |
* | Also init_crypto for encrypyed network block devices. (#605600) | Bill Nottingham | 2010-06-23 | 1 | -0/+160 |
* | Handle permission denied on reading PID file. (#595597) | Bill Nottingham | 2010-06-09 | 1 | -0/+4 |
* | Add functions to check shvar-style variables. | Bill Nottingham | 2010-06-04 | 1 | -0/+21 |
* | Correct the fix for not clearing environment with runuser. (#203010, #564093) | Bill Nottingham | 2010-05-19 | 1 | -1/+1 |
* | Handle being unable to read a specified pid file. (#584575) | Bill Nottingham | 2010-04-26 | 1 | -2/+8 |
* | Pass -m to runuser, so the environment is not cleared. (#203010, #564093) | Bill Nottingham | 2010-02-11 | 1 | -1/+1 |
* | Add a -l option to status to pass the lock file name. (#521772) | Bill Nottingham | 2009-09-08 | 1 | -3/+10 |
* | Use $() instead of `` for process expansion. | Bill Nottingham | 2009-07-30 | 1 | -1/+1 |
* | Redirect bash errors on 'unset' to /dev/null. (#482888) | Bill Nottingham | 2009-06-18 | 1 | -1/+1 |
* | cgexec has moved to /bin (#495715) | Bill Nottingham | 2009-04-14 | 1 | -2/+2 |
* | cgroup support (<jsafrane@redhat.com>) | Bill Nottingham | 2009-03-06 | 1 | -2/+17 |
* | Fix various issues with dmraid handling (#485895, <hdegoede@redhat.com>) | Bill Nottingham | 2009-03-04 | 1 | -30/+0 |
* | __pids_var_run: Handle multi-line pid files correctly (#473287) | Bill Nottingham | 2008-12-01 | 1 | -4/+9 |
* | Remove %config from init scripts, network scripts. (#225900) | Bill Nottingham | 2008-09-30 | 1 | -0/+0 |
* | Use the pidfile before running pidof in status(). (#463205) | Bill Nottingham | 2008-09-24 | 1 | -4/+6 |
* | Just use plymouth directly, not the rhgb-client wrapper. | Bill Nottingham | 2008-09-23 | 1 | -5/+5 |
* | Remove dead code. | Bill Nottingham | 2008-09-17 | 1 | -18/+0 |
* | Properly hide the plymouth splash if needed. | Bill Nottingham | 2008-07-28 | 1 | -12/+0 |
* | Don't export GRAPHICAL - plymouth is for all modes. | Bill Nottingham | 2008-06-19 | 1 | -3/+1 |
* | Revert "Remove rhgb support." | Bill Nottingham | 2008-06-19 | 1 | -0/+20 |