]> git.pld-linux.org Git - packages/awffull.git/commitdiff
- it seems that translate does translation only, on unknown entries it
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 1 Jul 2006 15:35:04 +0000 (15:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  leaves them unknown. Database must be updated before awffull call.

Changed files:
    awffull.cron -> 1.6

awffull.cron

index e5d272fac2e1f8502f31cf563718ee9a1bb3c087..5a336c3b06e112edeb3348bc3b47befb337ae34f 100644 (file)
@@ -29,6 +29,7 @@ if [ -n "$ENABLE" ] && [ "$ENABLE" = "yes" -o "$ENABLE" = "YES" ]; then
                        TMPCONFIG=`mktemp -q /var/lib/dnshistory/awffull_config.XXXXXX`
                        LOGFILE=`grep ^LogFile ${singleconfig} | awk '{ print $2;}'`
                        grep -v ^LogFile ${singleconfig} > ${TMPCONFIG}
+                       dnshistory -f ${LOGFILE}
                        dnshistory -T -f ${LOGFILE} | awffull ${AWFFULL_OPTS} -c ${TMPCONFIG} - ;
                        rm -f ${TMPCONFIG}
                else
This page took 0.095669 seconds and 4 git commands to generate.