aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* version 8.45.37initscripts-8.45.37-1Petr Lautrbach2011-06-071-1/+5
|
* Move sysctl.conf/sysctl.d handling to a function, call it where appropriate. ↵Bill Nottingham2011-06-073-7/+13
| | | | | | | | | | (#624385, continued) Conflicts: rc.d/init.d/functions [Petr Lautrbach <plautrba@redhat.com>: resolved conflicts]
* Add support for sysctl.d (#624385)Martin Langhoff2011-06-071-0/+4
|
* version 8.45.36Harald Hoyer2011-06-011-1/+12
|
* Use net_log where appropriate.Bill Nottingham2011-06-0112-51/+51
| | | | | | | | | | Conflicts: rc.d/init.d/network sysconfig/network-scripts/ifup-aliases sysconfig/network-scripts/ifup-eth [Harald Hoyer <harald@redhat.com>: resolved conflicts]
* Switch the default logging value to error.Bill Nottingham2011-06-011-2/+2
| | | | It's what's used the most.
* Add a net_log() function. (#507515, #689525)Bill Nottingham2011-06-011-0/+23
|
* don't match filesystem types in hostnames (#703203, <jmueller@data-tronics.com>)Bill Nottingham2011-06-011-1/+2
|
* rc.sysinit: remove /var/run/subsys/rhsm on startupSubrata Modak2011-06-011-0/+3
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=705236
* rc.d/init.d/network: fixed sed patch for '#' in interface namesHarald Hoyer2011-04-271-2/+0
| | | | fixed ac07916b8f0a84c62fce6c1a4094fd80caa4a687
* version 8.45.35initscripts-8.45.35-1Harald Hoyer2011-04-191-1/+35
|
* Add a comment explaining the oft-confused -t nox,y,z mount syntax.Bill Nottingham2011-04-192-0/+2
| | | | | | | [Harald Hoyer <harald@redhat.com>: backported 5e2b364ebd6] The 'no' applies to all listed filesystem types, not just the first. Since this comes up in bugzilla once every month or two, explicitly comment it.
* Avoid noisy output if no iscsid check during shutdown or rebootMartin Poole2011-04-191-1/+1
| | | | | | | | | | | .... Shutting down system logger: find: /sys/class/iscsi_session/: No such file or directory Shutting down interface eth0: ... Reviewed-by: Harald Hoyer <harald@redhat.com> Commited-by: Harald Hoyer <harald@redhat.com>
* disable link checking when PERSISTENT_DHCLIENT is set (#234075)Bill Nottingham2011-04-192-2/+3
|
* Don't exit out on IPv4 address-free interfaces; just follow the normal exit ↵Bill Nottingham2011-04-191-6/+2
| | | | | | | | path. (#486507) [Harald Hoyer <harald@redhat.com>: backport of eb389d6] For example, this allows DHCPv6 to run.
* Fix mishandled argument to fstab-decode. (#685137)Bill Nottingham2011-04-191-1/+1
|
* Don't do force/lazy umount for the first nfs umount. (#676851, ↵Bill Nottingham2011-04-191-2/+2
| | | | | | | | | <jlayton@redhat.com>) [Harald Hoyer <harald@redhat.com>: backport of a9b0d6b5c65] This can cause hung tasks that aren't cleaned up or killed properly, as their dangling references won't get caught.
* Handle 'MASTER' being quoted. (#651450, <gfidente@redhat.com>)Bill Nottingham2011-04-192-2/+2
| | | | [Harald Hoyer <harald@redhat.com>: backport]
* Handle yet another random return string from dmraid.Bill Nottingham2011-04-191-1/+1
|
* Make sure NEWCONFIG exists before grepping for it (#390271, continued)Bill Nottingham2011-04-191-1/+6
|
* don't endlessly loop on ifdown if devices are inconsistent (#390271)Bill Nottingham2011-04-191-1/+2
| | | | [Bill Nottingham <notting@redhat.com>: squashed typo]
* fix sysctl calls with VLAN (mostly breaking IPv6)Pierre Ossman2011-04-195-13/+14
| | | | | | | | | | | | | | | [Bill Nottingham <notting@redhat.com>: updated patch] sysctl uses "." as the path delimiter. VLAN uses "." as the id delimiter. initscripts does absolutely nothing to resolve this conflict. The end result is that all sysctl calls on VLAN if:s will just fail (silently for extra bonus as the scripts pipe to /dev/null). With legacy IP this isn't a big deal as the sysctl use is very sparse. For IPv6 however, the shit really hits the fan as you can't even disable address autoconfiguration without sysctl. https://bugzilla.redhat.com/show_bug.cgi?id=665601
* add # as a valid character in network device namesMatt Domsch2011-04-191-0/+2
|
* Fix tcsh + grep-2.7. (#636552)Bill Nottingham2011-04-191-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=649995
* Add infiniband mapping (#648524, <monis@voltaire.com>)Bill Nottingham2011-04-191-0/+6
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=648524
* Don't explictly disallow IPv6 aliases (#583409, #612877.)Bill Nottingham2011-04-192-6/+4
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=612877
* remove network device naming requirement from VLAN devicesMatt Domsch2011-04-191-3/+4
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=462095
* version 8.45.34initscripts-8.45.34-1Harald Hoyer2011-04-121-1/+9
|
* ifup/ifdown-eth: properly add and remove arp_ip_target'sHarald Hoyer2011-04-122-4/+29
| | | | | | | | | Only add arp_ip_target, if not yet present. Only remove arp_ip_target, if present in BONDING_OPTS, to prevent clash with module options. https://bugzilla.redhat.com/show_bug.cgi?id=604669
* if $LANG is set, don't override it (#229102)Bill Nottingham2011-04-122-5/+14
|
* 55-ccw.rules: add 1731/02Harald Hoyer2011-04-121-0/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=653621
* transifex.net supportBill Nottingham2011-03-031-0/+8
|
* Fix typo. (#675180)Bill Nottingham2011-02-041-1/+1
|
* version 8.45.33initscripts-8.45.33-1Harald Hoyer2010-10-131-1/+5
|
* network: don't turn of net on shutdown if iscsi is runningMike Christie2010-10-131-0/+8
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=583218#c37
* Clarify description (#637176)Bill Nottingham2010-09-241-1/+1
|
* version 8.45.32initscripts-8.45.32-1Harald Hoyer2010-09-132-1/+33
|
* s390: Added required 54-cu3088-fix.rules udev rules file (#475721)Harald Hoyer2010-09-132-3/+14
|
* initrscripts.spec: sync with cvs repoHarald Hoyer2010-09-131-1/+1
|
* version 8.45.31initscripts-8.45.31-1Harald Hoyer2010-09-132-384/+636
|
* s390: Added required 54-cu3088-fix.rules udev rules file (#475721)Phil Knirsch2010-09-131-0/+6
|
* Expand get_hostname() function to support IPv4 and IPv6.David Cantrell2010-09-131-7/+29
| | | | | Make sure that get_hostname() if the user specifies either address family.
* Remove unnecessary tab.David Cantrell2010-09-131-1/+1
|
* Correct address family option handling in ipcalc.David Cantrell2010-09-131-42/+41
| | | | | Make sure the default is IPv4. If the check option is specified, make sure we just validate the address and return 1 or 0.
* Compile ipcalc with _GNU_SOURCE defined (for asprintf).David Cantrell2010-09-131-1/+1
|
* remove deprecation comments for raw devices and fix pathHarald Hoyer2010-09-133-7/+8
|
* version 8.45.30initscripts-8.45.30-1Harald Hoyer2010-09-131-1/+27
|
* rc.sysinit: also remove /var/run/dovecot/*Harald Hoyer2010-09-131-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=492994
* Doucment DHCP_HOSTNAME (#498052)Bill Nottingham2010-09-131-0/+2
|
* move quotacheck to after filesystem mounting so it actually works (#249003, ↵Bill Nottingham2010-09-131-20/+5
| | | | | | <tometzky@batory.org.pl>) also, nuke the convertquota stuff that has been obsolete (and not working) for quite some time