aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Silence error. (#516569)Bill Nottingham2010-09-131-1/+1
|
* Load bonding driver if BONDING_OPTS is defined. (#516569)Bill Nottingham2010-09-131-0/+2
|
* Restore context of recreated files. (#519748)Bill Nottingham2010-09-131-0/+1
|
* Do not try to activate subsets and layer raid and handle 'no raid disks'.Bill Nottingham2010-09-131-8/+7
| | | | | - 'no raid disks' handling: (#527726, <mschmidt@redhat.com>) - no subsets: https://bugzilla.redhat.com/show_bug.cgi?id=524356
* Add /var/lib/xend. (#526046)Bill Nottingham2010-09-131-0/+1
|
* Fix various device checks to not misidentify devices.Bill Nottingham2010-09-131-14/+4
| | | | | | | Also, don't use ifconfig for checking link state on alias devices; /sbin/ip does fine with that. https://bugzilla.redhat.com/show_bug.cgi?id=538863
* Use the proper UNIMAP argument rather than SYSFONTACM when calling ↵Bill Nottingham2010-09-131-1/+1
| | | | /bin/unicode_start. (#557089)
* functions:daemon(): do not clear environment by the login shellBill Nottingham2010-09-131-1/+1
| | | | | | | Do not start a login shell, when switching users with runuser, so that existing environment variables are not removed. https://bugzilla.redhat.com/show_bug.cgi?id=564093
* po/*.po: fixed interactive startup keysBill Nottingham2010-09-1310-14/+14
| | | | | | | Fixed the mismatch between accepted key and displayed shortcut keys for the interactive startup. https://bugzilla.redhat.com/show_bug.cgi?id=566579
* ifup/ifdown-ipsec: do not killall racoon with full pathTomas Mraz2010-09-132-2/+2
| | | | | | | killall tries to read /proc/<pid>/exe, if called with the full path, which is not working for selinux in enforcing MLS. https://bugzilla.redhat.com/show_bug.cgi?id=567295
* Sending translation for Hungariannagyesta2009-09-091-749/+1019
|
* version 8.45.29initscripts-8.45.29-1Harald Hoyer2009-06-162-1/+31
|
* cleanup /var/run/libvirtHarald Hoyer2009-06-161-0/+1
| | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=505600 libvirt-0.6.3-8.el5 now includes /var/run/libvirt/network and /var/run/libvirt/qemu so the /var cleanup script rc.sysinit needs to be extended to accommodate the additional directory depth, otherwise the user gets messages on boot about not being able to remove the files because they are directories.
* version 8.45.28initscripts-8.45.28-1Harald Hoyer2009-05-142-5/+29
|
* version 8.45.27initscripts-8.45.27-1Harald Hoyer2009-05-142-1/+17
|
* fixed "Determine reboot/halt via existing INIT_HALT environment variable. ↵Harald Hoyer2009-05-141-1/+1
| | | | (#475006)"
* return of rawdevices stuffBill Nottingham2009-05-144-1/+102
|
* version 8.45.26initscripts-8.45.26-1Harald Hoyer2009-05-052-34/+66
|
* specifiy mode for O_CREATHarald Hoyer2009-05-041-1/+2
|
* ignore .git bash files for check targetHarald Hoyer2009-05-041-1/+1
|
* changelog and specfile updateHarald Hoyer2009-05-042-9/+459
|
* add md activation before lvm/device-mapper in netfs (#480627)Harald Hoyer2009-05-041-0/+3
| | | | | add md activation before lvm/device-mapper in netfs, as is currently done in rc.sysinit
* fixed git commandsHarald Hoyer2009-05-041-2/+2
|
* fixed SUBCHANNEL grep for s390Harald Hoyer2009-05-041-1/+1
|
* Move the bridge member handling later in the ifdown sequence (#463325, Sean ↵Harald Hoyer2009-05-041-11/+11
| | | | E. Millichamp <sean@bruenor.org>)
* Allow changing of VLAN type even if the module is already loaded. (#495053, ↵Bill Nottingham2009-05-041-6/+6
| | | | <pietro@bertera.it>)
* add gfs2 to rc.sysinit mount (#494963)Bill Nottingham2009-05-041-2/+2
|
* support ETHTOOL_OPTS on bridge devices (#493255, <bbaetz@acm.org>)Bill Nottingham2009-05-041-0/+3
|
* Add vlan support for s390 HSI interfaces. (#490584)Bill Nottingham2009-05-041-1/+2
|
* Don't re-init an existing device, it causes errors. (#484411, ↵Bill Nottingham2009-05-041-1/+1
| | | | <jpayne@redhat.com>)
* Remove arp_ip_target on ifdown for bonding devices. (#483711)Bill Nottingham2009-05-041-1/+3
|
* Don't unmount the nfsd filesystem when unmounting nfs client mounts. ↵Bill Nottingham2009-05-041-1/+1
| | | | (#481794, <sprabhu@redhat.com>)
* Bring up ipsec interfaces last. (#481733)Bill Nottingham2009-05-041-8/+16
|
* Break deadlock by explicitly handling alias for CTC and IUCV (#475721)Harald Hoyer2009-05-042-0/+4
| | | | in /etc/modprobe.conf as is done in ifup-eth.
* Determine reboot/halt via existing INIT_HALT environment variable. (#475006)Bill Nottingham2009-05-041-1/+1
| | | | No more magic files needed. In fact, I'm not sure they ever were. Whoops.
* Add some docs on BONDING_OPTS. (#472480)Bill Nottingham2009-05-041-0/+5
|