This has been revert by r1601290 for lack of discussion/agreement on dev@.

Is there any reason why event and eventopt use the same APLOGNOs (eg.
eventopt will be become event some day) or should I recommit this?

What I did was just :
$ for n in `make update-log-tags 2>&1 |grep "Duplicate tag.*eventopt"
|awk '{print $4}' |uniq`; do sed -i "s/APLOGNO($n)/APLOGNO()/g"
server/mpm/eventopt/eventopt.c; done
$ make update-log-tags

Reply via email to