Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 9b9532530e449cc645b44bb02d4b3e3a > files > 1

logwatch-7.3.6-50.fc13.noarch.rpm

#!/bin/bash

DailyReport=`grep -e "^[[:space:]]*DailyReport[[:space:]]*=[[:space:]]*" /usr/share/logwatch/default.conf/logwatch.conf | head -n1 | sed -e "s|^\s*DailyReport\s*=\s*||"`

if [ "$DailyReport" != "No" ] && [ "$DailyReport" != "no" ]
then
    logwatch
fi