aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/functions
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* *** empty log message ***r4-01Bill Nottingham1999-04-071-1/+3
* *** empty log message ***Bill Nottingham1999-04-071-1/+3
* add a --check to daemon so that we don't look for su's pidBill Nottingham1999-04-071-1/+6
* fix for pid grep in statusBill Nottingham1999-03-301-1/+4
* swapped out can be [foo]Bill Nottingham1999-03-261-0/+1
* fix killproc foo SIGNAL so it works sanelyBill Nottingham1999-03-261-7/+6
* if $BOOTUP is already set, don't source configBill Nottingham1999-03-221-4/+5
* fix killproc logic (only one success/failure per call)Bill Nottingham1999-03-161-3/+7
* remove cruftBill Nottingham1999-03-161-33/+4
* add a 'PASSED' resultBill Nottingham1999-03-161-28/+51
* change variable nameBill Nottingham1999-03-141-3/+3
* if [ 0 ] don't work in shell. *thwap*Bill Nottingham1999-03-141-1/+1
* change to pidofproc suggested by "Mike McHenry" <mmchen@minn.net>Bill Nottingham1999-03-101-3/+3