aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d
Commit message (Expand)AuthorAgeFilesLines
* add is_available() function for network devices; use it. gets rid of horribly...Bill Nottingham2001-08-151-13/+12
* 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
* support setting $CLOCKFLAGS in /etc/sysconfig/clock (#50974)Bill Nottingham2001-08-071-1/+1
* define halt_get_remaining before it's used (#50720)Bill Nottingham2001-08-031-4/+6
* more FS umounting cleanups (<sopwith@redhat.com>)Bill Nottingham2001-07-311-7/+11
* remount *everything* ro on halt (#50461)Bill Nottingham2001-07-311-1/+1
* fix netdev umount stuffBill Nottingham2001-07-241-1/+20
* use -O nonetdev; require new mount packageBill Nottingham2001-07-171-0/+1
* big ipv6 update from Pekka Savola (<pekkas@netcore.fi>)Bill Nottingham2001-07-111-0/+27
* it helps if you name the variable the same thing as what you're checkingBill Nottingham2001-07-091-1/+1
* cleanups for undefined variables (#46065)Bill Nottingham2001-07-091-14/+14
* make --check= at least parse rightBill Nottingham2001-06-211-1/+2
* - add support isdnThan Ngo2001-06-211-2/+1
* supress error messages if NETWORKING ist undefinedr5-87Karsten Hopp2001-05-212-2/+2
* add shutdown UPS into haltr5-83Than Ngo2001-04-231-0/+7
* set umask to 022Bill Nottingham2001-04-031-0/+3
* remove bogus liner5-81Bill Nottingham2001-04-021-2/+0
* run *all* greps in C localeBill Nottingham2001-03-281-10/+12
* don't error if kernel.hotplug isn't there (#33256)Bill Nottingham2001-03-261-1/+1
* use new -e argument to sysctl to ignore unknown keys (#31852)Bill Nottingham2001-03-221-1/+1
* fix typoBill Nottingham2001-03-141-1/+1
* --background is fundamentally broken. Remove it for now.r5-77Bill Nottingham2001-03-141-6/+2
* do cipe stuff out of orderBill Nottingham2001-03-141-0/+28
* fix up --background some moreBill Nottingham2001-03-141-2/+2
* fix background. that was weirdBill Nottingham2001-03-141-1/+1
* fix typoBill Nottingham2001-03-131-1/+1
* fix broken translations in linuxconf-specific sectionsBill Nottingham2001-03-131-8/+8
* use /var/lib/for random seed; /var/run is cleared at bootup (#31521)Bill Nottingham2001-03-121-1/+1
* fix awk for aliasBill Nottingham2001-03-051-1/+1
* - don't attempt to work around broken linuxconf routes, simplifyBill Nottingham2001-03-051-6/+2
* change message to be less misleading (#30087)Bill Nottingham2001-02-281-1/+1
* don't explicitly kill things, init will do thatBill Nottingham2001-02-271-10/+1
* disable hotplug during network initscriptBill Nottingham2001-02-271-0/+5
* fix some ## substitutions to be correctBill Nottingham2001-02-191-2/+2
* if IPv6 is configured, make sure it's availableBill Nottingham2001-02-191-0/+8
* use 'su -' , not just 'su' (#26894)Bill Nottingham2001-02-161-1/+1
* - make pidofproc() and killproc() try to use the PID associated with the fullr5-64-2Nalin Dahyabhai2001-02-151-3/+8
* fix init.d/single to work around possible kernel bugBill Nottingham2001-02-141-1/+1
* fix typosr5-64Bill Nottingham2001-02-132-2/+2
* unmount loopback stuff before stopping netfs or shutting downBill Nottingham2001-02-132-0/+41
* return 1 in killproc if process isn't running (#26718)Bill Nottingham2001-02-121-0/+1
* fix the 'unable to shutdown cleanly' problem (#25744)Bill Nottingham2001-02-072-1/+2
* don't display japanese unless we're on a ptyBill Nottingham2001-02-061-1/+5
* don't barf errors if files aren't there (say, rc.local)Bill Nottingham2001-01-301-1/+3
* various cleanups (#10761, from mjt@tls.msk.ru)r5-59Bill Nottingham2001-01-301-61/+65
* for daemon(), look only at the pid file to see if it's running (#17244, others)Bill Nottingham2001-01-301-2/+22
* tweak usage messages (#24085)Bill Nottingham2001-01-304-4/+4