aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixed SUBCHANNEL grep for s390Harald Hoyer2008-11-121-1/+1
|
* changelog updateinitscripts-8.45.22-1Harald Hoyer2008-11-101-0/+10
|
* initscripts-8.45.22Harald Hoyer2008-11-102-1/+72
|
* fixed bug #459044Harald Hoyer2008-11-101-1/+1
| | | | refined the grep statement
* blkid has a -l option to pick a single device. Use it. (#470027)Bill Nottingham2008-11-101-5/+5
| | | | | | Notably, it prioritizes RAID/DM/LVM, etc. over the underlying block devices. Given that initial RAID0 members share a UUID with the RAID device itself, we need that.
* Don't mkswap on halt (#469823)Bill Nottingham2008-11-101-2/+0
| | | | | Doing so blows away any label or UUID on the partition, which makes specifying encrypted swap by label or UUID fail miserably.
* fixed bonding arp_ip_target handling (#467954) (Darcy Sherwood ↵Harald Hoyer2008-11-101-1/+1
| | | | (darcy.sherwood@gmail.com))
* Mount encrypted logical volumes during boot (#466115, Bill Nottingham)Harald Hoyer2008-11-102-1/+12
|
* Updated Polish translationPiotr Drąg2008-10-301-75/+53
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Remove .cvsignore.Bill Nottingham2008-10-031-1/+0
| | | | ... as it doesn't serve much purpose in git.
* release initscripts-8.45.20Harald Hoyer2008-09-161-8609/+32986
|
* ignore %{?dist} in releaseinitscripts-8.45.20-1Harald Hoyer2008-09-161-1/+1
|
* add %{?dist} to releaseHarald Hoyer2008-09-161-4/+13
| | | | | | changed URL refined License tag add changelog
* only create ChangLog from current branchHarald Hoyer2008-09-161-1/+1
|