commit d31d3856a58d48595d7fc9bd31448245d81e6762 Author: Bill Nottingham Date: Mon Feb 15 12:23:31 2010 -0500 9.05-1 commit 883a0608094c3bda0b5e0be8791bb388aa1f2d20 Author: Bill Nottingham Date: Mon Feb 15 12:16:39 2010 -0500 Don't use ethtool to check for device w/bonding driver; just check that the passed device exists. If they have a device that already exists but isn't a bond, the later add will fail anyway. commit a21eb994804e40f920d0e83afd2a4ec9b8c60c33 Author: Bill Nottingham Date: Mon Feb 15 12:13:27 2010 -0500 Don't use ethtool to check link ; operate on the carrier sysfs attribute. commit 7c3320462b065fa1b405e9d64bab66511bbcb0d7 Author: Petr Lautrbach Date: Mon Feb 15 15:14:08 2010 +0100 fix job paths in inittab.upstart commit fd6c8abcfab9a555ab2805850c091a94cfc82a72 Author: Bill Nottingham Date: Fri Feb 12 17:09:22 2010 -0500 Fix various device checks to not misidentify devices. Also, don't use ifconfig for checking link state on alias devices; /sbin/ip does fine with that. commit 89183909b2965e6bc2991b2512161414d2028be8 Author: Bill Nottingham Date: Thu Feb 11 15:48:09 2010 -0500 Pass -m to runuser, so the environment is not cleared. (#203010, #564093) There could conceivably be consequences to this, but it matches the behavior of the non-runuser case. commit 3ab1d8b5f5582b3c48af5bbd092496ea6bf5e0ce Merge: 24c1039 08b2e57 Author: Bill Nottingham Date: Mon Feb 1 16:26:10 2010 -0500 Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts commit 24c103954adbc8339ca79e8646fb42c5d8ec4259 Author: Bill Nottingham Date: Mon Feb 1 16:25:11 2010 -0500 Deal with the udev change of the week. SYSFS deprecated, ATTR is the new paradigm. (#560756) commit 08b2e57602be1a635481b896827b8ca9ed1f1e97 Author: michich Date: Mon Jan 25 17:59:26 2010 +0000 Sending translation for Czech commit a67b4dad9548082cbc79536c46281d390d99faf6 Author: Ville Skyttä Date: Sun Jan 24 22:16:26 2010 +0200 Don't quote regex argument to bash's =~. commit d9d2e42410e211e180a5ebbb968a1df32077f457 Author: Bill Nottingham Date: Fri Jan 22 15:36:22 2010 -0500 If HWADDR is set and DEVICE is not, use HWADDR to determine DEVICE. (#545597) commit 792e7d658c899db7356afd6ebc532458dfb9da4b Author: Bill Nottingham Date: Fri Jan 22 11:54:24 2010 -0500 Don't HUP init when messagebus starts (#557791) It drops the event queue, breaking other events. We need to find a better way to do this. commit efccfcbc5dc39ef1944ef5d2e3739909831f353b Author: Bill Nottingham Date: Wed Jan 20 11:19:05 2010 -0500 Use the proper UNIMAP argument rather than SYSFONTACM when calling /bin/unicode_start. (#557089) commit ee20f9d85bb56b88306ac6da5471bc3a2291d2cc Author: Bill Nottingham Date: Tue Jan 19 15:00:13 2010 -0500 Don't leave the link down on link check for DHCP (#462013, #491009)