diff options
author | Bill Nottingham <notting@redhat.com> | 2005-07-14 18:49:10 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-07-14 18:49:10 +0000 |
commit | 8e99d23baba6921317b488eb2b654713ee3e2b36 (patch) | |
tree | d0810a88f49b74839b39393c51a3f5e0061dda96 /rc.d/rc.sysinit | |
parent | 101a552aac7da98cff4288655694e81bdedca4df (diff) | |
download | initscripts-8e99d23baba6921317b488eb2b654713ee3e2b36.tar initscripts-8e99d23baba6921317b488eb2b654713ee3e2b36.tar.gz initscripts-8e99d23baba6921317b488eb2b654713ee3e2b36.tar.bz2 initscripts-8e99d23baba6921317b488eb2b654713ee3e2b36.tar.xz initscripts-8e99d23baba6921317b488eb2b654713ee3e2b36.zip |
not built yet
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-x | rc.d/rc.sysinit | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 0c3de9aa..23c132fa 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -610,9 +610,9 @@ mkdir -m 1777 -p /tmp/.ICE-unix >/dev/null 2>&1 chown root:root /tmp/.ICE-unix [ -n "$SELINUX" ] && restorecon /tmp/.ICE-unix >/dev/null 2>&1 -if [ -x /etc/init.d/diskdump ]; then - /etc/init.d/diskdump swapsavecore -fi +#if [ -x /etc/init.d/diskdump ]; then +# /etc/init.d/diskdump swapsavecore +#fi # Start up swapping. update_boot_stage RCswap |