Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2010-02-01 | 1 | -26/+26 |
|\ | |||||
| * | Sending translation for Czech | michich | 2010-01-25 | 1 | -26/+26 |
| | | |||||
* | | Deal with the udev change of the week. | Bill Nottingham | 2010-02-01 | 1 | -2/+2 |
|/ | | | | SYSFS deprecated, ATTR is the new paradigm. (#560756) | ||||
* | 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 |
| | |||||
* | Don't use %dist for tagging.initscripts-9.04-1 | Bill Nottingham | 2010-01-15 | 1 | -1/+1 |
| | |||||
* | 9.04-1 | Bill Nottingham | 2010-01-15 | 1 | -1/+14 |
| | |||||
* | Eliminate bunch of unnecessary stat calls and command invocations. | Ville Skyttä | 2010-01-12 | 14 | -42/+42 |
| | |||||
* | The adsl-* and pppd programs have been in /usr/sbin for ~10 years. | Bill Nottingham | 2010-01-12 | 2 | -3/+3 |
| | | | | Ergo, stop checking if they're in /sbin. | ||||
* | Get rid of uses of deprecated egrep and fgrep. | Ville Skyttä | 2010-01-12 | 5 | -13/+13 |
| | |||||
* | Fix comment to reflect reality. | Bill Nottingham | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | dhclient's got a send-hostname option, use that | Bill Nottingham | 2010-01-11 | 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. | ||||
* | 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. | ||||
* | Fix some bashisms. | Ville Skyttä | 2010-01-07 | 2 | -5/+5 |
| | |||||
* | Simplify various string match constructs. | Ville Skyttä | 2010-01-07 | 4 | -7/+7 |
| | |||||
* | 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 |
| | |||||
* | Honor HOTPLUG in ifdown. (#547737) | Bill Nottingham | 2009-12-15 | 1 | -0/+5 |
| | |||||
* | Silence error. (#516569) | Bill Nottingham | 2009-12-15 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | |||||
| * | clean useless file removes | Petr Lautrbach | 2009-12-04 | 1 | -4/+2 |
| | | |||||
| * | Fix start-ttys for the correct number of ttys, and for X-on-tty1. | Bill Nottingham | 2009-12-03 | 1 | -0/+2 |
| | | |||||
| * | Fix default number of ttys. | Bill Nottingham | 2009-12-03 | 1 | -1/+1 |
| | | |||||
| * | Explicitly tell init to re-exec itself on halt, to avoid a busy filesystem. | Bill Nottingham | 2009-12-03 | 1 | -0/+3 |
| | | |||||
| * | Uppdate the docs in inittab. | Bill Nottingham | 2009-12-03 | 1 | -4/+4 |
| | | |||||
| * | Remove the dirty dirty hack in favor of an 'and' clause. | Bill Nottingham | 2009-12-03 | 1 | -20/+3 |
| | | | | | | | | (This better work now.) | ||||
| * | Actually commit new files. | Bill Nottingham | 2009-12-03 | 3 | -0/+36 |
| | |