aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert patches which should not be in 6.4Lukas Nykryn2012-10-086-74/+45
| | | | | | | | | | | | | | | | | | | | | | Revert "Process rule6-* for sit devices (#840009)" This reverts commit f082f9e64eadbf68ef9bb67744c97c0974af9115. Revert "securetty: check if the device is in the file before attempting to write to it" This reverts commit 10c72ce532c1d4f6d0b17fdc9448c9bd2d0b5ef5. Revert "Killproc -d should parse same values as sleep" This reverts commit 763b7dcf6bf9e47d90546be1aabf1f724dd527f8. Revert "Make killproc more granular when delay is passed. (#428029, <xjakub@fi.muni.cz>)" This reverts commit 6e62c51f3162081cc05ef546929aa98b8448b1cb. Revert "Allow dhclient configuration files for DHCPv6 as well. (#815676)" This reverts commit 9987361e94ec6f26e557053b27af6e43a9ee13e1.
* Be less strict about VLAN name (#505314)Václav Pavlín2012-09-051-4/+1
|
* Clarification of work with white spaces in crypttab manpage (#846140)Lukas Nykryn2012-08-071-0/+8
|
* Process rule6-* for sit devices (#840009)Lukas Nykryn2012-08-072-6/+5
|
* securetty: check if the device is in the file before attempting to write to itBill Nottingham2012-08-071-21/+37
| | | | This avoids spurious failures on RO root systems.
* 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
|
* Re-read sysctl values for VLANs on ifup (#714250)Lukas Nykryn2012-08-071-0/+15
|
* Pass useful arguments to halt.local (#554392)Václav Pavlín2012-08-071-3/+4
|
* Start serial console when we return from runlevel1 (#755699)Lukas Nykryn2012-08-071-0/+1
|
* Move VLAN= docs to the interface configuration section, rather than ↵Bill Nottingham2012-08-031-1/+1
| | | | | | | | /etc/sysconfig/network. Conflicts: sysconfig.txt
* Allow dhclient configuration files for DHCPv6 as well. (#815676)Bill Nottingham2012-08-032-10/+14
| | | | | | | Conflicts: sysconfig/network-scripts/ifup-eth sysconfig/network-scripts/network-functions
* Don't accidentally match other bonding devices. (#824175)Bill Nottingham2012-08-032-2/+2
|
* Add usage stanzas for tty.conf and serial.confLukas Nykryn2012-08-032-0/+2
|
* rename_device: skip VLAN=yes configuration filesHarald Hoyer2012-08-031-1/+6
|
* Allow duplicate address dectection to be disabledBenjamin Coddington2012-08-032-1/+8
|
* 9.03.31-1Lukas Nykryn2012-04-271-1/+4
|
* Set NIS domain (#704919)Lukas Nykryn2012-04-271-0/+1
|
* 9.03.30-1Lukas Nykryn2012-03-201-1/+4
|
* Fix IFS usage mangling device names (#802119)Bill Nottingham2012-03-201-9/+1
|
* 9.03.29-1Lukas Nykryn2012-03-141-1/+4
|
* Save entropy during system install (#786404)Lukas Nykryn2012-03-141-0/+5
|
* 9.03.28-1Lukas Nykryn2012-02-141-1/+15
|
* rc.sysinit - use rcS-emergency job instead of suloginPetr Lautrbach2012-02-141-3/+3
|
* Improve comment in init/serial.conf (#746808)Lukas Nykryn2012-02-141-2/+11
|
* Turn off UPS in powerfail situation (#754984, <robert@fedoraproject.org>)Lukas Nykryn2012-02-131-0/+5
| | | | | | Patch by Robert Scheck <robert@fedoraproject.org> for initscripts >= 9.03.23, which adds the required support for apcupsd to the halt initscript to turn off the UPS in case of a powerfail situation.
* Eviscerate ifconfig uses from ip-aliases, because it's deprecated, slow ↵Bill Nottingham2012-02-131-77/+51
| | | | | | (#721010), and doesn't work on infiniband (#588993) Based on a patch from Travis Gummels (<tgummels@redhat.com>).
* Fix comments in sysctl.conf (#755175)Lukas Nykryn2012-02-135-10/+10
|
* Do not check mounted filesystems (#745224)Lukas Nykryn2012-02-131-1/+1
|
* Just exit on first response (#744734)Bill Nottingham2012-02-131-1/+1
| | | | | | Conflicts: rc.d/init.d/netconsole
* Add cifs to check for network filesystem (#760018).Bill Nottingham2012-02-131-4/+2
| | | | Use findmnt to simplify the code.
* Don't set primary before we enslave devices. (#747418, <agospoda@redhat.com>)Bill Nottingham2012-02-131-1/+1
|
* Fix logic error with removing arp_ip_target (#745681)Bill Nottingham2012-02-131-1/+1
|
* Support ipv6 routing rules by merging IPv4/IPv6, and route/rule code. ↵Bill Nottingham2012-02-093-26/+30
| | | | | | | | (#680872, <tobiasoed@hotmail.com>) Conflicts: sysconfig/network-scripts/ifup-ipv6
* Fix typo in translation. (#757637)Bill Nottingham2011-11-281-1/+1
|
* 9.03.27-1initscripts-9.03.27-1Petr Lautrbach2011-10-071-1/+4
|
* use restorecon -F for /dev and /dev/pts (#743222)Petr Lautrbach2011-10-071-2/+2
|
* 9.03.26-1initscripts-9.03.26-1Petr Lautrbach2011-09-201-1/+5
|
* kexec - free reservation memory only for crashkernel=auto (#734987)Petr Lautrbach2011-09-201-0/+1
|
* add support for emergency target (#681357)Petr Lautrbach2011-09-202-0/+24
|
* 9.03.25-1initscripts-9.03.25-1Petr Lautrbach2011-08-161-1/+4
|
* plymouth lives in /bin. (#702814)Bill Nottingham2011-08-165-14/+15
| | | | | | Conflicts: rc.d/rc.sysinit
* 9.03.24-1initscripts-9.03.24-1Petr Lautrbach2011-08-151-1/+18
|
* Fix pid file usage for IPv6. (#729292, <daveg@dgit.ndo.co.uk>)Bill Nottingham2011-08-151-1/+1
|
* Don't mount gfs2 in netfs (#689593)Bill Nottingham2011-08-151-1/+1
|
* Allow non-'-s' options in ETHTOOL_OPTS, and allow multiple option types. ↵Bill Nottingham2011-08-152-16/+20
| | | | (#692410, #693583)
* Override NETMASK from PREFIX where specified (#705367, <mpoole@redhat.com>)Bill Nottingham2011-08-151-0/+5
|
* VLAN, etc. interfaces can be slaves; check for being a slave first. (#703475)Bill Nottingham2011-08-151-4/+4
| | | | | | Conflicts: rc.d/init.d/network
* don't match filesystem types in hostnames (#703203, <jmueller@data-tronics.com>)Bill Nottingham2011-08-151-1/+2
|
* Handle IPADDRx correctly for static addresses (#698738)Bill Nottingham2011-08-151-1/+1
|