aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Sending translation for Chinese (Simplified)leahliu2009-03-311-355/+153
| |
| * Sending translation for Hungariantomee2009-03-281-253/+214
| |
| * Sending translation for Hungariantomee2009-03-281-120/+98
| |
| * Sending translation for Hungariantomee2009-03-281-64/+52
| |
* | Revert mdadm changes.Bill Nottingham2009-03-312-3/+3
|/ | | | | This reverts commit 67e59d33e57d4c8feba356320bead2451cbb921b. This reverts commit fcc54b6f014c63b64e37b0d63d871f344385da84.
* Honor LC_CTYPE (#487133, <skasal@redhat.com>)Bill Nottingham2009-03-241-1/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2009-03-243-1663/+286
|\
| * Updated fuzzy and untranslated strings Dutch TranslationRichard van der Luit2009-03-241-1123/+135
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Sending translation for Finnishvpv2009-03-241-163/+101
| |
| * Sending translation for Icelandicsveinki2009-03-231-377/+50
| |
* | Do a generic fallback based on provides of 'service(graphical-login)' ↵Bill Nottingham2009-03-241-5/+9
|/ | | | | | (#485751, essentially.) This removes hardcoded fallbacks.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2009-03-232-118/+76
|\
| * Sending translation for Catalanxconde2009-03-221-75/+47
| |
| * Updated Dutch translation.Peter van Egdom2009-03-201-43/+29
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | Handle multiple IP addresses without choking in the stateless code. (#443945)Bill Nottingham2009-03-231-2/+3
|/ | | | | If you have multiple addresses that resolve to different things, it will still be unpredictable. In which case... set your hostname yourself.
* Catch the right return code from asking for the password. (#483269, ↵Bill Nottingham2009-03-201-1/+3
| | | | <vladis.kletnieks@vt.edu>)
* Add another setting of quit_arg to catch empty /etc/sysconfig/desktop. (#480113)Bill Nottingham2009-03-201-0/+2
|
* Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>)Bill Nottingham2009-03-202-18/+57
|
* Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>)Bill Nottingham2009-03-202-3/+7
|
* Don't exit out on IPv4 address-free interfaces; just follow the normal exit ↵Bill Nottingham2009-03-201-4/+2
| | | | | | path. (#486507) For example, this allows DHCPv6 to run.
* Don't background logger, to avoid spurious SIGCHLD deliveries to execed ↵Bill Nottingham2009-03-201-2/+2
| | | | pppd. (#448881)
* Add support for creating TUN/TAP devices on the fly (#453973, <scott@zahna.com>)Bill Nottingham2009-03-193-0/+19
|
* Expand get_hostname() function to support IPv4 and IPv6.David Cantrell2009-03-191-7/+29
| | | | | Make sure that get_hostname() if the user specifies either address family.
* Remove unnecessary tab.David Cantrell2009-03-191-1/+1
|
* Correct address family option handling in ipcalc.David Cantrell2009-03-191-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 Cantrell2009-03-191-1/+1
|
* Man page updates for ipcalc(1)David Cantrell2009-03-192-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.David Cantrell2009-03-191-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-03-191-3/+6
| | | | | Use asprintf() for conversion and abort on memory allocation failures.
* Use inet_ntop() and inet_pton()David Cantrell2009-03-191-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-03-191-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-03-191-135/+130
| | | | Consistently use 4 spaces for indentation throughout ipcalc.c
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2009-03-191-1058/+1174
|\
| * Updated Italian translationSilvio Pierro2009-03-181-1058/+1174
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* | Conflict with older plymouth.Bill Nottingham2009-03-191-0/+1
| |
* | Stop plymouth when starting single-user mode. (#491062)Bill Nottingham2009-03-191-0/+1
| |
* | Add plymouth shutdown script (#473237)Bill Nottingham2009-03-191-0/+24
| |
* | Conflict with older mdadm.Bill Nottingham2009-03-181-1/+1
|/
* Fix raid auto-assembly (with corresponding mdadm changes). (#488038)Bill Nottingham2009-03-181-2/+2
|
* Add an option for consoletype to always return 0.Bill Nottingham2009-03-174-5/+10
| | | | | This allows tcsh -e to work, with lang.sh. It's a hack, but there really isn't a better way to solve it.
* Remove arp_ip_target on ifdown for bonding devices. (#483711)Bill Nottingham2009-03-171-1/+3
|
* Add vlan support for s390 HSI interfaces. (#490584)Bill Nottingham2009-03-171-1/+1
|
* Remove ifup-sl, ifdown-sl from file list.initscripts-8.91-1Bill Nottingham2009-03-161-2/+0
|
* 8.91-1Bill Nottingham2009-03-161-1/+9
|
* Handle full paths in need_config/source_config by normalizing them (#483257)Bill Nottingham2009-03-161-2/+3
| | | | | | This broke when we fixed the source commands for bash 4. It's not as having configurations outside of /etc/sysconfig/network-scripts was supported, so just normalize any full path passed in to look there.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2009-03-167-4022/+2886
|\
| * updated Spanish translationDomingo Becker2009-03-161-1707/+1129
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Updated Polish translationPiotr Drąg2009-03-151-338/+155
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Updated catalan poXavier Conde2009-03-151-99/+63
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)
| * Updated Serbian Latin translationMilos Komarcevic2009-03-151-318/+132
| | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org)