Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a disk scan synchronization point with scsi_wait_scan. (#481470) | Bill Nottingham | 2009-04-02 | 1 | -0/+3 |
| | | | | | | We need to wait for scans to finish for mdadm & LVM to work (and heck, even fsck). Note that this won't necessarily fix USB, as it has an asyncrhonous delay even before it starts scanning. | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2009-04-02 | 5 | -1686/+737 |
|\ | |||||
| * | Sending translation for Tamil | ifelix | 2009-04-02 | 1 | -381/+163 |
| | | |||||
| * | Sending translation for Kannada | shanky | 2009-04-02 | 1 | -418/+201 |
| | | |||||
| * | Sending translation for Korean | eukim | 2009-04-02 | 1 | -375/+163 |
| | | |||||
| * | Sending translation for Japanese | khasida | 2009-04-02 | 1 | -382/+168 |
| | | |||||
| * | Sending translation for Portuguese | jdiogo | 2009-04-01 | 1 | -2/+2 |
| | | |||||
| * | Sending translation for Portuguese | jdiogo | 2009-04-01 | 1 | -130/+42 |
| | | |||||
* | | Drop smbfs support - both the kernel module and the userspace helper are ↵ | Bill Nottingham | 2009-04-02 | 1 | -14/+2 |
|/ | | | | long gone. | ||||
* | Sending translation for Gujarati | swkothar | 2009-04-01 | 1 | -364/+156 |
| | |||||
* | Sending translation for Hindi | rajesh | 2009-04-01 | 1 | -360/+154 |
| | |||||
* | Sending translation for Assamese | amitakhya | 2009-04-01 | 1 | -283/+168 |
| | |||||
* | Sending translation for Oriya | mgiri | 2009-04-01 | 1 | -379/+163 |
| | |||||
* | Sending translation for Chinese (Traditional) | tchuang | 2009-04-01 | 1 | -360/+156 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2009-03-31 | 4 | -1621/+913 |
|\ | |||||
| * | Sending translation for Bengali (India) | runab | 2009-03-31 | 1 | -362/+137 |
| | | |||||
| * | Sending translation for Marathi | sandeeps | 2009-03-31 | 1 | -469/+261 |
| | | |||||
| * | Sending translation for Chinese (Simplified) | leahliu | 2009-03-31 | 1 | -355/+153 |
| | | |||||
| * | Sending translation for Hungarian | tomee | 2009-03-28 | 1 | -253/+214 |
| | | |||||
| * | Sending translation for Hungarian | tomee | 2009-03-28 | 1 | -120/+98 |
| | | |||||
| * | Sending translation for Hungarian | tomee | 2009-03-28 | 1 | -64/+52 |
| | | |||||
* | | Revert mdadm changes. | Bill Nottingham | 2009-03-31 | 2 | -3/+3 |
|/ | | | | | This reverts commit 67e59d33e57d4c8feba356320bead2451cbb921b. This reverts commit fcc54b6f014c63b64e37b0d63d871f344385da84. | ||||
* | Honor LC_CTYPE (#487133, <skasal@redhat.com>) | Bill Nottingham | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2009-03-24 | 3 | -1663/+286 |
|\ | |||||
| * | Updated fuzzy and untranslated strings Dutch Translation | Richard van der Luit | 2009-03-24 | 1 | -1123/+135 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
| * | Sending translation for Finnish | vpv | 2009-03-24 | 1 | -163/+101 |
| | | |||||
| * | Sending translation for Icelandic | sveinki | 2009-03-23 | 1 | -377/+50 |
| | | |||||
* | | Do a generic fallback based on provides of 'service(graphical-login)' ↵ | Bill Nottingham | 2009-03-24 | 1 | -5/+9 |
|/ | | | | | | (#485751, essentially.) This removes hardcoded fallbacks. | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2009-03-23 | 2 | -118/+76 |
|\ | |||||
| * | Sending translation for Catalan | xconde | 2009-03-22 | 1 | -75/+47 |
| | | |||||
| * | Updated Dutch translation. | Peter van Egdom | 2009-03-20 | 1 | -43/+29 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | | Handle multiple IP addresses without choking in the stateless code. (#443945) | Bill Nottingham | 2009-03-23 | 1 | -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 Nottingham | 2009-03-20 | 1 | -1/+3 |
| | | | | <vladis.kletnieks@vt.edu>) | ||||
* | Add another setting of quit_arg to catch empty /etc/sysconfig/desktop. (#480113) | Bill Nottingham | 2009-03-20 | 1 | -0/+2 |
| | |||||
* | Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>) | Bill Nottingham | 2009-03-20 | 2 | -18/+57 |
| | |||||
* | Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>) | Bill Nottingham | 2009-03-20 | 2 | -3/+7 |
| | |||||
* | Don't exit out on IPv4 address-free interfaces; just follow the normal exit ↵ | Bill Nottingham | 2009-03-20 | 1 | -4/+2 |
| | | | | | | path. (#486507) For example, this allows DHCPv6 to run. | ||||
* | Don't background logger, to avoid spurious SIGCHLD deliveries to execed ↵ | Bill Nottingham | 2009-03-20 | 1 | -2/+2 |
| | | | | pppd. (#448881) | ||||
* | Add support for creating TUN/TAP devices on the fly (#453973, <scott@zahna.com>) | Bill Nottingham | 2009-03-19 | 3 | -0/+19 |
| | |||||
* | Expand get_hostname() function to support IPv4 and IPv6. | David Cantrell | 2009-03-19 | 1 | -7/+29 |
| | | | | | Make sure that get_hostname() if the user specifies either address family. | ||||
* | Remove unnecessary tab. | David Cantrell | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | Correct address family option handling in ipcalc. | David Cantrell | 2009-03-19 | 1 | -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 Cantrell | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | Man page updates for ipcalc(1) | David Cantrell | 2009-03-19 | 2 | -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 Cantrell | 2009-03-19 | 1 | -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 Cantrell | 2009-03-19 | 1 | -3/+6 |
| | | | | | Use asprintf() for conversion and abort on memory allocation failures. | ||||
* | Use inet_ntop() and inet_pton() | David Cantrell | 2009-03-19 | 1 | -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 Cantrell | 2009-03-19 | 1 | -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.c | David Cantrell | 2009-03-19 | 1 | -135/+130 |
| | | | | Consistently use 4 spaces for indentation throughout ipcalc.c | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2009-03-19 | 1 | -1058/+1174 |
|\ |