Remove gratutious echo to close misc/279.
This commit is contained in:
parent
9845d771df
commit
c80147acd5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user