summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index a192fa960e5..2235bd20c3f 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.69 1998/03/25 07:25:20 deraadt Exp $
+# $OpenBSD: rc,v 1.70 1998/03/25 23:07:21 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -194,7 +194,6 @@ mount -a -t nfs
# /var/crash should be a directory or a symbolic link
# to the crash directory if core dumps are to be saved.
if [ -d /var/crash ]; then
- echo checking for core dump...
savecore /var/crash
fi