Remove gratutious echo to close misc/279.

This commit is contained in:
Jordan K. Hubbard 1995-03-29 03:30:22 +00:00
parent 9845d771df
commit c80147acd5
1 changed files with 1 additions and 3 deletions

View File

@ -1,11 +1,9 @@
#!/bin/sh
# $Id: rc.maint,v 1.1 1995/03/23 01:25:51 jkh Exp $
# $Id: rc.maint,v 1.2 1995/03/24 00:16:25 jkh Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# Various maintainance tasks to be done as the system is coming up
echo '** Begin system maintainance tasks **'
# /var/crash should be a directory or a symbolic link
# to the crash directory if core dumps are to be saved.
if [ "X${savecore}" = X"YES" -a -d /var/crash ]; then