aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-10-04 03:20:19 +0000
committerBill Nottingham <notting@redhat.com>2004-10-04 03:20:19 +0000
commitded1dc363e66f9b9354efe6b2ef45084ed6db916 (patch)
tree859f572d023762b6823b4673ebba35359962f96d
parent8c21275aae8983d41e1b3b6fed2993cabe33f1d6 (diff)
downloadinitscripts-ded1dc363e66f9b9354efe6b2ef45084ed6db916.tar
initscripts-ded1dc363e66f9b9354efe6b2ef45084ed6db916.tar.gz
initscripts-ded1dc363e66f9b9354efe6b2ef45084ed6db916.tar.bz2
initscripts-ded1dc363e66f9b9354efe6b2ef45084ed6db916.tar.xz
initscripts-ded1dc363e66f9b9354efe6b2ef45084ed6db916.zip
whoops, wrong file (#134432)
-rwxr-xr-xrc.d/init.d/halt6
1 files changed, 3 insertions, 3 deletions
diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt
index 89ef597f..8f2a30ca 100755
--- a/rc.d/init.d/halt
+++ b/rc.d/init.d/halt
@@ -70,9 +70,9 @@ if [ $? = 0 -a -x /usr/sbin/alsactl ]; then
fi
# Save random seed
-touch /var/lib/random_seed
-chmod 600 /var/lib/random_seed
-runcmd $"Saving random seed: " dd if=/dev/urandom of=/var/lib/random_seed count=1 bs=512 2>/dev/null
+touch /var/lib/random-seed
+chmod 600 /var/lib/random-seed
+runcmd $"Saving random seed: " dd if=/dev/urandom of=/var/lib/random-seed count=1 bs=512 2>/dev/null
# Sync the system clock.
ARC=0