| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - drastically reduce the number of consoletype invocations | Florian La Roche | 2002-07-10 | 1 | -12/+11 |
* | - this should only be sourced in | Florian La Roche | 2002-07-05 | 1 | -4/+1 |
* | - set PATH also in /etc/sysconfig/network-scripts/network-functions | Florian La Roche | 2002-06-26 | 1 | -1/+1 |
* | - PATH is set in init.d/functions, no need to set it separately | Florian La Roche | 2002-06-26 | 1 | -1/+2 |
* | - further cleanups | Florian La Roche | 2002-06-26 | 1 | -0/+1 |
* | be quiet if $LSB is set | Bill Nottingham | 2002-03-13 | 1 | -6/+6 |
* | add --force to daemon() (needed for LSB) | Bill Nottingham | 2002-03-13 | 1 | -2/+6 |
* | add warning message target. For LSB stuff | Bill Nottingham | 2002-03-13 | 1 | -0/+25 |
* | fix typo (#58954, <rm0@gmx.net>) | Bill Nottingham | 2002-02-07 | 1 | -1/+1 |
* | make sure su calls bash (#55288) | Bill Nottingham | 2002-01-25 | 1 | -1/+1 |
* | fix double echo when using --user (#54871) | Bill Nottingham | 2002-01-25 | 1 | -1/+1 |
* | random syntax cleanups (#54494) | Bill Nottingham | 2002-01-25 | 1 | -11/+12 |
* | fix typo | Bill Nottingham | 2001-09-21 | 1 | -1/+1 |
* | Korean and Chinese fix | Yukihiro Nakai | 2001-08-13 | 1 | -0/+6 |
* | it helps if you name the variable the same thing as what you're checking | Bill Nottingham | 2001-07-09 | 1 | -1/+1 |
* | cleanups for undefined variables (#46065) | Bill Nottingham | 2001-07-09 | 1 | -14/+14 |
* | make --check= at least parse right | Bill Nottingham | 2001-06-21 | 1 | -1/+2 |
* | 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 |