aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
Commit message (Collapse)AuthorAgeFilesLines
* don't match filesystem types in hostnames (#703203, <jmueller@data-tronics.com>)Bill Nottingham2011-08-151-1/+2
|
* Fix logic error (#698520, <jlau@redhat.com>)Bill Nottingham2011-08-151-1/+1
|
* load static arp entries from ethers file (#696788)Petr Lautrbach2011-08-151-0/+4
|
* Use net_log where appropriate.Bill Nottingham2011-08-151-1/+1
|
* Add a comment explaining the oft-confused -t nox,y,z mount syntax.Bill Nottingham2011-08-152-0/+2
| | | | | The 'no' applies to all listed filesystem types, not just the first. Since this comes up in bugzilla once every month or two, explicitly comment it.
* Move sysctl.conf/sysctl.d handling to a function, call it where appropriate. ↵Bill Nottingham2011-08-153-7/+12
| | | | (#593211, continued)
* Add support for sysctl.d (#59311)Martin Langhoff2011-08-151-0/+4
|
* Don't print errors if mdadm isn't installed. (#692187)Bill Nottingham2011-04-191-2/+2
|
* don't pass '' to umount (#682879)Petr Lautrbach2011-03-161-1/+1
|
* Don't do force/lazy umount for the first nfs umount. (#676851, ↵Bill Nottingham2011-03-101-2/+2
| | | | | | | <jlayton@redhat.com>) This can cause hung tasks that aren't cleaned up or killed properly, as their dangling references won't get caught.
* test if there is /dev/rtc before syncing hardware clock (#598850)Petr Lautrbach2011-01-141-1/+1
|
* add # as a valid character in network device namesMatt Domsch2011-01-141-1/+1
|
* Explicitly pass both device and dir when remounting read-only (#620461, ↵Bill Nottingham2010-12-061-2/+2
| | | | <phr@doc.ic.ac.uk>)
* Simplify various string match constructs. (#558575)Ville Skyttä2010-12-063-6/+6
|
* Clarify description (#637176)Bill Nottingham2010-09-241-1/+1
|
* Don't frob the console loglevel on boot. (#621257, #626572)Bill Nottingham2010-08-241-5/+0
| | | | | | | | 1) This didn't do anything useful prior to rsyslog, as sysklogd would reset it. 2) This overrides the kernel commandline, for people who want to temporarily reset it there 3) This actually turns messages back on out from underneath plymouth, which isn't nice. To frob the console loglevel, pass it on the kernel command line.
* Remove 'press 'I' for interactive startup message.Bill Nottingham2010-07-011-4/+0
| | | | | Even with plymouth wait-kestroke support, this method is deprecated in favor of booting with 'confirm'.
* Use plymouth wait-keystroke, etc. for interactive mode, not getkey. (#605016)Bill Nottingham2010-07-011-16/+3
| | | | getkey won't work right in a plymouth context.
* 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-181-6/+6
|
* Handle permission denied on reading PID file. (#595597)Bill Nottingham2010-06-091-0/+4
|
* Add functions to check shvar-style variables.Bill Nottingham2010-06-041-0/+21
|
* Always reboot on autorelabel. (#595823)Bill Nottingham2010-06-031-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.
* 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
| | | | This changes runuser to not use a login shell. We'll see what happens.
* Use new lvm2 --sysinit option. Conflict with older lvm2. (#588777)Bill Nottingham2010-05-181-3/+1
|
* Check for NetworkManager to be connected, not just running. (#589710, #592095)Bill Nottingham2010-05-131-1/+1
|
* use ip command for vlan instead of vconfigPetr Lautrbach2010-05-131-7/+1
|
* Handle being unable to read a specified pid file. (#584575)Bill Nottingham2010-04-261-2/+8
|
* Change how we handle RAID arrays. (<dledford@redhat.com>)Bill Nottingham2010-04-091-1/+1
| | | | Conflict with older mdadm to make sure we're in sync.
* Fix mdmom pid handling for newer mdadm (#549726, <dledford@redhat.com>)Bill Nottingham2010-04-061-2/+2
|
* Only blacklist the original loopback interface. (#579816, <evgsyr@gmail.com>)Bill Nottingham2010-04-061-1/+2
|
* The current rawhide dmraid has proper error codes.Bill Nottingham2010-02-261-1/+1
|
* Check dmraid's return code, to catch 'no raid sets' error. (#568790)Bill Nottingham2010-02-261-1/+1
| | | | | | In future dmraid versions, all the errors ('no raid disks', etc.) will return proper error codes, so we can dispense with the string checks as well.
* Suppress bogus LVM2 warnings. (#561938, <prajnoha@redhat.com>)Bill Nottingham2010-02-161-0/+2
|
* Pass -m to runuser, so the environment is not cleared. (#203010, #564093)Bill Nottingham2010-02-111-1/+1
| | | | | There could conceivably be consequences to this, but it matches the behavior of the non-runuser case.
* Don't quote regex argument to bash's =~.Ville Skyttä2010-01-251-1/+1
|
* Move mdadm after dmraid. (#494821)Bill Nottingham2010-01-111-3/+3
|
* Fix indenting/whitespaceBill Nottingham2010-01-111-25/+25
|
* 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-061-5/+0
| | | | I think we can safely remove this code.
* Re-enable network on this branch.Bill Nottingham2009-12-151-1/+1
|
* Remove CIPE, IPSEC specific interface support.Bill Nottingham2009-12-101-20/+2
|
* Delete IPX support.Bill Nottingham2009-12-101-21/+0
|
* Merge branch 'upstart-0.6.0-branch'Bill Nottingham2009-12-092-4/+7
|\
| * Explicitly tell init to re-exec itself on halt, to avoid a busy filesystem.Bill Nottingham2009-12-031-0/+3
| |
| * fixed usage of initctl emit in /etc/rcPetr Lautrbach2009-12-031-4/+4
| |
* | Handle yet another random return string from dmraid.Bill Nottingham2009-11-251-1/+1
|/
* Keep error codes limited to '1'. (#537841)Bill Nottingham2009-11-171-3/+3
|
* halt: put a wrapper around killall5 to account for retval 2 not being an errorHans de Goede2009-10-211-4/+13
| | | | This stops us from showing [ FAILED ] when there were no processes to kill.