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