aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Fix unescaped macro.Bill Nottingham2010-02-231-1/+1
| |
* | 9.06-1initscripts-9.06-1Bill Nottingham2010-02-191-1/+7
|/
* Update-po and refresh-po.Bill Nottingham2010-02-1969-83117/+118461
|
* Fix reference to upstart jobs.Bill Nottingham2010-02-191-1/+1
|
* Fix mistranslated checks for user input. (#566579)Bill Nottingham2010-02-1910-13/+13
|
* Document DHCLIENTARGS.Bill Nottingham2010-02-161-0/+2
|
* Suppress bogus LVM2 warnings. (#561938, <prajnoha@redhat.com>)Bill Nottingham2010-02-161-0/+2
|
* Move ccw_init and ccw udev rules to s390utils. (#539491)Bill Nottingham2010-02-154-58/+1
|
* Make sure we default to 'ok' if link checking fails.Bill Nottingham2010-02-151-1/+1
|
* 9.05-1initscripts-9.05-1Bill Nottingham2010-02-151-1/+13
|
* Don't use ethtool to check for device w/bonding driver; just check that the ↵Bill Nottingham2010-02-151-1/+1
| | | | | | | passed device exists. If they have a device that already exists but isn't a bond, the later add will fail anyway.
* Don't use ethtool to check link ; operate on the carrier sysfs attribute.Bill Nottingham2010-02-151-20/+1
|
* fix job paths in inittab.upstartPetr Lautrbach2010-02-151-4/+4
|
* Fix various device checks to not misidentify devices.Bill Nottingham2010-02-121-14/+4
| | | | | Also, don't use ifconfig for checking link state on alias devices; /sbin/ip does fine with that.
* Pass -m to runuser, so the environment is not cleared. (#203010, #564093)Bill Nottingham2010-02-111-1/+1
| | | | | There could conceivably be consequences to this, but it matches the behavior of the non-runuser case.