Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | fixed serial console handling | Petr Lautrbach | 2009-12-03 | 1 | -2/+3 |
| | | |||||
| * | fixed usage of initctl emit in /etc/rc | Petr Lautrbach | 2009-12-03 | 1 | -4/+4 |
| | | |||||
| * | Coalesce the multiple rcX and ttyX jobs into single files. | Bill Nottingham | 2009-12-03 | 22 | -291/+23 |
| | | | | | | | | | | | | Adjust other jobs accordingly. Use a configuration parameter for what ttys to start. | ||||
| * | Move to new upstart job location and file extension. | Bill Nottingham | 2009-12-03 | 25 | -14/+14 |
| | | |||||
| * | Remove event we never meant to ship. | Bill Nottingham | 2009-12-02 | 1 | -18/+0 |
| | | |||||
* | | Remove more initlog references. | Bill Nottingham | 2009-12-04 | 1 | -4/+0 |
| | | |||||
* | | Remove very obsolete doexec. | Bill Nottingham | 2009-12-04 | 5 | -41/+1 |
| | | | | | | | | It was only ever used in the slip code, which has been removed. | ||||
* | | Remove minilogd code as well. | Bill Nottingham | 2009-12-04 | 2 | -195/+0 |
| | | |||||
* | | Remove initlog code as well. | Bill Nottingham | 2009-12-04 | 6 | -922/+0 |
| | | |||||
* | | Remove event we never meant to ship. | Bill Nottingham | 2009-11-25 | 1 | -18/+0 |
| | | |||||
* | | Handle yet another random return string from dmraid. | Bill Nottingham | 2009-11-25 | 1 | -1/+1 |
|/ | |||||
* | Old-style RTC devices won't have the 'hctosys' attribute. Handle them ↵ | Bill Nottingham | 2009-11-17 | 1 | -2/+1 |
| | | | | correctly. (#537595) | ||||
* | Keep error codes limited to '1'. (#537841) | Bill Nottingham | 2009-11-17 | 1 | -3/+3 |
| |