Bug reports for INN 2.2.2

Paul Taylor birder at ozemail.com.au
Mon Jan 17 02:52:38 UTC 2000


The following patch fixes a syntax error in the checkgroups script -
the single quotes prevent expansion of the NEWSGROUPPATS variable, so
they have been replaced with double quotes:

# diff bin/control/checkgroups.orig bin/control/checkgroups
29c29
<       | /opt/inn/lib/docheckgroups '${NEWSGROUPPATS}' \
---
>       | /opt/inn/lib/docheckgroups "${NEWSGROUPPATS}" \
 


The following patch was used to get the sendbatch script working under
Solaris 2.6 - it doesn't have uuq, so uustat with some filtering was
used instead:

# diff bin/sendbatch.orig bin/sendbatch
20c20
< UUXFLAGS="- -r -n -gd"
---
> UUXFLAGS="-r -n -glow"
173c173,174
<           QUEUE=`uuq -l -s${SITE} 2>/dev/null | ${AWK} '{print $4;
exit }'`
---
>           QUEUE=`uustat -s${SITE} -Sq 2>/dev/null | ${AWK} 'BEGIN {printf \
> "expr "} /queued/ {printf "%s + ", $(NF-1)} END {printf "0\n"}' | sh`
   

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
   Paul Taylor                           Veni, vidi, tici -
   birder at ozemail.com.au                 I came, I saw, I ticked.



More information about the inn-bugs mailing list