K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2009-02-18T21:38:47.300068Z
K 7
svn:log
V 1077
Backport commits 7670, 8317 et 8319 from CURRENT:

[7670]
First step towards a better handling of checkgroups:  an improved
version of docheckgroups.  Hopefully it is backward compatible.

  * The -u flag permits to update the newsgroups file (with the
    proper number of tabulations and an alphabetical sort),
    removing obsolete descriptions and adding new ones.

  * A second argument on command-line permits to specify which
    newsgroups should not be checked (it is pretty useful and
    will be used to handle drops in control.ctl as for checkgroups
    processing).

  * Detabify the script, use innshellvars' "${SORT}" instead of
    "sort" and add more comments inside the script.

  * The output is displayed better (more spaces and rewording)
    and mentions the possibility to use the -u flag and mod-active.

  * Fix a bug for moderated groups (" (Moderated)" should be
    searched, and not "(Moderated)").


[8317]
Be more consistent in wording.


[8319]
The pattern "a\+" is not recognized by a few sed implementations.
Therefore, we use "aa*" instead.


END
