999.local revision 28263
128263Spst#!/bin/sh
228263Spst#
328263Spst# $Id: 999.local,v 1.1.1.1 1997/08/12 17:51:16 pst Exp $
428263Spst#
528263Spst# Run the old /etc/daily.local script.  This is really for backwards
628263Spst# compatibility more than anything else.
728263Spst#
828263Spstif [ -f /etc/daily.local ]; then
928263Spst    echo ""
1028263Spst    echo "Running daily.local:"
1128263Spst
1228263Spst    sh /etc/daily.local
1328263Spstfi
14