summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-25 23:07:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-03-25 23:07:22 +0000
commiteff1b94be8bc14d5dab3551e9a293e5fbdc06641 (patch)
treeed8ebbd643363553b610dd51706f8d130688301b
parent9ff2b7ce3bedcc6f18576e161cf15877d47913bb (diff)
savecore prints a message; no need to print another
-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