Deleted Added
full compact
999.local (28320) 999.local (50472)
1#!/bin/sh -
2#
1#!/bin/sh -
2#
3# $Id: 999.local,v 1.1.1.1 1997/08/16 17:04:02 pst Exp $
3# $FreeBSD: head/etc/periodic/weekly/999.local 50472 1999-08-27 23:37:10Z peter $
4#
5
6if [ -f /etc/weekly.local ]; then
7 echo ""
8 echo "Running weekly.local:"
9
10 sh /etc/weekly.local
11fi
4#
5
6if [ -f /etc/weekly.local ]; then
7 echo ""
8 echo "Running weekly.local:"
9
10 sh /etc/weekly.local
11fi