summaryrefslogtreecommitdiffstats
path: root/etc/periodic/daily/999.local
blob: 8a48c61284c8c3344799a684e7008fdcaf28fd44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# $Id: 999.local,v 1.1.1.1 1997/08/12 17:51:16 pst Exp $
#
# 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