aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize the behavior. (#372151)initscripts-8.74-1Bill Nottingham2008-04-292-15/+17
| | | | | | If no LANG is set, read system and then user configuration. If an existing one is set (via GDM, ssh, etc.) only read the user-specific customizations.
* Use a full path to /sbin/ip (#444378)Bill Nottingham2008-04-281-2/+2
|
* 8.73-1initscripts-8.73-1Bill Nottingham2008-04-251-0/+2
|
* Only run telinit for the default runlevel if we exit sanely (#444001, #444050)Bill Nottingham2008-04-252-13/+20
|
* Set TEXTDOMAIN, etc. and mark the message for translationBill Nottingham2008-04-251-1/+3
|
* add a README for the event.d scripts with the original licenseBill Nottingham2008-04-252-1/+27
|
* add a changelogBill Nottingham2008-04-251-1/+4
|
* Obsolete event-compat-sysvBill Nottingham2008-04-251-1/+5
|
* Import from event-compat-sysv-0.3.9-14.fc9Bill Nottingham2008-04-253-8/+18
| | | | | - Rework rc1, rcS, rcS-sulogin to use post-stop to avoid spurious 'rcS killed' messages (#444001) - Allow 's' for single-user mode (#443554)
* Import from event-compat-sysv-0.3.9-13.fc9Bill Nottingham2008-04-252-2/+2
| | | | - Use the proper field in /etc/inittab
* Import from event-compat-sysv-0.3.9-12.fc9Bill Nottingham2008-04-253-19/+11
| | | | | - Go back to using /etc/inittab for default runlevel (reverts #432384) - Add respawn (and a limit) to prefdm (#440061)
* Import from event-compat-sysv-0.3.9-11.fc9Bill Nottingham2008-04-258-36/+18
| | | | | | - Make ttys start after prefdm in runlevel 5 - Merge rc-default into rcS - Remove reliance on /etc/inittab
* Import from event-compat-sysv-0.3.9-8.fc9Bill Nottingham2008-04-2519-0/+353
|
* Remove the single initscript as well.initscripts-8.72-1Bill Nottingham2008-04-241-0/+1
|
* don't install S99single when using upstartBill Nottingham2008-04-241-2/+6
|
* note that ETHTOOL_OPTS really should be done as udev rulesBill Nottingham2008-04-241-6/+10
|
* 8.71-1initscripts-8.71-1Bill Nottingham2008-04-231-1/+6
|
* do a much better check for network availabilityBill Nottingham2008-04-231-3/+1
| | | | Avoids nasty 'FAILED' messages when using NetworkManager.
* There is no more GDM_LANG - handle pre-existing LANG (#372151, ↵Bill Nottingham2008-04-232-29/+17
| | | | <rstrode@redhat.com>)
* properly handle symlinks, socketsinitscripts-8.70-1Bill Nottingham2008-04-151-1/+1
|
* 8.70-1Bill Nottingham2008-04-151-1/+9
|
* find is now in /bin. Use it. (#192991, #244941, #432818, #442178, #239914)Bill Nottingham2008-04-152-20/+4
|
* Require event-compat-sysv for now (#442291)Bill Nottingham2008-04-141-1/+1
|
* Fix serial to wait for rcS to complete as wellBill Nottingham2008-04-091-0/+4
| | | | runlevel isn't actually set when udev is run. Oops.
* Handle encrpyted LVs. (#441728)Bill Nottingham2008-04-091-0/+7
| | | | This so needs to die.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2008-04-091-566/+1808
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsAnatoliy Guskov2008-04-082-3/+7
| |\
| * | 2008-04-08 Anatoliy Guskov <anatoliy.guskov@gmail.com> (viaAnatoliy Guskov2008-04-081-566/+1808
| | | | | | | | | | | | | | | | | | aguskov@fedoraproject.org) * po/ru.po: Finish Russian translation
* | | add sit tunnel type (#441635)Bill Nottingham2008-04-091-0/+3
| |/ |/|
* | 8.69-1initscripts-8.69-1Bill Nottingham2008-04-081-1/+6
| |
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2008-04-084-2966/+2085
|\ \ | |/
| * 2008-04-07 Miloš Komarčević <kmilos@gmail.com> (via ↵Miloš Komarčević2008-04-071-1058/+965
| | | | | | | | | | | | kmilos@fedoraproject.org) * po/sr@latin.po: Updated Serbian Latin translation
| * 2008-04-07 Miloš Komarčević <kmilos@gmail.com> (via ↵Miloš Komarčević2008-04-071-1010/+917
| | | | | | | | | | | | kmilos@fedoraproject.org) * po/sr.po: Updated Serbian translation
| * 2008-04-06 Göran Uddeborg <goeran@uddeborg.se> (via goeran@fedoraproject.org)Göran Uddeborg2008-04-061-594/+125
| | | | | | | | * po/sv.po: Updated Swedish translation
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsDimitris Glezos2008-04-054-4/+66
| |\
| * | 2008-04-05 Dimitris Glezos <dimitris@glezos.com> (via glezos@fedoraproject.org)Dimitris Glezos2008-04-051-304/+78
| | | | | | | | | | | | * po/el.po: Updated Greek translation
* | | Fix various shutdown-related weirdness. (#438444)Bill Nottingham2008-04-081-2/+1
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | [ -f /var/lock/subsys/$subsys -o -f /var/lock/subsys/$subsys.init ] \ || continue and [ -f /var/lock/subsys/$subsys ] || continue [ -f /var/lock/subsys/$subsys.init ] || continue ? NOT EQUIVALENT. *whacks self in head*
* | Bring up lo whenever it shows up; having to separately do this in NM and ↵Bill Nottingham2008-04-041-0/+1
| | | | | | | | network is silly
* | Add a upstart-specific inittab.initscripts-8.68-1Bill Nottingham2008-04-041-0/+26
| | | | | | | | These are not the droids you are looking for.
* | update to 8.68Bill Nottingham2008-04-041-1/+19
| |
* | Add a upstart-specific inittab.Bill Nottingham2008-04-042-3/+20
|/ | | | These are not the droids you are looking for.
* Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptskiyoto hashida2008-04-044-1/+114
|\
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsBill Nottingham2008-04-032-937/+940
| |\
| * | Add a 'securetty' command that frobs /etc/securetty. Call it from the serial ↵Bill Nottingham2008-04-034-1/+102
| | | | | | | | | | | | event. (#437381)
| * | Add a crude hack to wait for runlevels to finish. (#437379)Bill Nottingham2008-04-031-0/+12
| | |
* | | 2008-04-04 kiyoto hashida <khashida@redhat.com> (via khasida@fedoraproject.org)kiyoto hashida2008-04-041-100/+52
| |/ |/| | | | | | | * po/ja.po: Completed Japanese translation. khashida@redhat.com
* | 2008-04-03 Anatoliy Guskov <anatoliy.guskov@gmail.com> (viaAnatoliy Guskov2008-04-031-393/+713
| | | | | | | | | | | | aguskov@fedoraproject.org) * po/ru.po: Updated ru_Ru translation
* | 2008-04-03 kiyoto hashida <khashida@redhat.com> (via khasida@fedoraproject.org)kiyoto hashida2008-04-031-547/+112
| | | | | | | | * po/ja.po: Updated Master Branch (50 fuzzies left)
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscriptsAnatoliy Guskov2008-04-013-4/+22
|\ \ | |/
| * Remove $local_fs from the list of provides.Bill Nottingham2008-04-011-1/+1
| | | | | | | | | | | | | | The concept of local filesystems on top of remote network filesystems is bizarre enough that it's almost certainly not necessary for 'system' things. Removing the $local_fs provide (making it implicitly provided, like $time) simplifies some of the dependency issues.