| Commit message (Expand) | Author | Age | Files | Lines |
* | set umask to 022 | Bill Nottingham | 2001-04-03 | 1 | -0/+3 |
* | --background is fundamentally broken. Remove it for now.r5-77 | Bill Nottingham | 2001-03-14 | 1 | -6/+2 |
* | fix up --background some more | Bill Nottingham | 2001-03-14 | 1 | -2/+2 |
* | fix background. that was weird | Bill Nottingham | 2001-03-14 | 1 | -1/+1 |
* | fix some ## substitutions to be correct | Bill Nottingham | 2001-02-19 | 1 | -2/+2 |
* | use 'su -' , not just 'su' (#26894) | Bill Nottingham | 2001-02-16 | 1 | -1/+1 |
* | - make pidofproc() and killproc() try to use the PID associated with the fullr5-64-2 | Nalin Dahyabhai | 2001-02-15 | 1 | -3/+8 |
* | return 1 in killproc if process isn't running (#26718) | Bill Nottingham | 2001-02-12 | 1 | -0/+1 |
* | fix the 'unable to shutdown cleanly' problem (#25744) | Bill Nottingham | 2001-02-07 | 1 | -1/+1 |
* | don't display japanese unless we're on a pty | Bill Nottingham | 2001-02-06 | 1 | -1/+5 |
* | various cleanups (#10761, from mjt@tls.msk.ru)r5-59 | Bill Nottingham | 2001-01-30 | 1 | -61/+65 |
* | for daemon(), look only at the pid file to see if it's running (#17244, others) | Bill Nottingham | 2001-01-30 | 1 | -2/+22 |
* | fix inability to shutdown cleanly | Bill Nottingham | 2001-01-24 | 1 | -1/+1 |
* | fix up i18n stuff so it works | Bill Nottingham | 2001-01-23 | 1 | -0/+5 |
* | fix utter brokenness. Must be more careful with sed | Bill Nottingham | 2001-01-23 | 1 | -1/+1 |
* | tag action, runcmd, etc. lines as well | Bill Nottingham | 2001-01-23 | 1 | -10/+10 |
* | change i18n stuff around; don't call gettext explicitly, just do echo $"some ... | Bill Nottingham | 2001-01-23 | 1 | -82/+32 |
* | Big i18n commit. From Conectiva, originally. | Bill Nottingham | 2001-01-02 | 1 | -34/+94 |
* | add usleep after kill -9 | Bill Nottingham | 2000-08-21 | 1 | -0/+1 |
* | don't use head, it's in /usr | Bill Nottingham | 2000-08-15 | 1 | -2/+2 |
* | revert | Bill Nottingham | 2000-07-24 | 1 | -2/+2 |
* | /etc/init.d -> /etc/rc.d/init.dr5-36 | Bernhard Rosenkraenzer | 2000-07-24 | 1 | -2/+2 |
* | chuck ulimit errors to /dev/null | Bill Nottingham | 2000-07-13 | 1 | -1/+1 |
* | use the process's basename when looking for pid files | Nalin Dahyabhai | 2000-06-16 | 1 | -12/+16 |
* | set core dump soft limit, not hard limit | Bill Nottingham | 2000-06-10 | 1 | -1/+1 |
* | use pidofproc ; it does its own basename (#11762) | Bill Nottingham | 2000-05-31 | 1 | -2/+2 |
* | Blarg. I can't type. | Bill Nottingham | 2000-04-03 | 1 | -1/+1 |
* | remove calls to ps. This should speed things up on slower machines | Bill Nottingham | 2000-03-20 | 1 | -7/+17 |
* | fix pidof calls in pidofproc | Bill Nottingham | 2000-01-21 | 1 | -19/+15 |
* | put ps|grep|awk back in until we think of something better (pidof -x ain't it) | Bill Nottingham | 2000-01-21 | 1 | -2/+17 |
* | add --user option to daemon | Bill Nottingham | 2000-01-21 | 1 | -7/+20 |
* | remove ps |grep|awk construct | Bill Nottingham | 2000-01-14 | 1 | -17/+2 |
* | fix console checking with new consoletype program (from jakub) | Bill Nottingham | 1999-10-25 | 1 | -2/+2 |
* | *** empty log message *** | Bill Nottingham | 1999-09-20 | 1 | -1/+1 |
* | pass /dev/null as stdin to daemons. | Bill Nottingham | 1999-09-20 | 1 | -1/+1 |
* | Duh. Use different terminal escape. | Bill Nottingham | 1999-09-13 | 1 | -2/+1 |
* | oops. reversed logic in killproc. | Bill Nottingham | 1999-09-02 | 1 | -0/+1 |
* | add interactive prompt to make Cristian & Preston happy | Bill Nottingham | 1999-09-02 | 1 | -0/+3 |
* | *** empty log message *** | Bill Nottingham | 1999-08-17 | 1 | -2/+8 |
* | *** empty log message ***r4-27 | Bill Nottingham | 1999-07-27 | 1 | -6/+6 |
* | trap sigpipe in shell... | Bill Nottingham | 1999-07-27 | 1 | -3/+9 |
* | When we write to initlog's FD, write in subshell so we don't die with SIGPIPE | Bill Nottingham | 1999-07-24 | 1 | -3/+4 |
* | oops, can't short-circuit backtics | Bill Nottingham | 1999-07-06 | 1 | -7/+9 |
* | oops, don't call tty before /usr is mounted | Bill Nottingham | 1999-06-29 | 1 | -1/+1 |
* | check for the presence of a tty before doing anything rash... | Bill Nottingham | 1999-06-17 | 1 | -0/+8 |
* | use INITLOG_ARGS everywhere except fsck, fix typo | Bill Nottingham | 1999-06-17 | 1 | -6/+6 |
* | *** empty log message ***r4-01 | Bill Nottingham | 1999-04-07 | 1 | -1/+3 |
* | *** empty log message *** | Bill Nottingham | 1999-04-07 | 1 | -1/+3 |
* | add a --check to daemon so that we don't look for su's pid | Bill Nottingham | 1999-04-07 | 1 | -1/+6 |
* | fix for pid grep in status | Bill Nottingham | 1999-03-30 | 1 | -1/+4 |