diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-25 23:07:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-25 23:07:22 +0000 |
commit | eff1b94be8bc14d5dab3551e9a293e5fbdc06641 (patch) | |
tree | ed8ebbd643363553b610dd51706f8d130688301b | |
parent | 9ff2b7ce3bedcc6f18576e161cf15877d47913bb (diff) |
savecore prints a message; no need to print another
-rw-r--r-- | etc/rc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |