999.local revision 50472
128263Spst#!/bin/sh
228263Spst#
350472Speter# $FreeBSD: head/etc/periodic/daily/999.local 50472 1999-08-27 23:37:10Z peter $
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