aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d
Commit message (Collapse)AuthorAgeFilesLines
* fix tmpfs umounts (#68178, <tjko@iki.fi>)Bill Nottingham2002-08-141-0/+1
|
* - only coding style changesFlorian La Roche2002-07-141-16/+14
|
* - exclude zh_CN.GB18030 for setting LANGFlorian La Roche2002-07-121-1/+1
|
* - /etc/init.d/functions:Florian La Roche2002-07-111-8/+26
| | | | | | daemon(): avoid starting another bash killproc(): avoid starting another bash for the default case - do not call "insmod -p" before loading the "st" module
* - drastically reduce the number of consoletype invocationsFlorian La Roche2002-07-101-12/+11
|
* - better checks for backup filesFlorian La Roche2002-07-101-6/+7
|
* * Tue Jul 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>Florian La Roche2002-07-102-3/+3
| | | | | | | - allow an option for ups poweroff #68123 - change grep for ONBOOT= #63903 - allow building with a cross-compiler #64362,#64255 - faster check in network-functions:check_default_route()
* - fix #68123Florian La Roche2002-07-091-1/+1
|
* - only coding styleFlorian La Roche2002-07-051-6/+6
|
* - just coding style, no real changesFlorian La Roche2002-07-051-6/+6
|
* - only cosmetic changesFlorian La Roche2002-07-051-4/+4
|
* - this should only be sourced inFlorian La Roche2002-07-051-4/+1
|
* - set PATH also in /etc/sysconfig/network-scripts/network-functionsFlorian La Roche2002-06-261-1/+1
|
* - change to /etc/init.d/functionsFlorian La Roche2002-06-261-1/+1
| | | | | - eliminate some un-necessary PATH settings - eliminate some TEXTDOMAIN settings
* - further eliminate PATH settingsFlorian La Roche2002-06-261-3/+1
|
* - PATH is set in init.d/functions, no need to set it separatelyFlorian La Roche2002-06-263-6/+2
|
* - further cleanupsFlorian La Roche2002-06-265-21/+7
|
* - move HALTARGS down some moreFlorian La Roche2002-06-261-5/+3
|
* - start cleaning up some sh coding thingsFlorian La Roche2002-06-262-35/+30
|
* shut up sysctlBill Nottingham2002-04-131-1/+1
|
* run sysctl again at the end of network (for interface-specific parameters)Bill Nottingham2002-04-121-0/+2
|
* -x, not -fBill Nottingham2002-03-271-1/+1
|
* add halt hook for rlxBill Nottingham2002-03-271-0/+4
|
* be quiet if $LSB is setBill Nottingham2002-03-131-6/+6
|
* add --force to daemon() (needed for LSB)Bill Nottingham2002-03-131-2/+6
|
* provide various LSB init facilitiesBill Nottingham2002-03-132-0/+6
|
* add warning message target. For LSB stuffBill Nottingham2002-03-131-0/+25
|
* - fix cipe checkBill Nottingham2002-03-121-0/+3
| | | | - load modules to preserve ordering
* removed accton calls from rc.sysinit and halt scripts as it is handled in ↵r6-55Mike A. Harris2002-03-121-2/+0
| | | | psacct package now
* fix bug introduced by fix for #53580 (#60252)Bill Nottingham2002-02-221-1/+1
|
* fix typo (#58954, <rm0@gmx.net>)Bill Nottingham2002-02-071-1/+1
|
* fix netdev uses (#57314, <cajoline@chaosengine.de>)Bill Nottingham2002-01-251-1/+2
|
* fix typo (#55955)Bill Nottingham2002-01-251-1/+1
|
* make sure su calls bash (#55288)Bill Nottingham2002-01-251-1/+1
|
* fix double echo when using --user (#54871)Bill Nottingham2002-01-251-1/+1
|
* random syntax cleanups (#54494)Bill Nottingham2002-01-251-11/+12
|
* don't blow up badly on devfs (#53580)Bill Nottingham2002-01-251-1/+1
|
* determine devices the correct wayHarald Hoyer2001-11-191-8/+11
|
* fix typoBill Nottingham2001-09-211-1/+1
|
* umount /dev/loopX doesn't work; you must use the mount pointBill Nottingham2001-09-212-4/+8
|
* remove remnants of LinuxConf. Don't use ifconfig, only /sbin/ip. Use ↵Preston Brown2001-09-141-74/+17
| | | | check_device_down from network-functions instead of re-implementation.
* quota & hwclock tweaks (<pbrown@redhat.com>)Bill Nottingham2001-09-051-1/+1
|
* umount -a -f remounts / readonly?Michael K. Johnson2001-08-281-3/+3
|
* first pass at implementing /.autofsck; archive modules/symbol infoMichael K. Johnson2001-08-271-0/+3
|
* sort output of halt_get_remaining (#52180)Bill Nottingham2001-08-241-2/+2
|
* add is_available() function for network devices; use it. gets rid of ↵Bill Nottingham2001-08-151-13/+12
| | | | horribly ugly modprobe messages
* type english me not canBill Nottingham2001-08-151-1/+1
|
* Korean and Chinese fixYukihiro Nakai2001-08-131-0/+6
|
* detach loopback devices at shutdown (#43919, #45826)Bill Nottingham2001-08-072-2/+10
|
* use awk, not grep & other cruft (#49616)Bill Nottingham2001-08-071-1/+1
| | | | | exit happily if ifup is called on a device that doesn't exist and has no alias (fixes all those nasty PCMCIA onboot complaints)