Deleted Added
full compact
999.local (28264) 999.local (50472)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $Id: 999.local,v 1.1.1.1 1997/08/12 17:51:16 pst Exp $
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
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