aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/functions
Commit message (Collapse)AuthorAgeFilesLines
* fix or_IN and similar locales (#212219)Bill Nottingham2006-10-261-15/+1
|
* don't write to gdmfifoBill Nottingham2006-09-271-1/+0
|
* - "<<<" doesn't work without a read-write filesystem. No, I'm serious.Peter Jones2006-08-311-4/+3
|
* - make resolve_dm_name ignore core logger block size when comparing rulesPeter Jones2006-08-311-4/+10
| | | | | | | - slightly more readable formatting - make "line" and "newline" the same variable - kill 2 exec() calls, add 1. - shell quoting rill ROT YOUR BRANE.
* catch more errors from dmraid (#200683)Bill Nottingham2006-08-071-1/+1
|
* Consistently exclude backup files when globbingMiloslav Trmac2006-07-271-0/+12
|
* deref symlinks in get_numeric_devBill Nottingham2006-07-211-1/+1
|
* Add a configurable delay for killproc() (#198429, <jorton@redhat.com>)Bill Nottingham2006-07-201-4/+9
|
* Fix garbled output of rc.sysinit in rhgb (#192604, patch by Tony NelsonMiloslav Trmac2006-07-091-1/+1
| | | | <tonynelson@georgeanelson.com>)
* Fix daemon --pidfile=... (#195341, patch by Steven AugartMiloslav Trmac2006-06-171-1/+1
| | | | <saugart@mazunetworks.com>)
* Clarify killproc usage message (#193711)Miloslav Trmac2006-06-051-1/+1
|
* Fix handling of mount points with white space (#186713):Miloslav Trmac2006-05-081-1/+60
| | | | | | | | | | | | | - src/fstab-decode.c, src/fstab-decode.8: New files. - src/Makefile: Build and install fstab-decode. - initscripts.spec: Add fstab-decode to %files - rc.d/init.d/functions (fstab_decode_str): New function. (__umount_loop, __umount_loopback_loop): Factor out from copy&pasted copies. (action): Fix command quoting. - rc.d/rc.sysinit: Correctly quote and decode mount points. - rc.d/init.d/halt: Use __umount_* and fstab-decode. (action): Rename from runcmd. Fix command quoting. - rc.d/init.d/netfs: Use __umount_*.
* (failure, passed, warning, action): Make variables local, fixes runningMiloslav Trmac2006-03-271-3/+5
| | | | quotacheck after fsck has repaired something (#168118).
* (killproc): Respect -p when removing the pid fileMiloslav Trmac2006-03-271-1/+1
|
* (status): Try the PID from the PID file if (pidof) fails (#182623)Miloslav Trmac2006-03-191-6/+9
|
* - filter out another "no" message from dmraid. We need to fix dmraid'sr8-29Peter Jones2006-02-141-2/+2
| | | | | | exit status in these cases and use that in the future... - add path to one dmraid call - bump version, add changelog
* - check for "No devices found" when calling dmsetupPeter Jones2006-02-131-1/+1
|
* (get_numeric_dev): On second thought, write directly what we want awk to do.Miloslav Trmac2006-02-021-1/+1
|
* fix sendmail startupBill Nottingham2006-02-021-1/+1
|
* Eliminate creating the second awk process in get_numeric_dev()Miloslav Trmac2006-02-011-1/+1
|
* - ignore the "I couldn't find anything to do" line, which we should removePeter Jones2006-01-311-1/+1
| | | | from dmraid entirely.
* remove references to /usr/X11R6/bin (#177938)Bill Nottingham2006-01-311-1/+1
|
* - two more silly typosPeter Jones2006-01-311-2/+2
|
* - don't use cutPeter Jones2006-01-311-2/+2
|
* - check for active dmraid devices by table (rather than name) beforer8-21Peter Jones2006-01-311-0/+29
| | | | activation
* 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
|