aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/functions
Commit message (Expand)AuthorAgeFilesLines
* fix echo (#155270)Bill Nottingham2005-04-181-1/+1
* fix incorrect rhgb temp path (#137391)Bill Nottingham2004-10-281-1/+1
* use runuser instead of su, require itBill Nottingham2004-10-041-1/+1
* filter indic locales on the console (#134198)Bill Nottingham2004-09-301-1/+1
* fix checkpid logic, clean up potential errors (#134030)Bill Nottingham2004-09-291-5/+5
* allow daemon to coredump if requested (#130175)Bill Nottingham2004-09-271-3/+2
* export LC_MESSAGES (#133786)Bill Nottingham2004-09-271-0/+1
* rhgb enhancements (<veillard@redhat.com>, #132665)Bill Nottingham2004-09-171-0/+12
* turn on details on failed servicesBill Nottingham2003-10-281-0/+1
* switch on rhgb details for confirm mode. (#100894)Bill Nottingham2003-10-221-0/+2
* export LANG, fixes rhgb in CJKBill Nottingham2003-10-081-0/+1
* GRAPHICAL=yes, not BOOTUP=graphicalr7-22Bill Nottingham2003-05-211-1/+1
* rhgb updatesBill Nottingham2003-04-301-11/+7
* - new releaser7-16Florian La Roche2003-04-181-14/+5
* fix checkpid for multiple pids (#83401)Bill Nottingham2003-02-041-2/+2
* add zh_TW, match all variants of those localesBill Nottingham2003-01-201-1/+1
* add zh_TW (#82235)Bill Nottingham2003-01-201-1/+1
* support NICELEVEL in the environment (#77846)Bill Nottingham2003-01-141-0/+3
* just use /usr/share/locale ; you need glibc locale stuff anyway...Bill Nottingham2003-01-141-1/+0
* fix CJK text on the consoleBill Nottingham2003-01-141-2/+4
* graphical boot changesBill Nottingham2002-12-171-5/+12
* - only coding style changesFlorian La Roche2002-07-141-16/+14
* - exclude zh_CN.GB18030 for setting LANGFlorian La Roche2002-07-121-1/+1
* - /etc/init.d/functions:Florian La Roche2002-07-111-8/+26
* - drastically reduce the number of consoletype invocationsFlorian La Roche2002-07-101-12/+11
* - this should only be sourced inFlorian La Roche2002-07-051-4/+1
* - set PATH also in /etc/sysconfig/network-scripts/network-functionsFlorian La Roche2002-06-261-1/+1
* - PATH is set in init.d/functions, no need to set it separatelyFlorian La Roche2002-06-261-1/+2
* - further cleanupsFlorian La Roche2002-06-261-0/+1
* be quiet if $LSB is setBill Nottingham2002-03-131-6/+6
* add --force to daemon() (needed for LSB)Bill Nottingham2002-03-131-2/+6
* add warning message target. For LSB stuffBill Nottingham2002-03-131-0/+25
* fix typo (#58954, <rm0@gmx.net>)Bill Nottingham2002-02-071-1/+1
* make sure su calls bash (#55288)Bill Nottingham2002-01-251-1/+1
* fix double echo when using --user (#54871)Bill Nottingham2002-01-251-1/+1
* random syntax cleanups (#54494)Bill Nottingham2002-01-251-11/+12
* fix typoBill Nottingham2001-09-211-1/+1
* 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