Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | Fix unescaped macro. | Bill Nottingham | 2010-02-23 | 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 | |
| | ||||||
* | 9.03.4-1initscripts-9.03.4-1 | Bill Nottingham | 2010-02-15 | 1 | -1/+5 | |
| | ||||||
* | Move ccw_init and ccw udev rules to s390utils. (#539491) | Bill Nottingham | 2010-02-15 | 4 | -58/+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. | |||||
* | 9.03.3-1initscripts-9.03.3-1 | Bill Nottingham | 2010-02-11 | 1 | -1/+9 | |
| | ||||||
* | Deal with the udev change of the week. | Bill Nottingham | 2010-02-11 | 1 | -2/+2 | |
| | | | | SYSFS deprecated, ATTR is the new paradigm. (#560756) | |||||
* | 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. | |||||
* | Don't quote regex argument to bash's =~. | Ville Skyttä | 2010-01-25 | 1 | -1/+1 | |
| | ||||||
* | If HWADDR is set and DEVICE is not, use HWADDR to determine DEVICE. (#545597) | Bill Nottingham | 2010-01-22 | 1 | -6/+7 | |
| | ||||||
* | Don't HUP init when messagebus starts (#557791) | Bill Nottingham | 2010-01-22 | 1 | -4/+0 | |
| | | | | | It drops the event queue, breaking other events. We need to find a better way to do this. | |||||
* | Use the proper UNIMAP argument rather than SYSFONTACM when calling ↵ | Bill Nottingham | 2010-01-20 | 1 | -1/+1 | |
| | | | | /bin/unicode_start. (#557089) | |||||
* | Don't leave the link down on link check for DHCP (#462013, #491009) | Bill Nottingham | 2010-01-19 | 1 | -1/+0 | |
| | ||||||
* | 9.03.2-1initscripts-9.03.2-1 | Bill Nottingham | 2010-01-15 | 1 | -1/+13 | |
| | ||||||
* | dhclient's got a send-hostname option, use that | Bill Nottingham | 2010-01-15 | 1 | -18/+2 | |
| | | | | | It certainly makes more sense than relying on the writing of temporary config files in /etc. Use the same mechanism for IPv6 as well. | |||||
* | The adsl-* and pppd programs have been in /usr/sbin for ~10 years. | Bill Nottingham | 2010-01-15 | 2 | -3/+3 | |
| | | | | Ergo, stop checking if they're in /sbin. | |||||
* | Don't use %dist for tagging. | Bill Nottingham | 2010-01-15 | 1 | -1/+1 | |
| | ||||||
* | Move mdadm after dmraid. (#494821) | Bill Nottingham | 2010-01-11 | 1 | -3/+3 | |
| | ||||||
* | Fix indenting/whitespace | Bill Nottingham | 2010-01-11 | 1 | -25/+25 | |
| | ||||||
* | Conflict with non-dhcpv6 dhclient packages. | Bill Nottingham | 2010-01-08 | 1 | -1/+1 | |
| | ||||||
* | Run '/sbin/dhclient -6' instead of /sbin/dhcp6c (#553017, ↵ | Bill Nottingham | 2010-01-08 | 3 | -17/+13 | |
| | | | | | | | | <dcantrell@redhat.com>) The ISC software is now used for DHCPv6 support, so run dhclient in DHCPv6 mode instead of the older /sbin/dhcp6c program. Still honor the same configuration variables. | |||||
* | Add dist tag, per request. | Bill Nottingham | 2010-01-07 | 1 | -1/+1 | |
| | | | | | | This probably means that conflicts/requires needs a bit more careful tracking to prevent running initscripts versions on releases where it won't actually work. | |||||
* | Add more man pages (#529328, <plautrba@redhat.com>) | Bill Nottingham | 2010-01-07 | 3 | -0/+39 | |
| | ||||||
* | We don't echo when we *set* forwarding; there's no reason to echo when we ↵ | Bill Nottingham | 2010-01-06 | 1 | -7/+1 | |
| | | | | disable it either. (#552653) | |||||
* | ip_always_defrag was removed in the *2.4* kernel. | Bill Nottingham | 2010-01-06 | 2 | -11/+0 | |
| | | | | I think we can safely remove this code. | |||||
* | Move is_wireless after MACADDR/MTU setting, as it brings the link up. | Bill Nottingham | 2010-01-05 | 1 | -2/+3 | |
| | ||||||
* | License cleanup. | Bill Nottingham | 2010-01-05 | 14 | -12/+46 | |
| | ||||||
* | Remove kmodule. | Bill Nottingham | 2010-01-05 | 1 | -3/+0 | |
| | ||||||
* | Remove backup files on 'make clean'. | Bill Nottingham | 2010-01-05 | 2 | -171/+1 | |
| | ||||||
* | Respawn correctly. (#552324, <zing@fastmail.fm>) | Bill Nottingham | 2010-01-05 | 1 | -5/+1 | |
| | ||||||
* | Use sysfs rather than iwconfig for wireless check | Adel Gadllah | 2010-01-04 | 1 | -3/+1 | |
| | ||||||
* | reload-init.conf: reload init on started messagebus | Petr Lautrbach | 2010-01-04 | 1 | -0/+4 | |
| | ||||||
* | Fix file list. Oops.initscripts-9.03.1-1 | Bill Nottingham | 2009-12-15 | 1 | -3/+0 | |
| | ||||||
* | 9.03.1-1 | Bill Nottingham | 2009-12-15 | 1 | -1/+8 | |
| | ||||||
* | Honor HOTPLUG in ifdown. (#547737) | Bill Nottingham | 2009-12-15 | 1 | -0/+5 | |
| | ||||||
* | Re-enable network on this branch. | Bill Nottingham | 2009-12-15 | 1 | -1/+1 | |
| | ||||||
* | Silence error. (#516569) | Bill Nottingham | 2009-12-15 | 1 | -1/+1 | |
| | ||||||
* | Remove CIPE, IPSEC specific interface support. | Bill Nottingham | 2009-12-10 | 2 | -26/+2 | |
| | ||||||
* | Delete IPX support. | Bill Nottingham | 2009-12-10 | 4 | -76/+0 | |
| | ||||||
* | Drop IPSEC ifcfg support, in favor of openswan. | Bill Nottingham | 2009-12-10 | 3 | -414/+0 | |
| | ||||||
* | 9.03initscripts-9.03-1 | Bill Nottingham | 2009-12-09 | 1 | -1/+13 | |
| | ||||||
* | Merge branch 'upstart-0.6.0-branch' | Bill Nottingham | 2009-12-09 | 36 | -351/+104 | |
|\ | ||||||
| * | Especially now that the numbers of ttys to start is configurable, jobs are ↵upstart-0.6.0-branch | Bill Nottingham | 2009-12-04 | 1 | -1/+1 | |
| | | | | | | | | *not* config files. | |||||
| * | Fix path reference. | Bill Nottingham | 2009-12-04 | 1 | -1/+1 | |
| | | ||||||
| * | With the change to a single 'rc' script, use a sysv link for the single user ↵ | Bill Nottingham | 2009-12-04 | 1 | -2/+0 | |
| | | | | | | | | shell again. | |||||
| * | Update for new job location. | Bill Nottingham | 2009-12-04 | 1 | -1/+1 | |
| | |