Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sushell, man page to manifests. | Bill Nottingham | 2010-06-29 | 2 | -0/+3 |
| | |||||
* | Don't directly execute bash for single-user mode, as that has SELinux ↵ | Bill Nottingham | 2010-06-29 | 5 | -1/+30 |
| | | | | | | | | | | | issues. (#540216, #584443, #585053) If upstart directly runs bash for single-user mode, there's no way for SELinux to set the proper context (to distinguish it from other init scripts). Inserting a helper binary in the way allows for this. While we're changing this, we make it configurable so it's easily possible for people to use sulogin if they so desire. | ||||
* | Tweak wording. | Bill Nottingham | 2010-06-29 | 1 | -1/+1 |
| | |||||
* | Mention WDM, though (#609037) | Bill Nottingham | 2010-06-29 | 1 | -1/+1 |
| | |||||
* | Document that DISPLAYMANAGER is deprecated. | Bill Nottingham | 2010-06-29 | 1 | -3/+7 |
| | |||||
* | 9.15-1initscripts-9.15-1 | Bill Nottingham | 2010-06-24 | 1 | -1/+12 |
| | |||||
* | Check for dhclient configuration in /etc/dhcp as well (#607764, #607766) | Bill Nottingham | 2010-06-24 | 1 | -1/+3 |
| | |||||
* | Remove obsolete documentation (we don't support dhcpcd.) | Bill Nottingham | 2010-06-24 | 1 | -7/+1 |
| | |||||
* | Cleanup. | Bill Nottingham | 2010-06-24 | 1 | -2/+2 |
| | |||||
* | Handle quoted SUBCHANNELS (#607481) | Bill Nottingham | 2010-06-24 | 1 | -2/+2 |
| | |||||
* | l10n: Updates to Dutch (Flemish) (nl) translation | warrink | 2010-06-24 | 1 | -362/+348 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | Also init_crypto for encrypyed network block devices. (#605600) | Bill Nottingham | 2010-06-23 | 3 | -160/+165 |
| | |||||
* | Use /etc/system-release. | Bill Nottingham | 2010-06-18 | 2 | -7/+7 |
| | |||||
* | l10n: Updates to Oriya (or) translation | mgiri | 2010-06-10 | 1 | -456/+165 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | l10n: Updates to Greek (el) translation | charnik | 2010-06-04 | 1 | -951/+1294 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | Remove 'BOOTP' config option. It was considered 'old' in 1997. (Seriously.) | Bill Nottingham | 2010-06-04 | 2 | -10/+0 |
| | |||||
* | Don't use a full path when killing racoon, so it works in MLS policy (#567295) | Bill Nottingham | 2010-06-04 | 2 | -2/+2 |
| | |||||
* | Check NM_CONTROLLED before deciding to use NM for a connection. (#599707, ↵ | Bill Nottingham | 2010-06-04 | 1 | -1/+1 |
| | | | | probably others.) | ||||
* | Add functions to check shvar-style variables. | Bill Nottingham | 2010-06-04 | 1 | -0/+21 |
| | |||||
* | Always reboot on autorelabel. (#595823) | Bill Nottingham | 2010-06-03 | 1 | -19/+9 |
| | | | | | | It's not just init that could be mislabeled and cause problems; there's udev, random other command from rc.sysinit, etc. Furthermore, this avoids a problem with ending up in permissive mode. | ||||
* | l10n: Updates to Chinese (China) (zh_CN) translation | leahliu | 2010-05-28 | 1 | -427/+155 |
| | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | Handle permission denied on reading PID file. (#595597) | Bill Nottingham | 2010-05-25 | 1 | -0/+4 |
| | |||||
* | Remove extraneous newline. | Bill Nottingham | 2010-05-20 | 1 | -1/+0 |
| | |||||
* | Bump release.initscripts-9.14-1 | Bill Nottingham | 2010-05-19 | 1 | -2/+2 |
| | |||||
* | Fix debugging leftovers. | Bill Nottingham | 2010-05-19 | 1 | -2/+1 |
| | |||||
* | 9.13-1initscripts-9.13-1 | Bill Nottingham | 2010-05-19 | 1 | -1/+10 |
| | |||||
* | Improve shutdown splash screen reliability | Ray Strode | 2010-05-19 | 3 | -14/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now the splash screen and rc script are racing with each other so you occasionally see a few shutdown messages before plymouth is up. This commit ensures proper synchronization between prefdm, plymouthd, and the rc script. It does this by 1) fully stopping prefdm before letting rc start 2) fully starting plymouth before letting rc start 3) if prefdm is running (e.g. runlevel 5), waiting until it is fully stopped before starting plymouthd 4) if prefdm is not running (e.g. runlevel 3), starting plymouthd right away One bit of complication in this commit is the "splash manager". It's a layer of indirection needed to handle the conditional mentioned in 3) and 4). There's no way within an upstart job file to say "start after the prefdm "stopped" event only if prefdm is not already stopped". We really need this to effectively happen, though, because if prefdm isn't in the process of stopping (because it was never started in the first place), it will never emit the stopped event and blocking for an event that never comes mean shutdown would never start. The splash manager checks if prefdm is already running and uses that information to emit an appropriate event that the plymouth-shutdown job can key of off. Note, one implication of 4) is we are showing plymouth when shutting down from runlevel 3 now. This is a change in behavior, but makes sense, since we show plymouth when starting up into runlevel 3. | ||||
* | Use new lvm2 --sysinit option. Conflict with older lvm2. (#588777) | Bill Nottingham | 2010-05-18 | 2 | -4/+2 |
| | |||||
* | Behave sanely if we're not passed a device at all. (#589521, #592108) | Bill Nottingham | 2010-05-13 | 1 | -0/+2 |
| | |||||
* | Get rid of a silly error message for loopback devices. | Bill Nottingham | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | export debug variables. (#589378) | Bill Nottingham | 2010-05-13 | 1 | -3/+3 |
| | |||||
* | Check for NetworkManager to be connected, not just running. (#589710, #592095) | Bill Nottingham | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | rcS*.conf - check if /etc/inittab exists (#590703) | Petr Lautrbach | 2010-05-13 | 2 | -2/+2 |
| | |||||
* | Clean up some leftover VLAN code; clarify documentation. | Bill Nottingham | 2010-05-13 | 2 | -3/+1 |
| | |||||
* | use ip command for vlan instead of vconfig | Petr Lautrbach | 2010-05-13 | 4 | -33/+10 |
| | |||||
* | Ignore monitoring on startup. (#589037) | Bill Nottingham | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | Update for new nmcli syntax.initscripts-9.12-1 | Bill Nottingham | 2010-05-05 | 3 | -5/+8 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts | Bill Nottingham | 2010-05-04 | 1 | -2/+2 |
|\ | |||||
| * | l10n: Updates to Swedish (sv) translation | goeran | 2010-05-01 | 1 | -2/+2 |
| | | | | | | | | Transmitted-via: Transifex (translate.fedoraproject.org) | ||||
* | | 9.11-1initscripts-9.11-1 | Bill Nottingham | 2010-05-03 | 1 | -1/+4 |
| | | |||||
* | | Fix shutdown as well as plymouth quitting. | Bill Nottingham | 2010-05-03 | 1 | -0/+1 |
|/ | |||||
* | 9.10-1initscripts-9.10-1 | Bill Nottingham | 2010-04-28 | 1 | -1/+9 |
| | |||||
* | Tweak manpage so it formats correctly (#586476) | Bill Nottingham | 2010-04-27 | 1 | -1/+2 |
| | |||||
* | Add --retain-splash for KDM as well (#585250) | Bill Nottingham | 2010-04-27 | 1 | -0/+1 |
| | |||||
* | Handle being unable to read a specified pid file. (#584575) | Bill Nottingham | 2010-04-26 | 1 | -2/+8 |
| | |||||
* | Use 'task' for stopping plymouth. (<rstrode@redhat.com>) | Bill Nottingham | 2010-04-26 | 1 | -0/+2 |
| | |||||
* | Run dhclient -6 similar to dhclient -4. (#585047) | Bill Nottingham | 2010-04-23 | 1 | -1/+1 |
| | |||||
* | Don't run on odd interfaces. (#584530) | Bill Nottingham | 2010-04-21 | 1 | -0/+2 |
| | |||||
* | 9.09-1initscripts-9.09-1 | Bill Nottingham | 2010-04-09 | 1 | -1/+9 |
| | |||||
* | Change how we handle RAID arrays. (<dledford@redhat.com>) | Bill Nottingham | 2010-04-09 | 2 | -2/+2 |
| | | | | Conflict with older mdadm to make sure we're in sync. |