aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/functions
Commit message (Collapse)AuthorAgeFilesLines
* Add -p to status() (#134363)Miloslav Trmac2006-01-271-5/+10
|
* - Separate /var/run/*.pid handling and pidof calls to private functionsMiloslav Trmac2006-01-261-76/+96
| | | | | | | | | | (#63440) - Update to implement current LSB specification for init script functions, notably including -p pidfile (#99325, #134363) (based in part on patch by Tobias Burnus) - Misc. cleanups: - Fix failures when run with (set -u) - Mark more variables as local
* make sure corefile limiting works for user processes as well (#166511, ↵Bill Nottingham2005-10-031-3/+3
| | | | <ville.skytta@iki.fi>)
* change translated string (#54682)Bill Nottingham2005-09-291-3/+3
|
* handle odd quoting in args (#161316, <stransky@redhat.com>)Bill Nottingham2005-06-231-1/+1
|
* fix hang on stale gdm fifo (#156355)Bill Nottingham2005-04-291-1/+1
|
* use pidof -c in various functionsBill Nottingham2005-04-251-4/+4
|
* more early-login modifications (<mclasen@redhat.com>)Bill Nottingham2005-04-201-0/+1
|
* fix echo (#155270)Bill Nottingham2005-04-181-1/+1
|
* don't return 1 if the service isn't running at all (#151104)Bill Nottingham2005-03-141-1/+1
|
* fix quoting (#144634)Bill Nottingham2005-01-101-1/+1
|
* remove initlog, minilogdBill Nottingham2004-12-221-32/+15
|
* 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
| | | | catch a couple more failure cases in rc.sysinit for jumping out of rhgb.
* 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
| | | | | | daemon(): avoid starting another bash killproc(): avoid starting another bash for the default case - do not call "insmod -p" before loading the "st" module
* - 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
|