aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-09-14 04:23:08 +0000
committerBill Nottingham <notting@redhat.com>2007-09-14 04:23:08 +0000
commitee1941bffa182b87e80c920f534e54c72d2f5c34 (patch)
tree1e7aff018a8d800109d50a68a893335670532973
parent741a10058d335ea1c41946268837e18eb3efe9a3 (diff)
downloadinitscripts-ee1941bffa182b87e80c920f534e54c72d2f5c34.tar
initscripts-ee1941bffa182b87e80c920f534e54c72d2f5c34.tar.gz
initscripts-ee1941bffa182b87e80c920f534e54c72d2f5c34.tar.bz2
initscripts-ee1941bffa182b87e80c920f534e54c72d2f5c34.tar.xz
initscripts-ee1941bffa182b87e80c920f534e54c72d2f5c34.zip
more dead code
-rwxr-xr-xrc.d/rc.sysinit4
1 files changed, 0 insertions, 4 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 0bb050af..ba3cae2c 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -872,10 +872,6 @@ mkdir -m 1777 -p /tmp/.ICE-unix >/dev/null 2>&1
chown root:root /tmp/.ICE-unix
[ -n "$SELINUX_STATE" ] && restorecon /tmp/.ICE-unix >/dev/null 2>&1
-#if [ -x /etc/init.d/diskdump ]; then
-# /etc/init.d/diskdump swapsavecore
-#fi
-
# Start up swapping.
update_boot_stage RCswap
action $"Enabling /etc/fstab swaps: " swapon -a -e