summaryrefslogtreecommitdiffstats
path: root/etc/periodic/daily/999.local
blob: 2f715abb595eaa2e7a74982ec0c7709526861d7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# $FreeBSD$
#
# Run the old /etc/daily.local script.  This is really for backwards
# compatibility more than anything else.
#
if [ -f /etc/daily.local ]; then
    echo ""
    echo "Running daily.local:"

    sh /etc/daily.local
fi
OpenPOWER on IntegriCloud