aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* l10n: Updates to Ukrainian (uk) translationmvdz2010-03-211-237/+134
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to German (de) translationttrinks2010-03-171-220/+48
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Portuguese (pt) translationruigo2010-03-161-188/+449
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Norwegian Bokmål (nb) translationkmaraas2010-03-151-429/+139
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Portuguese (pt) translationsergiomesquita2010-03-151-36/+18
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Portuguese (pt) translationsergiomesquita2010-03-151-1278/+1306
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Swedish (sv) translationgoeran2010-03-131-420/+118
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to German (de) translationjensm2010-03-131-10/+57
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* l10n: Updates to Japanese (ja) translationnoriko2010-03-121-349/+40
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* Add more changelog.initscripts-9.08-1Bill Nottingham2010-03-081-0/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2010-03-081-262/+152
|\
| * Sending translation for Frenchmrtom2010-03-061-262/+152
| |
* | 9.08-1Bill Nottingham2010-03-081-1/+6
|/
* Redirect error messages to /dev/null to catch if nmcli is not installed. ↵Bill Nottingham2010-03-051-2/+2
| | | | (#570828, <zing@fastmail.fm>)
* Pull device from NetworkManager, if possible.Bill Nottingham2010-03-041-3/+8
| | | | Requires a fairly recent nmcli.
* 9.07-1initscripts-9.07-1Bill Nottingham2010-03-031-1/+7
|
* Merge branch 'nm-integration'Bill Nottingham2010-03-035-6/+54
|\
| * Conflict with older NetworkManager; the support for it here requires recent ↵Bill Nottingham2010-03-011-0/+1
| | | | | | | | versions.
| * Only use UUID to bring connections up/down; ensure we have a UUID by asking ↵Bill Nottingham2010-03-012-9/+9
| | | | | | | | NM for it.
| * Quote 'name' when passing to get_config_by_name.Bill Nottingham2010-03-011-1/+1
| |
| * Quote need_config; needed when identifying configuration by NM's 'name'.Bill Nottingham2010-03-013-3/+3
| |
| * Fix is_nm_activeBill Nottingham2010-03-011-1/+1
| | | | | | | | Some versions of nmcli have trailing whitespace.
| * When bringing devices down, disconnect the device, don't down the connection.Bill Nottingham2010-03-012-6/+7
| |
| * Remove quotes from uuid.Bill Nottingham2010-03-011-1/+1
| |
| * Use NM if it's running and we have a configuration for the device.Bill Nottingham2010-03-013-0/+22
| |
| * Add a function that determines the status of NetworkManager; use it.Bill Nottingham2010-03-011-0/+6
| |
| * Add get_config_by_name, use it.Bill Nottingham2010-03-011-0/+12
| |
| * Add get_config_by_device, adjust caller.Bill Nottingham2010-03-011-3/+9
| |
* | Sending translation for Brazilian Portuguesejorgelopes2010-03-021-5929/+6149
| |
* | Clean up more requirements.Bill Nottingham2010-03-021-2/+2
| | | | | | | | | | | | If we require udev, we don't need to require dev. We no longer use ethtool for link negotiation; those that need ethtool_opts should be able to install it.
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2010-03-022-1025/+646
|\ \
| * | Sending translation for Germanfab2010-03-021-35/+18
| | |
| * | Sending translation for British Englishbruce892010-02-281-990/+628
| |/
* | Clean up some of the requirements.Bill Nottingham2010-03-021-4/+4
|/ | | | | | | - syslog (this isn't *required*, as the system boots without it) - mount (as it's provided by util-linux-ng) - popt (runtime library, should never have been listed) - e2fsprogs (anaconda will install the proper FS utilities for the root filesystem)
* The current rawhide dmraid has proper error codes.Bill Nottingham2010-02-262-1/+2
|
* Check dmraid's return code, to catch 'no raid sets' error. (#568790)Bill Nottingham2010-02-261-1/+1
| | | | | | In future dmraid versions, all the errors ('no raid disks', etc.) will return proper error codes, so we can dispense with the string checks as well.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2010-02-2610-7118/+5791
|\
| * Sending translation for Germanfab2010-02-231-1154/+1342
| |
| * Sending translation for Russianigorbounov2010-02-221-1202/+1393
| |
| * Sending translation for Finnishvpv2010-02-221-218/+127
| |
| * Sending translation for Czechmilankerslager2010-02-221-1278/+714
| |
| * Sending translation for Spanishlogan2010-02-221-1806/+1389
| |
| * Sending translation for Russianandzaytsev2010-02-221-4/+5
| |
| * Sending translation for Danishkristho2010-02-211-14/+14
| |
| * Sending translation for Danishkristho2010-02-211-229/+132
| |
| * Sending translation for Serbian (Latin)kmilos2010-02-201-230/+132
| |
| * Sending translation for Serbiankmilos2010-02-201-230/+132
| |
| * Sending translation for Polishraven2010-02-201-512/+269
| |
| * Sending translation for Dutchwarrink2010-02-201-259/+160
| |
* | Version hotplug obsolete.Bill Nottingham2010-02-231-1/+1
| |