999.local revision 50472
128263Spst#!/bin/sh -
228263Spst#
350472Speter# $FreeBSD: head/etc/periodic/weekly/999.local 50472 1999-08-27 23:37:10Z peter $
428263Spst#
528263Spst
628263Spstif [ -f /etc/weekly.local ]; then
728263Spst    echo ""
828263Spst    echo "Running weekly.local:"
928320Spst
1028263Spst    sh /etc/weekly.local
1128263Spstfi
12