aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/halt
Commit message (Expand)AuthorAgeFilesLines
* Fix typo. (#480799)Bill Nottingham2009-01-201-1/+1
* Determine reboot/halt via existing INIT_HALT environment variable. (#475227)Bill Nottingham2008-12-091-1/+1
* Don't mkswap on halt (#469823)Bill Nottingham2008-11-041-2/+0
* Fix code that causes a syntax error on multiple cards. (#469156)Bill Nottingham2008-10-301-2/+0
* Use alsactl to save sound settings. (#462677, <jkysela@redhat.com>)Bill Nottingham2008-09-231-3/+4
* https://bugzilla.redhat.com/show_bug.cgi?id=433702Harald Hoyer2008-09-161-3/+6
* Don't say that we're shutting off crypto if we aren't actually doing it.Bill Nottingham2008-08-291-3/+2
* Remove dead codeBill Nottingham2008-05-231-16/+0
* Don't unmount sysfs in halt. (#446292)Bill Nottingham2008-05-151-1/+1
* don't use /etc/sysconfig/clock (#438337)Bill Nottingham2008-03-201-28/+1
* clean up some extraneous delays (#219816)Bill Nottingham2007-10-081-1/+1
* more fixes (#220087)Bill Nottingham2007-09-251-1/+1
* adapt to new nut usage, conflict with older packages (#252973)Bill Nottingham2007-08-291-4/+6
* use sound saving wrapper from alsa-utils; conflict with older versions (#236916)Bill Nottingham2007-04-191-2/+2
* use kexec -x to not shut down network (#223932, <mchristi@redhat.com>)Bill Nottingham2007-02-231-1/+1
* don't unmount network filesystemsBill Nottingham2006-11-201-1/+1
* don't umount /dev/root<foo> (<oblin@mandriva.com>)Bill Nottingham2006-08-171-1/+1
* Use /proc/mounts instead of /etc/mtab (via mount), to handle mount --rbindMiloslav Trmac2006-07-301-2/+4
* don't shut down network interfaces (for iscsi)Bill Nottingham2006-07-111-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-081-83/+27
* kexec support (<jmoyer@redhat.com>)Bill Nottingham2006-03-031-0/+4
* Try to unmount tmpfs filesystems before swapoff (#174000)Miloslav Trmac2006-02-031-0/+5
* move halt.local so that it runs before / is remounted r/o (#179314)Bill Nottingham2006-01-311-4/+4
* ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>)Bill Nottingham2006-01-121-2/+2
* I'm going to go out on a limb and say that /proc/mounts *doesn't* haveBill Nottingham2005-04-271-6/+6
* syntaxBill Nottingham2005-04-151-1/+1
* reverse sort the mount list, avoiding errors (#147254, <jamesodhunt@hotmail.c...Bill Nottingham2005-04-151-1/+1
* remove more devfs compatBill Nottingham2004-11-241-1/+1
* whoops, wrong file (#134432)Bill Nottingham2004-10-041-3/+3
* move random stuff to rc.sysinit/halt; move all swap to after this.Bill Nottingham2004-07-071-0/+5
* duhr7-49Bill Nottingham2004-03-261-1/+1
* use alsa for mixer savingBill Nottingham2004-03-261-3/+3
* don't umount /proc (#118880)Bill Nottingham2004-03-221-1/+1
* fix umounting code (#113088, <giardina@airlab.elet.polimi.it>)Bill Nottingham2004-03-171-1/+1
* don't umount /sysBill Nottingham2004-01-281-1/+1
* NFSv4 support (<chucklever@bigfoot.com>, <steved@redhat.com>)Bill Nottingham2004-01-271-0/+21
* use upsdrvctl to start the shutdown processThan Ngo2003-09-151-1/+5
* fix shutdown with NFS root (#100556, <Julian.Blake@cern.ch>)Bill Nottingham2003-09-031-5/+8
* check for /proc/swaps before awking it (#99373, <daniel.blueman@gmx.net>)Bill Nottingham2003-09-031-1/+1
* unmark some stringsBill Nottingham2003-01-141-1/+1
* rework halt script (#76831, <michal@harddata.com>)Bill Nottingham2003-01-141-3/+4
* fix tmpfs umounts (#68178, <tjko@iki.fi>)Bill Nottingham2002-08-141-0/+1
* * Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>Florian La Roche2002-07-101-1/+1
* - fix #68123Florian La Roche2002-07-091-1/+1
* - PATH is set in init.d/functions, no need to set it separatelyFlorian La Roche2002-06-261-3/+0
* - move HALTARGS down some moreFlorian La Roche2002-06-261-5/+3
* - start cleaning up some sh coding thingsFlorian La Roche2002-06-261-33/+29
* -x, not -fBill Nottingham2002-03-271-1/+1