| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'initscripts-9.41-1' into mga-41 | Colin Guthrie | 2012-10-28 | 1 | -380/+34 |
|\ |
|
| * | Killproc -d should parse same values as sleep | Lukas Nykryn | 2012-08-07 | 1 | -2/+6 |
| * | Drop more unused functions, and drop old s-c-n profile support directories. | Bill Nottingham | 2012-08-06 | 1 | -34/+0 |
| * | Remove more now-unused functions from init.d/functions (crypto/dm) | Bill Nottingham | 2012-08-06 | 1 | -180/+0 |
| * | Drop fstab-decode and getkey; no longer used. | Bill Nottingham | 2012-08-06 | 1 | -65/+0 |
| * | Move default sysctl.conf to /usr/lib/sysctl.d, adjust things accordingly. (#7... | Bill Nottingham | 2012-04-20 | 1 | -5/+20 |
| * | If /dev/stderr also isn't readable, don't bother with consoletype. | Bill Nottingham | 2012-03-09 | 1 | -1/+1 |
* | | functions: Add a SYSTEMCTL_NO_BLOCK env var | Colin Guthrie | 2012-04-03 | 1 | -1/+4 |
* | | Merge commit 'initscripts-9.34-1' into mga-34 | Colin Guthrie | 2011-11-03 | 1 | -29/+59 |
|\ \
| |/ |
|
| * | If locale.conf exists, use it. (#706756, in part) | Bill Nottingham | 2011-10-25 | 1 | -1/+1 |
| * | Only bother with consoletype if we're actually connected to something that's ... | Bill Nottingham | 2011-09-19 | 1 | -2/+2 |
| * | plymouth lives in /bin. (#702814) | Bill Nottingham | 2011-08-15 | 1 | -5/+5 |
| * | Clean up some noise if stderr isn't available. | Bill Nottingham | 2011-06-02 | 1 | -2/+2 |
| * | fuser -k defaults to -9; set the initial pass to kill -15. (#703457) | Bill Nottingham | 2011-05-10 | 1 | -2/+2 |
| * | Fix mishandled argument to fstab-decode. (#685137) | Bill Nottingham | 2011-03-15 | 1 | -1/+1 |
| * | Don't do force/lazy umount for the first nfs umount. (#676851, <jlayton@redha... | Bill Nottingham | 2011-03-07 | 1 | -2/+2 |
| * | Fix path to sysconfig.txt in comments. | Ville Skyttä | 2011-03-01 | 1 | -1/+1 |
| * | Move sysctl.conf/sysctl.d handling to a function, call it where appropriate. ... | Bill Nottingham | 2011-02-28 | 1 | -0/+9 |
| * | Tweak waiting times slightly. (#596451) | Bill Nottingham | 2011-02-28 | 1 | -2/+2 |
| * | Make killproc more granular when delay is passed. (#428029, <xjakub@fi.muni.cz>) | Bill Nottingham | 2011-02-28 | 1 | -6/+12 |
| * | Add support for noauto crypt devices, to mirror systemd. | Bill Nottingham | 2011-02-28 | 1 | -0/+3 |
| * | Drop some unnecessary command invocations. | Ville Skyttä | 2011-02-28 | 1 | -3/+3 |
| * | Allow for plymouth to enter non-LUKS passphrases (#621158, <redhat-bugzilla@c... | Bill Nottingham | 2011-02-28 | 1 | -4/+10 |
* | | Limit the number of tries to unlock | Jari | 2011-10-22 | 1 | -1/+1 |
* | | Fix password prompt for encrypted partitions | Jari | 2011-10-22 | 1 | -1/+1 |
* | | Add the mdkconf patch | Colin Guthrie | 2011-10-21 | 1 | -78/+260 |
|/ |
|
* | systemctl: honour $SYSTEMCTL_IGNORE_DEPENDENCIES | Lennart Poettering | 2011-02-17 | 1 | -1/+6 |
* | CONSOLETYPE - check read access to /dev/stderr (#650103) | Petr Lautrbach | 2010-12-01 | 1 | -1/+7 |
* | Squash warning on opening /dev/stderr (#650103) | Bill Nottingham | 2010-11-30 | 1 | -1/+1 |
* | Clarify description (#637176) | Bill Nottingham | 2010-09-24 | 1 | -1/+1 |
* | Use new -m option to pidof. Require new enough sysvinit-tools. (#632321) | Bill Nottingham | 2010-09-14 | 1 | -2/+2 |
* | Properly group tests.initscripts-9.18-1 | Bill Nottingham | 2010-09-03 | 1 | -1/+1 |
* | fix detection of systemd with new cgroup location | Petr Lautrbach | 2010-09-02 | 1 | -1/+2 |
* | If systemd is running, redirect start/stop/condrestart/etc. to systemctl. (#6... | Bill Nottingham | 2010-08-24 | 1 | -2/+50 |
* | functions: check type of stdout/stderr instead of stdin | Lennart Poettering | 2010-08-19 | 1 | -1/+3 |
* | Also init_crypto for encrypyed network block devices. (#605600) | Bill Nottingham | 2010-06-23 | 1 | -0/+160 |
* | Add functions to check shvar-style variables. | Bill Nottingham | 2010-06-04 | 1 | -0/+21 |
* | Handle permission denied on reading PID file. (#595597) | Bill Nottingham | 2010-05-25 | 1 | -0/+4 |
* | Handle being unable to read a specified pid file. (#584575) | Bill Nottingham | 2010-04-26 | 1 | -2/+8 |
* | Correct the fix for not clearing environment with runuser. (#203010, #564093) | Bill Nottingham | 2010-04-09 | 1 | -1/+1 |
* | Pass -m to runuser, so the environment is not cleared. (#203010, #564093) | Bill Nottingham | 2010-02-11 | 1 | -1/+1 |
* | Eliminate bunch of unnecessary stat calls and command invocations. | Ville Skyttä | 2010-01-12 | 1 | -2/+2 |
* | Fix some bashisms. | Ville Skyttä | 2010-01-07 | 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 |