diff --git a/etc/rc.maint b/etc/rc.maint index e7cb13f96e6..5ae76c571f2 100644 --- a/etc/rc.maint +++ b/etc/rc.maint @@ -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