aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/functions
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - drastically reduce the number of consoletype invocationsFlorian La Roche2002-07-101-12/+11
* - 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
* - PATH is set in init.d/functions, no need to set it separatelyFlorian La Roche2002-06-261-1/+2
* - further cleanupsFlorian La Roche2002-06-261-0/+1
* be quiet if $LSB is setBill Nottingham2002-03-131-6/+6
* add --force to daemon() (needed for LSB)Bill Nottingham2002-03-131-2/+6
* add warning message target. For LSB stuffBill Nottingham2002-03-131-0/+25
* fix typo (#58954, <rm0@gmx.net>)Bill Nottingham2002-02-071-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
* fix typoBill Nottingham2001-09-211-1/+1
* Korean and Chinese fixYukihiro Nakai2001-08-131-0/+6
* 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
* set umask to 022Bill Nottingham2001-04-031-0/+3
* --background is fundamentally broken. Remove it for now.r5-77Bill Nottingham2001-03-141-6/+2
* fix up --background some moreBill Nottingham2001-03-141-2/+2
* fix background. that was weirdBill Nottingham2001-03-141-1/+1
* fix some ## substitutions to be correctBill Nottingham2001-02-191-2/+2
* 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
* 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-071-1/+1
* don't display japanese unless we're on a ptyBill Nottingham2001-02-061-1/+5
* 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
* fix inability to shutdown cleanlyBill Nottingham2001-01-241-1/+1
* fix up i18n stuff so it worksBill Nottingham2001-01-231-0/+5
* fix utter brokenness. Must be more careful with sedBill Nottingham2001-01-231-1/+1
* tag action, runcmd, etc. lines as wellBill Nottingham2001-01-231-10/+10
* change i18n stuff around; don't call gettext explicitly, just do echo $"some ...Bill Nottingham2001-01-231-82/+32
* Big i18n commit. From Conectiva, originally.Bill Nottingham2001-01-021-34/+94
* add usleep after kill -9Bill Nottingham2000-08-211-0/+1
* don't use head, it's in /usrBill Nottingham2000-08-151-2/+2
* revertBill Nottingham2000-07-241-2/+2
* /etc/init.d -> /etc/rc.d/init.dr5-36Bernhard Rosenkraenzer2000-07-241-2/+2
* chuck ulimit errors to /dev/nullBill Nottingham2000-07-131-1/+1
* use the process's basename when looking for pid filesNalin Dahyabhai2000-06-161-12/+16
* set core dump soft limit, not hard limitBill Nottingham2000-06-101-1/+1
* use pidofproc ; it does its own basename (#11762)Bill Nottingham2000-05-311-2/+2
* Blarg. I can't type.Bill Nottingham2000-04-031-1/+1
* remove calls to ps. This should speed things up on slower machinesBill Nottingham2000-03-201-7/+17
* fix pidof calls in pidofprocBill Nottingham2000-01-211-19/+15
* put ps|grep|awk back in until we think of something better (pidof -x ain't it)Bill Nottingham2000-01-211-2/+17