aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d
Commit message (Expand)AuthorAgeFilesLines
* pass path to '.' always (#206035)Bill Nottingham2006-09-111-1/+1
* - "<<<" doesn't work without a read-write filesystem. No, I'm serious.Peter Jones2006-08-311-4/+3
* - make resolve_dm_name ignore core logger block size when comparing rulesPeter Jones2006-08-311-4/+10
* simpify (based on a prodding from <oblin@mandriva.com>)Bill Nottingham2006-08-251-1/+1
* don't umount /dev/root<foo> (<oblin@mandriva.com>)Bill Nottingham2006-08-171-1/+1
* catch more errors from dmraid (#200683)Bill Nottingham2006-08-071-1/+1
* run multipath on netdev devices (#180977)Bill Nottingham2006-08-011-0/+7
* Use /proc/mounts instead of /etc/mtab (via mount), to handle mount --rbindMiloslav Trmac2006-07-301-2/+4
* Consistently exclude backup files when globbingMiloslav Trmac2006-07-272-5/+16
* deref symlinks in get_numeric_devBill Nottingham2006-07-211-1/+1
* quick quiz - which makes more sense, when entering single user mode:Bill Nottingham2006-07-201-21/+0
* Add a configurable delay for killproc() (#198429, <jorton@redhat.com>)Bill Nottingham2006-07-201-4/+9
* don't bring down the network if root is on nfs / _netdevBill Nottingham2006-07-111-1/+9
* /etc/mtab doesn't have commentsBill Nottingham2006-07-111-1/+1
* don't shut down network interfaces (for iscsi)Bill Nottingham2006-07-111-1/+1
* Fix garbled output of rc.sysinit in rhgb (#192604, patch by Tony NelsonMiloslav Trmac2006-07-091-1/+1
* Fix daemon --pidfile=... (#195341, patch by Steven AugartMiloslav Trmac2006-06-171-1/+1
* Clarify killproc usage message (#193711)Miloslav Trmac2006-06-051-1/+1
* Add encrypted swap and non-root filesystem support (#127378, based onMiloslav Trmac2006-06-011-1/+31
* integrate s390 patch - just check for hwclock before running itBill Nottingham2006-05-231-1/+1
* Fix handling of mount points with white space (#186713):Miloslav Trmac2006-05-083-149/+101
* Add NETWORKDELAY and LINKDELAY (#176851)Miloslav Trmac2006-04-181-0/+2
* fix redirect (#187505)Bill Nottingham2006-04-031-1/+1
* (failure, passed, warning, action): Make variables local, fixes runningMiloslav Trmac2006-03-271-3/+5
* (killproc): Respect -p when removing the pid fileMiloslav Trmac2006-03-271-1/+1
* Add support for DHCP on bridges (#125259, original patch by Anders KaseorgMiloslav Trmac2006-03-271-10/+7
* (status): Try the PID from the PID file if (pidof) fails (#182623)Miloslav Trmac2006-03-191-6/+9
* Minor cleanups (#173574):Miloslav Trmac2006-03-191-23/+6
* kexec support (<jmoyer@redhat.com>)Bill Nottingham2006-03-031-0/+4
* - filter out another "no" message from dmraid. We need to fix dmraid'sr8-29Peter Jones2006-02-141-2/+2
* - check for "No devices found" when calling dmsetupPeter Jones2006-02-131-1/+1
* Try to unmount tmpfs filesystems before swapoff (#174000)Miloslav Trmac2006-02-031-0/+5
* Ignore alias range files (#150336)Miloslav Trmac2006-02-031-1/+2
* (get_numeric_dev): On second thought, write directly what we want awk to do.Miloslav Trmac2006-02-021-1/+1
* fix sendmail startupBill Nottingham2006-02-021-1/+1
* Eliminate creating the second awk process in get_numeric_dev()Miloslav Trmac2006-02-011-1/+1
* - ignore the "I couldn't find anything to do" line, which we should removePeter Jones2006-01-311-1/+1
* remove references to /usr/X11R6/bin (#177938)Bill Nottingham2006-01-311-1/+1
* - two more silly typosPeter Jones2006-01-311-2/+2
* move halt.local so that it runs before / is remounted r/o (#179314)Bill Nottingham2006-01-311-4/+4
* - don't use cutPeter Jones2006-01-311-2/+2
* - check for active dmraid devices by table (rather than name) beforer8-21Peter Jones2006-01-311-0/+29
* Add -p to status() (#134363)Miloslav Trmac2006-01-271-5/+10
* - Separate /var/run/*.pid handling and pidof calls to private functionsMiloslav Trmac2006-01-261-76/+96
* ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>)Bill Nottingham2006-01-121-2/+2
* udev now loads modules - use that, remove the kmodule stuffBill Nottingham2005-12-211-6/+0
* make sure corefile limiting works for user processes as well (#166511, <ville...Bill Nottingham2005-10-031-3/+3
* set status correctly (#60711)Bill Nottingham2005-09-291-0/+1
* change translated string (#54682)Bill Nottingham2005-09-291-3/+3
* handle lvm & fsck for network block devices (#148764, <alewis@redhat.com>)Bill Nottingham2005-07-141-1/+53