999.local revision 28263
1#!/bin/sh
2#
3# $Id: 999.local,v 1.1.1.1 1997/08/12 17:51:16 pst Exp $
4#
5# Run the old /etc/daily.local script.  This is really for backwards
6# compatibility more than anything else.
7#
8if [ -f /etc/daily.local ]; then
9    echo ""
10    echo "Running daily.local:"
11
12    sh /etc/daily.local
13fi
14