aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rc.sysinit: increase the saved random-seed to 4K (#1023471)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
|
* ifup-eth: remove ipx relic (#1028135)Lukas Nykryn2014-03-261-4/+0
|
* init.d/functions: add -b optin to status and killproc (#1047948)Lukas Nykryn2014-01-201-5/+30
|
* remove duplicit thenLukas Nykryn2013-10-101-1/+0
|
* 9.03.40initscripts-9.03.40-1Lukas Nykryn2013-10-101-1/+6
|
* sync disks before halt (#1006294)Lukas Nykryn2013-10-101-0/+2
|
* provide KVM guest count and limit info message (#1014731)Lukas Nykryn2013-10-103-0/+52
|
* add ability to disable LVM activation on boot (#1015065)Lukas Nykryn2013-10-101-1/+6
|
* 9.03.39initscripts-9.03.39-1Lukas Nykryn2013-08-091-1/+19
|
* Revert "do not run fsck in netfs multiple times (#825190)"Lukas Nykryn2013-08-091-5/+1
| | | | This reverts commit 542108e4cc22662701fd98e45ad13ece7a84baa1.
* remount /proc to set attributes from fstab #984003Lukas Nykryn2013-08-091-0/+2
|
* print something when arping is detecting colliding ip addressesLukas Nykryn2013-07-232-11/+15
|
* try dhcpv6 after v4 failedLukas Nykryn2013-07-232-4/+29
| | | | | Conflicts: sysconfig/network-scripts/ifup-eth
* do not run fsck in netfs multiple times (#825190)Lukas Nykryn2013-07-221-1/+5
|
* Allow dhclient configuration files for DHCPv6 as well. (#815676)Bill Nottingham2013-07-192-10/+14
| | | | | | Conflicts: sysconfig/network-scripts/ifup-eth sysconfig/network-scripts/network-functions
* ifdown: don't call nmcli on interface that is alread downLukas Nykryn2013-07-181-2/+5
|
* call flush addresses with scope globalLukas Nykryn2013-07-181-2/+2
|
* init: inform users about .override files in .conf filesVáclav Pavlín2013-07-1613-0/+39
|
* netfs: do not force NFS exports to be mounted before _netdev mountsHarshula Jayasuriya2013-07-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current /etc/init.d/netfs mounts the following entries in /etc/fstab not in the order desired by the sysadmin: -------------------------------------------- /dev/san_test/san_vol /mnt/san ext3 _netdev 0 0 nas:/vol/vol7/afsdb /mnt/san/nfs nfs _netdev 0 0 -------------------------------------------- => The NFS filesystem needs to be mounted after the SAN filesystem. Looking at /etc/init.d/netfs: -------------------------------------------- 37 start) 38 # Let udev handle any backlog before trying to mount file systems 39 /sbin/udevsettle --timeout=30 40 [ -n "$NFSFSTAB" ] && 41 { 42 [ ! -f /var/lock/subsys/portmap ] && service portmap start 43 action $"Mounting NFS filesystems: " mount -a -t nfs,nfs4 44 } 45 [ -n "$SMBFSTAB" ] && action $"Mounting SMB filesystems: " mount -a -t smbfs 46 [ -n "$CIFSFSTAB" ] && action $"Mounting CIFS filesystems: " mount -a -t cifs 47 [ -n "$NCPFSTAB" ] && action $"Mounting NCP filesystems: " mount -a -t ncpfs 48 [ -n "$NETDEVFSTAB" ] && 49 { ... 98 } 99 touch /var/lock/subsys/netfs 100 # The 'no' applies to all listed filesystem types. See mount(8). 101 action $"Mounting other filesystems: " mount -a -t nonfs,nfs4,smbfs,cifs,ncpfs,gfs -------------------------------------------- => The NFS filesystems are mounted *before* _netdev regardless of what the sysadmin wants. So, let's defer all the mounts, NFS, SMB, CIFS, etc, to the final mount -a and only do all the necessary prereqs in the conditional clauses. This gives the sysadmin the ability to order netfs mounts as they see fit. Signed-off-by: Harshula Jayasuriya <harshula@redhat.com>
* set net.ipv6.conf..autoconf in ifup-ipv6Lukas Nykryn2013-07-151-0/+1
|
* mention rule6 filesLukas Nykryn2013-07-151-1/+3
|
* securetty: check if the device is in the file before attempting to write to itBill Nottingham2013-07-151-21/+37
| | | | This avoids spurious failures on RO root systems.
* Process rule6-* for sit devices (#840009)Lukas Nykryn2013-07-152-6/+5
| | | | | Conflicts: sysconfig/network-scripts/ifup-sit
* 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
|
* bonding: set master up before slavesLukas Nykryn2013-07-151-1/+1
|
* Fix greps to correctly handle comments and quotation (#915659)Lukas Nykryn2013-03-073-3/+3
|
* 9.03.38-1Lukas Nykryn2013-01-091-1/+4
|
* Call ip link up on master after slaves are up (#893395)Lukas Nykryn2013-01-091-2/+3
|
* 9.03.37-1Lukas Nykryn2012-12-131-1/+4
|
* Don't apply BONDING_OPTS on device with active slaves (#885235).Lukas Nykryn2012-12-131-23/+25
|
* 9.03.36-1Lukas Nykryn2012-11-281-1/+4
|
* Improve duplicate ip address check in ifup-aliases (#880684)Lukas Nykryn2012-11-282-1/+8
|
* 9.03.35-1Lukas Nykryn2012-11-231-1/+4
|
* Fix typo in ifup-aliases duplicate check (#879243)Lukas Nykryn2012-11-231-1/+1
|
* 9.03.34-1Václav Pavlín2012-11-151-1/+5
|
* Sysconfig.txt advised saslauthd -a instad of -v (869075)Václav Pavlín2012-11-151-1/+1
|
* There should be crypttab instead of crypptab in man page (870025)Václav Pavlín2012-11-151-2/+2
|
* 9.03.33-1Lukas Nykryn2012-11-081-1/+4
|
* Apply BONDING_OPT on ifup of master (#874030)Lukas Nykryn2012-11-082-1/+1
|
* 9.03.32-1Lukas Nykryn2012-10-081-1/+20
|
* check an IP address for existence in ifup-alias (#852005)Lukas Nykryn2012-10-081-0/+6
|
* Remount /dev/shm in sysinit to apply attributes from fstab (#669700)Lukas Nykryn2012-10-081-0/+3
|
* Sets BONDING_OPTS before interface is brougth up and checks if it is not ↵Lukas Nykryn2012-10-082-26/+31
| | | | already added (#820430)
* Add support for setting random bridge options via BRIDGING_OPTS. (#734045, ↵Bill Nottingham2012-10-082-0/+20
| | | | #665378)
* use vgchange -aay in rc.sysinit and netfs init scriptLukas Nykryn2012-10-083-3/+3
|
* script should not kill itself during shutdown (#862788)Lukas Nykryn2012-10-081-1/+1
|
* fix the NIS domain settingLukas Nykryn2012-10-081-1/+1
|