aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/functions
Commit message (Expand)AuthorAgeFilesLines
* 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
* add --user option to daemonBill Nottingham2000-01-211-7/+20
* remove ps |grep|awk constructBill Nottingham2000-01-141-17/+2
* fix console checking with new consoletype program (from jakub)Bill Nottingham1999-10-251-2/+2
* *** empty log message ***Bill Nottingham1999-09-201-1/+1
* pass /dev/null as stdin to daemons.Bill Nottingham1999-09-201-1/+1
* Duh. Use different terminal escape.Bill Nottingham1999-09-131-2/+1
* oops. reversed logic in killproc.Bill Nottingham1999-09-021-0/+1
* add interactive prompt to make Cristian & Preston happyBill Nottingham1999-09-021-0/+3
* *** empty log message ***Bill Nottingham1999-08-171-2/+8
* *** empty log message ***r4-27Bill Nottingham1999-07-271-6/+6
* trap sigpipe in shell...Bill Nottingham1999-07-271-3/+9
* When we write to initlog's FD, write in subshell so we don't die with SIGPIPEBill Nottingham1999-07-241-3/+4
* oops, can't short-circuit backticsBill Nottingham1999-07-061-7/+9
* oops, don't call tty before /usr is mountedBill Nottingham1999-06-291-1/+1
* check for the presence of a tty before doing anything rash...Bill Nottingham1999-06-171-0/+8
* use INITLOG_ARGS everywhere except fsck, fix typoBill Nottingham1999-06-171-6/+6