aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment to reflect reality.Bill Nottingham2010-01-111-1/+1
|
* dhclient's got a send-hostname option, use thatBill Nottingham2010-01-111-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 Nottingham2010-01-111-3/+3
|
* Fix indenting/whitespace.Bill Nottingham2010-01-111-25/+25
|
* Conflict with non-dhcpv6 dhclient packages.Bill Nottingham2010-01-081-1/+1
|
* Run '/sbin/dhclient -6' instead of /sbin/dhcp6c (#553017, ↵Bill Nottingham2010-01-083-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-072-5/+5
|
* Simplify various string match constructs.Ville Skyttä2010-01-074-7/+7
|
* Add dist tag, per request.Bill Nottingham2010-01-071-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 Nottingham2010-01-073-0/+39
|
* We don't echo when we *set* forwarding; there's no reason to echo when we ↵Bill Nottingham2010-01-061-7/+1
| | | | disable it either. (#552653)
* ip_always_defrag was removed in the *2.4* kernel.Bill Nottingham2010-01-062-11/+0
| | | | I think we can safely remove this code.
* Move is_wireless after MACADDR/MTU setting, as it brings the link up.Bill Nottingham2010-01-051-2/+3
|
* License cleanup.Bill Nottingham2010-01-0514-12/+46
|
* Remove kmodule.Bill Nottingham2010-01-051-3/+0
|
* Remove backup files on 'make clean'.Bill Nottingham2010-01-052-171/+1
|
* Respawn correctly. (#552324, <zing@fastmail.fm>)Bill Nottingham2010-01-051-5/+1
|
* Use sysfs rather than iwconfig for wireless checkAdel Gadllah2010-01-041-3/+1
|
* reload-init.conf: reload init on started messagebusPetr Lautrbach2010-01-041-0/+4
|
* Honor HOTPLUG in ifdown. (#547737)Bill Nottingham2009-12-151-0/+5
|
* Silence error. (#516569)Bill Nottingham2009-12-151-1/+1
|
* 9.03initscripts-9.03-1Bill Nottingham2009-12-091-1/+13
|
* Merge branch 'upstart-0.6.0-branch'Bill Nottingham2009-12-0936-351/+104
|\
| * Especially now that the numbers of ttys to start is configurable, jobs are ↵upstart-0.6.0-branchBill Nottingham2009-12-041-1/+1
| | | | | | | | *not* config files.
| * Fix path reference.Bill Nottingham2009-12-041-1/+1
| |
| * With the change to a single 'rc' script, use a sysv link for the single user ↵Bill Nottingham2009-12-041-2/+0
| | | | | | | | shell again.
| * Update for new job location.Bill Nottingham2009-12-041-1/+1
| |
| * clean useless file removesPetr Lautrbach2009-12-041-4/+2
| |
| * Fix start-ttys for the correct number of ttys, and for X-on-tty1.Bill Nottingham2009-12-031-0/+2
| |
| * Fix default number of ttys.Bill Nottingham2009-12-031-1/+1
| |
| * Explicitly tell init to re-exec itself on halt, to avoid a busy filesystem.Bill Nottingham2009-12-031-0/+3
| |
| * Uppdate the docs in inittab.Bill Nottingham2009-12-031-4/+4
| |
| * Remove the dirty dirty hack in favor of an 'and' clause.Bill Nottingham2009-12-031-20/+3
| | | | | | | | (This better work now.)
| * Actually commit new files.Bill Nottingham2009-12-033-0/+36
| |
| * fixed serial console handlingPetr Lautrbach2009-12-031-2/+3
| |
| * fixed usage of initctl emit in /etc/rcPetr Lautrbach2009-12-031-4/+4
| |
| * Coalesce the multiple rcX and ttyX jobs into single files.Bill Nottingham2009-12-0322-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 Nottingham2009-12-0325-14/+14
| |
| * Remove event we never meant to ship.Bill Nottingham2009-12-021-18/+0
| |
* | Remove more initlog references.Bill Nottingham2009-12-041-4/+0
| |
* | Remove very obsolete doexec.Bill Nottingham2009-12-045-41/+1
| | | | | | | | It was only ever used in the slip code, which has been removed.
* | Remove minilogd code as well.Bill Nottingham2009-12-042-195/+0
| |
* | Remove initlog code as well.Bill Nottingham2009-12-046-922/+0
| |
* | Remove event we never meant to ship.Bill Nottingham2009-11-251-18/+0
| |
* | Handle yet another random return string from dmraid.Bill Nottingham2009-11-251-1/+1
|/
* Old-style RTC devices won't have the 'hctosys' attribute. Handle them ↵Bill Nottingham2009-11-171-2/+1
| | | | correctly. (#537595)
* Keep error codes limited to '1'. (#537841)Bill Nottingham2009-11-171-3/+3
|
* Remove deprecation for older route syntax.Bill Nottingham2009-11-121-2/+2
|
* Add initial ifup/ifdown man pages. (#529328, <plautrba@redhat.com>)Bill Nottingham2009-11-022-0/+38
|
* 9.02-1initscripts-9.02-1Bill Nottingham2009-10-271-1/+9
|