aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add sushell, man page to manifests.initscripts-9.03.11-1Bill Nottingham2010-06-292-0/+3
* 9.03.11-1Bill Nottingham2010-06-291-1/+4
* Don't directly execute bash for single-user mode, as that has SELinux issues....Bill Nottingham2010-06-295-1/+30
* 9.03.10-1initscripts-9.03.10-1Bill Nottingham2010-06-241-1/+6
* Check for dhclient configuration in /etc/dhcp as well (#607764, #607766)Bill Nottingham2010-06-241-1/+3
* Remove obsolete documentation (we don't support dhcpcd.)Bill Nottingham2010-06-241-7/+1
* Handle quoted SUBCHANNELS (#607481)Bill Nottingham2010-06-241-2/+2
* Also init_crypto for encrypyed network block devices. (#605600)Bill Nottingham2010-06-233-160/+165
* Use /etc/system-release instead of /etc/redhat-releaseBill Nottingham2010-06-182-7/+7
* 9.03.9-1initscripts-9.03.9-1Bill Nottingham2010-06-091-1/+7
* Handle permission denied on reading PID file. (#595597)Bill Nottingham2010-06-091-0/+4
* Check NM_CONTROLLED before deciding to use NM for a connection. (#599707, pro...Bill Nottingham2010-06-041-1/+1
* Add functions to check shvar-style variables.Bill Nottingham2010-06-041-0/+21
* Always reboot on autorelabel. (#595823)Bill Nottingham2010-06-031-19/+9
* Remove extraneous newline.Bill Nottingham2010-05-201-1/+0
* Correct the fix for not clearing environment with runuser. (#203010, #564093)Bill Nottingham2010-05-191-1/+1
* Fix debugging leftovers.Bill Nottingham2010-05-191-2/+1
* 9.03.8-1initscripts-9.03.8-1Bill Nottingham2010-05-191-1/+10
* Improve shutdown splash screen reliabilityRay Strode2010-05-193-14/+28
* Use new lvm2 --sysinit option. Conflict with older lvm2. (#588777)Bill Nottingham2010-05-182-4/+2
* Behave sanely if we're not passed a device at all. (#589521, #592108)Bill Nottingham2010-05-131-0/+2
* Get rid of a silly error message for loopback devices.Bill Nottingham2010-05-131-1/+1
* export debug variables. (#589378)Bill Nottingham2010-05-131-3/+3
* Check for NetworkManager to be connected, not just running. (#589710, #592095)Bill Nottingham2010-05-131-1/+1
* rcS*.conf - check if /etc/inittab exists (#590703)Petr Lautrbach2010-05-132-2/+2
* Clean up some leftover VLAN code; clarify documentation.Bill Nottingham2010-05-132-3/+1
* use ip command for vlan instead of vconfigPetr Lautrbach2010-05-134-33/+10
* 9.03.7-1initscripts-9.03.7-1Bill Nottingham2010-05-051-2/+5
* Oops.Bill Nottingham2010-05-051-43/+0
* Update for new nmcli syntax.Bill Nottingham2010-05-053-3/+46
* 9.03.6-1initscripts-9.03.6-1Bill Nottingham2010-05-041-1/+7
* Fix shutdown as well as plymouth quitting.Bill Nottingham2010-05-031-0/+1
* Tweak manpage so it formats correctly (#586476)Bill Nottingham2010-04-271-1/+2
* Handle being unable to read a specified pid file. (#584575)Bill Nottingham2010-04-261-2/+8
* Use 'task' for stopping plymouth. (<rstrode@redhat.com>)Bill Nottingham2010-04-261-0/+2
* Run dhclient -6 similar to dhclient -4. (#585047)Bill Nottingham2010-04-231-1/+1
* 9.03.5-1initscripts-9.03.5-1Bill Nottingham2010-04-091-1/+9
* Redirect error messages to /dev/null to catch if nmcli is not installed. (#57...Bill Nottingham2010-04-091-2/+2
* Pull device from NetworkManager, if possible.Bill Nottingham2010-04-091-3/+8
* Don't require dev, either.Bill Nottingham2010-04-091-1/+1
* Clean up some of the requirements.Bill Nottingham2010-04-091-4/+4
* Conflict with older NetworkManager; the support for it here requires recent v...Bill Nottingham2010-04-091-1/+2
* Only use UUID to bring connections up/down; ensure we have a UUID by asking N...Bill Nottingham2010-04-092-9/+9
* Quote 'name' when passing to get_config_by_name.Bill Nottingham2010-04-091-1/+1
* Quote need_config; needed when identifying configuration by NM's 'name'.Bill Nottingham2010-04-093-3/+3
* Fix is_nm_activeBill Nottingham2010-04-091-1/+1
* When bringing devices down, disconnect the device, don't down the connection.Bill Nottingham2010-04-092-6/+7
* Remove quotes from uuid.Bill Nottingham2010-04-091-1/+1
* Use NM if it's running and we have a configuration for the device.Bill Nottingham2010-04-093-0/+22
* Add a function that determines the status of NetworkManager; use it.Bill Nottingham2010-04-091-0/+6