From: Tim Rice Date: Sat, 18 Apr 2009 00:16:44 +0000 (+0000) Subject: [pkg/postinstall.in] typo in cron example X-Git-Tag: HYLAFAX-6_0_0~11 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=da4e5a440206b2d55d1f12634aecb199babb6bcd;p=thirdparty%2FHylaFAX.git [pkg/postinstall.in] typo in cron example --- diff --git a/pkg/postinstall.in b/pkg/postinstall.in index ca918a14..de667461 100644 --- a/pkg/postinstall.in +++ b/pkg/postinstall.in @@ -134,7 +134,7 @@ EOF # crontab(1) # (minutes) (hour) (day of the month) (month of the year) (day of the week) # faxcron - HylaFAX routine maintenance script -25 23 * * 0 sh ${sbindir}/faxcron -rcv 20 | mailx -s "Fax Reports" FaxMaster +25 23 * * 0 ${sbindir}/faxcron -rcv 20 | mailx -s "Fax Reports" FaxMaster EOF echo "See sample crontab(1) entries for root and fax (uucp)"