| Commit message (Expand) | Author | Age | Files | Lines |
* | don't return 1 if the service isn't running at all (#151104) | Bill Nottingham | 2005-03-14 | 1 | -1/+1 |
* | fix quoting (#144634) | Bill Nottingham | 2005-01-10 | 1 | -1/+1 |
* | remove initlog, minilogd | Bill Nottingham | 2004-12-22 | 1 | -32/+15 |
* | fix incorrect rhgb temp path (#137391) | Bill Nottingham | 2004-10-28 | 1 | -1/+1 |
* | use runuser instead of su, require it | Bill Nottingham | 2004-10-04 | 1 | -1/+1 |
* | filter indic locales on the console (#134198) | Bill Nottingham | 2004-09-30 | 1 | -1/+1 |
* | fix checkpid logic, clean up potential errors (#134030) | Bill Nottingham | 2004-09-29 | 1 | -5/+5 |
* | allow daemon to coredump if requested (#130175) | Bill Nottingham | 2004-09-27 | 1 | -3/+2 |
* | export LC_MESSAGES (#133786) | Bill Nottingham | 2004-09-27 | 1 | -0/+1 |
* | rhgb enhancements (<veillard@redhat.com>, #132665) | Bill Nottingham | 2004-09-17 | 1 | -0/+12 |
* | turn on details on failed services | Bill Nottingham | 2003-10-28 | 1 | -0/+1 |
* | switch on rhgb details for confirm mode. (#100894) | Bill Nottingham | 2003-10-22 | 1 | -0/+2 |
* | export LANG, fixes rhgb in CJK | Bill Nottingham | 2003-10-08 | 1 | -0/+1 |
* | GRAPHICAL=yes, not BOOTUP=graphicalr7-22 | Bill Nottingham | 2003-05-21 | 1 | -1/+1 |
* | rhgb updates | Bill Nottingham | 2003-04-30 | 1 | -11/+7 |
* | - new releaser7-16 | Florian La Roche | 2003-04-18 | 1 | -14/+5 |
* | fix checkpid for multiple pids (#83401) | Bill Nottingham | 2003-02-04 | 1 | -2/+2 |
* | add zh_TW, match all variants of those locales | Bill Nottingham | 2003-01-20 | 1 | -1/+1 |
* | add zh_TW (#82235) | Bill Nottingham | 2003-01-20 | 1 | -1/+1 |
* | support NICELEVEL in the environment (#77846) | Bill Nottingham | 2003-01-14 | 1 | -0/+3 |
* | just use /usr/share/locale ; you need glibc locale stuff anyway... | Bill Nottingham | 2003-01-14 | 1 | -1/+0 |
* | fix CJK text on the console | Bill Nottingham | 2003-01-14 | 1 | -2/+4 |
* | graphical boot changes | Bill Nottingham | 2002-12-17 | 1 | -5/+12 |
* | - only coding style changes | Florian La Roche | 2002-07-14 | 1 | -16/+14 |
* | - exclude zh_CN.GB18030 for setting LANG | Florian La Roche | 2002-07-12 | 1 | -1/+1 |
* | - /etc/init.d/functions: | Florian La Roche | 2002-07-11 | 1 | -8/+26 |
* | - 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 |