aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Don't say that we're shutting off crypto if we aren't actually doing it. ↵Bill Nottingham2009-05-041-3/+2
| | | | (#471944)
* remove empty bridges (#463325)Harald Hoyer2009-05-041-1/+1
|
* Man page updates for ipcalc(1)David Cantrell2009-05-042-7/+23
| | | | | Make sure the ipcalc man page explains the -c, -4, and -6 options. Update some other things. Shamelessly add my name.
* Add a address check capability for IPv4 and IPv6 addresses. (#464268)David Cantrell2009-05-041-0/+42
| | | | | | | | | | | | | Add the -c, --check argument which enables address validation. The ipcalc program will exit with 0 if the address is valid or 1 if it is invalid, for the specified family. Add the -4, --ipv4 argument to specify the IPv4 address family. Add the -6, --ipv6 argument to specify the IPv6 address family. Ensure that the IPv6 family argument is invalid with the IPv4-only show arguments (broadcast, network, netmask, prefix).
* Use asprintf() rather than malloc() and sprintf().David Cantrell2009-05-041-3/+6
| | | | | Use asprintf() for conversion and abort on memory allocation failures.
* Use inet_ntop() and inet_pton()David Cantrell2009-05-041-5/+27
| | | | | The inet_ntoa() and inet_aton() functions are deprecated and limited to AF_INET only.
* Use 'struct in_addr' for IPv4 addresses.David Cantrell2009-05-041-44/+54
| | | | | Change from using uint32_t to struct in_addr for IPv4 addresses. Get rid of the IPBITS and IPBYTES macros.
* Whitespace cleanups for src/ipcalc.cDavid Cantrell2009-05-041-135/+130
| | | | Consistently use 4 spaces for indentation throughout ipcalc.c
* fail if HWADDR specified in ifcfg is not present in the system (#487718)Alan Pevec2009-05-041-0/+3
|
* fix ifdown of vlan iface which is a bridge member (#481557)Alan Pevec2009-05-041-1/+0
|
* add proper return codes for /etc/init.d/network (#481002)Bill Nottingham2009-05-041-1/+7
|
* fixed brigde setup (bug #463014)Harald Hoyer2009-05-041-14/+13
|
* Add an option for consoletype to always return 0. (#453798, ↵Bill Nottingham2009-05-044-5/+13
| | | | | | | <notting@redhat.com>) This allows tcsh -e to work, with lang.sh. It's a hack, but there really isn't a better way to solve it.
* Use the pidfile before running pidof in status(). (#440658)Bill Nottingham2009-05-041-4/+6
| | | | This matches the behavior of killproc.
* Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)Bill Nottingham2009-05-042-3/+7
|
* Remove /.suspended as well on boot (#270861)Harald Hoyer2009-05-041-1/+1
|
* Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>)Bill Nottingham2009-05-042-18/+57
|
* Sending translation for Dutchnippur2009-04-081-72/+47
|
* fixed SUBCHANNEL grep for s390initscripts-8.45.25-1Harald Hoyer2008-11-121-1/+1
|
* version 8.45.24Harald Hoyer2008-11-121-1/+6
|
* fixed SUBCHANNEL grep for s390Harald Hoyer2008-11-121-1/+1
|
* version 8.45.23Harald Hoyer2008-11-121-1/+4
|