diff options
-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 |