Browse Source

savecore prints a message; no need to print another

OPENBSD_2_3
deraadt 26 years ago
parent
commit
f59756018b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/etc/rc

+ 1
- 2
src/etc/rc View File

@ -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


Loading…
Cancel
Save