aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d
Commit message (Expand)AuthorAgeFilesLines
* network: Treat other tunnel interfaces, fixes ifdown stageRodrigo Freire2016-11-151-0/+10
* netconsole: resolve domain name via 'getent' instead of 'hosts'David Kaspar [Dee'Kej]2016-11-011-3/+20
* Support boolean values in is_true() & is_false() functionsDavid Kaspar [Dee'Kej]2016-10-271-2/+2
* functions: parse -d firstLukas Nykryn2016-04-121-1/+2
* functions: fix ignored delay in killprocLukas Nykryn2016-04-111-1/+6
* netfs: only unmount loopback device mounted on top of netdev or with back-fil...Lukas Nykryn2016-02-032-20/+64
* init.d/functions: fix a possible race between checking file and reading itLukas Nykryn2016-02-011-2/+2
* functions: improve killing loopsLukas Nykryn2016-01-191-57/+76
* netfs: tweak nfs umountLukas Nykryn2016-01-192-58/+75
* clarify daemon() usage messageFilip Krska2015-10-271-2/+2
* init.d/halt: give init some time to reexecuteLukas Nykryn2015-10-271-0/+2
* Use new -m option to pidof. Require new enough sysvinit-tools. (#632321)Bill Nottingham2015-03-021-2/+2
* rc.sysinit: be more verboseLukas Nykryn2015-02-271-0/+13
* init.d/functions: rc.debug option to debug initscriptsLukas Nykryn2015-02-271-0/+6
* netfs: don't race NFS umount to network shutdownBenjamin Coddington2015-02-271-5/+57
* network: report that we can't shut down network for root on netfsLukas Nykryn2015-02-271-0/+1
* netconsole: lets run earlierLukas Nykryn2015-02-041-1/+1
* halt: add delay after upsdrvctl shutdownMichal Hlavinka2015-02-041-0/+2
* init.d/functions: fix typo in pid_dirLukas Nykryn2014-06-181-1/+1
* netfs: implicitly handle glusterfs as a network filesystemdLukas Nykryn2014-04-301-0/+13
* init.d/functions: check parent dir of pid file for accessibilityLukas Nykryn2014-04-301-0/+3
* pids_var_run: handle '(deleted)'Lukas Nykryn2014-03-261-1/+1
* rc.sysinit: use 'vgchange --ignoreskippedcluster'Lukas Nykryn2014-03-261-1/+1
* umount-loop: make sure that we don't kill our own processLukas Nykryn2014-03-261-1/+1
* umount-loop: don't use xargsLukas Nykryn2014-03-261-1/+1
* init.d/functions: add -b optin to status and killproc (#1047948)Lukas Nykryn2014-01-201-5/+30
* sync disks before halt (#1006294)Lukas Nykryn2013-10-101-0/+2
* Revert "do not run fsck in netfs multiple times (#825190)"Lukas Nykryn2013-08-091-5/+1
* do not run fsck in netfs multiple times (#825190)Lukas Nykryn2013-07-221-1/+5
* netfs: do not force NFS exports to be mounted before _netdev mountsHarshula Jayasuriya2013-07-151-4/+4
* Killproc -d should parse same values as sleepLukas Nykryn2013-07-151-2/+6
* Make killproc more granular when delay is passed. (#428029, <xjakub@fi.muni.cz>)Bill Nottingham2013-07-151-6/+12
* use vgchange -aay in rc.sysinit and netfs init scriptLukas Nykryn2012-10-081-1/+1
* script should not kill itself during shutdown (#862788)Lukas Nykryn2012-10-081-1/+1
* Revert patches which should not be in 6.4Lukas Nykryn2012-10-081-18/+8
* Killproc -d should parse same values as sleepLukas Nykryn2012-08-071-2/+6
* Make killproc more granular when delay is passed. (#428029, <xjakub@fi.muni.cz>)Bill Nottingham2012-08-071-6/+12
* Pass useful arguments to halt.local (#554392)Václav Pavlín2012-08-071-3/+4
* Turn off UPS in powerfail situation (#754984, <robert@fedoraproject.org>)Lukas Nykryn2012-02-131-0/+5
* Do not check mounted filesystems (#745224)Lukas Nykryn2012-02-131-1/+1
* Just exit on first response (#744734)Bill Nottingham2012-02-131-1/+1
* Add cifs to check for network filesystem (#760018).Bill Nottingham2012-02-131-4/+2
* plymouth lives in /bin. (#702814)Bill Nottingham2011-08-162-7/+7
* Don't mount gfs2 in netfs (#689593)Bill Nottingham2011-08-151-1/+1
* VLAN, etc. interfaces can be slaves; check for being a slave first. (#703475)Bill Nottingham2011-08-151-4/+4
* don't match filesystem types in hostnames (#703203, <jmueller@data-tronics.com>)Bill Nottingham2011-08-151-1/+2
* load static arp entries from ethers file (#696788)Petr Lautrbach2011-08-151-0/+4
* Use net_log where appropriate.Bill Nottingham2011-08-151-1/+1
* Add a comment explaining the oft-confused -t nox,y,z mount syntax.Bill Nottingham2011-08-151-0/+1
* Move sysctl.conf/sysctl.d handling to a function, call it where appropriate. ...Bill Nottingham2011-08-152-2/+11