Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 9.07-1initscripts-9.07-1 | Bill Nottingham | 2010-03-03 | 1 | -1/+7 |
| | |||||
* | Merge branch 'nm-integration' | Bill Nottingham | 2010-03-03 | 5 | -6/+54 |
|\ | |||||
| * | Conflict with older NetworkManager; the support for it here requires recent ↵ | Bill Nottingham | 2010-03-01 | 1 | -0/+1 |
| | | | | | | | | versions. | ||||
| * | Only use UUID to bring connections up/down; ensure we have a UUID by asking ↵ | Bill Nottingham | 2010-03-01 | 2 | -9/+9 |
| | | | | | | | | NM for it. | ||||
| * | Quote 'name' when passing to get_config_by_name. | Bill Nottingham | 2010-03-01 | 1 | -1/+1 |
| | | |||||
| * | Quote need_config; needed when identifying configuration by NM's 'name'. | Bill Nottingham | 2010-03-01 | 3 | -3/+3 |
| | | |||||
| * | Fix is_nm_active | Bill Nottingham | 2010-03-01 | 1 | -1/+1 |
| | | | | | | | | Some versions of nmcli have trailing whitespace. | ||||
| * | When bringing devices down, disconnect the device, don't down the connection. | Bill Nottingham | 2010-03-01 | 2 | -6/+7 |
| | | |||||
| * | Remove quotes from uuid. | Bill Nottingham | 2010-03-01 | 1 | -1/+1 |
| | | |||||
| * | Use NM if it's running and we have a configuration for the device. | Bill Nottingham | 2010-03-01 | 3 | -0/+22 |
| | | |||||
| * | Add a function that determines the status of NetworkManager; use it. | Bill Nottingham | 2010-03-01 | 1 | -0/+6 |
| | | |||||
| * | Add get_config_by_name, use it. | Bill Nottingham | 2010-03-01 | 1 | -0/+12 |
| | | |||||
| * | Add get_config_by_device, adjust caller. | Bill Nottingham | 2010-03-01 | 1 | -3/+9 |
| | | |||||
* | | Sending translation for Brazilian Portuguese | jorgelopes | 2010-03-02 | 1 | -5929/+6149 |
| | | |||||
* | | Clean up more requirements. | Bill Nottingham | 2010-03-02 | 1 | -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/initscripts | Bill Nottingham | 2010-03-02 | 2 | -1025/+646 |
|\ \ | |||||
| * | | Sending translation for German | fab | 2010-03-02 | 1 | -35/+18 |
| | | | |||||
| * | | Sending translation for British English | bruce89 | 2010-02-28 | 1 | -990/+628 |
| |/ | |||||
* | | Clean up some of the requirements. | Bill Nottingham | 2010-03-02 | 1 | -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 Nottingham | 2010-02-26 | 2 | -1/+2 |
| | |||||
* | Check dmraid's return code, to catch 'no raid sets' error. (#568790) | Bill Nottingham | 2010-02-26 | 1 | -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/initscripts | Bill Nottingham | 2010-02-26 | 10 | -7118/+5791 |
|\ | |||||
| * | Sending translation for German | fab | 2010-02-23 | 1 | -1154/+1342 |
| | | |||||
| * | Sending translation for Russian | igorbounov | 2010-02-22 | 1 | -1202/+1393 |
| | | |||||
| * | Sending translation for Finnish | vpv | 2010-02-22 | 1 | -218/+127 |
| | | |||||
| * | Sending translation for Czech | milankerslager | 2010-02-22 | 1 | -1278/+714 |
| | | |||||
| * | Sending translation for Spanish | logan | 2010-02-22 | 1 | -1806/+1389 |
| | | |||||
| * | Sending translation for Russian | andzaytsev | 2010-02-22 | 1 | -4/+5 |
| | | |||||
| * | Sending translation for Danish | kristho | 2010-02-21 | 1 | -14/+14 |
| | | |||||
| * | Sending translation for Danish | kristho | 2010-02-21 | 1 | -229/+132 |
| | | |||||
| * | Sending translation for Serbian (Latin) | kmilos | 2010-02-20 | 1 | -230/+132 |
| | | |||||
| * | Sending translation for Serbian | kmilos | 2010-02-20 | 1 | -230/+132 |
| | | |||||
| * | Sending translation for Polish | raven | 2010-02-20 | 1 | -512/+269 |
| | | |||||
| * | Sending translation for Dutch | warrink | 2010-02-20 | 1 | -259/+160 |
| | | |||||
* | | Version hotplug obsolete. | Bill Nottingham | 2010-02-23 | 1 | -1/+1 |
| | | |||||
* | | Fix unescaped macro. | Bill Nottingham | 2010-02-23 | 1 | -1/+1 |
| | | |||||
* | | 9.06-1initscripts-9.06-1 | Bill Nottingham | 2010-02-19 | 1 | -1/+7 |
|/ | |||||
* | Update-po and refresh-po. | Bill Nottingham | 2010-02-19 | 69 | -83117/+118461 |
| | |||||
* | Fix reference to upstart jobs. | Bill Nottingham | 2010-02-19 | 1 | -1/+1 |
| | |||||
* | Fix mistranslated checks for user input. (#566579) | Bill Nottingham | 2010-02-19 | 10 | -13/+13 |
| | |||||
* | Document DHCLIENTARGS. | Bill Nottingham | 2010-02-16 | 1 | -0/+2 |
| | |||||
* | Suppress bogus LVM2 warnings. (#561938, <prajnoha@redhat.com>) | Bill Nottingham | 2010-02-16 | 1 | -0/+2 |
| | |||||
* | Move ccw_init and ccw udev rules to s390utils. (#539491) | Bill Nottingham | 2010-02-15 | 4 | -58/+1 |
| | |||||
* | Make sure we default to 'ok' if link checking fails. | Bill Nottingham | 2010-02-15 | 1 | -1/+1 |
| | |||||
* | 9.05-1initscripts-9.05-1 | Bill Nottingham | 2010-02-15 | 1 | -1/+13 |
| | |||||
* | Don't use ethtool to check for device w/bonding driver; just check that the ↵ | Bill Nottingham | 2010-02-15 | 1 | -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 Nottingham | 2010-02-15 | 1 | -20/+1 |
| | |||||
* | fix job paths in inittab.upstart | Petr Lautrbach | 2010-02-15 | 1 | -4/+4 |
| | |||||
* | Fix various device checks to not misidentify devices. | Bill Nottingham | 2010-02-12 | 1 | -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 Nottingham | 2010-02-11 | 1 | -1/+1 |
| | | | | | There could conceivably be consequences to this, but it matches the behavior of the non-runuser case. |