diff options
| author | Bill Nottingham <notting@redhat.com> | 2001-09-21 15:58:58 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2001-09-21 15:58:58 +0000 |
| commit | 8efba0500dd67a6bfe3b0a30a64061cf585dd293 (patch) | |
| tree | 373025715db82c1a3de82efb0b137d0dca6357e7 /rc.d/init.d/functions | |
| parent | 11f176d4896e418b12da2cb9c9d420390cd16cdc (diff) | |
Backport some fixes from the 7.2 branch:
- unmounting of loopback devices
- unmounting of /initrd
- don't blow up on ext3/reiserfs in /etc/init.d/halt
- module alias determination fixes
- quota tweaks
Diffstat (limited to 'rc.d/init.d/functions')
| -rwxr-xr-x | rc.d/init.d/functions | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rc.d/init.d/functions b/rc.d/init.d/functions index ee2704c4..605f74d5 100755 --- a/rc.d/init.d/functions +++ b/rc.d/init.d/functions @@ -92,7 +92,8 @@ daemon() { shift 2 ;; --check=?*) - base=${1#--user=} + base=${1#--check=} + gotbase="yes" shift ;; --user) |
