summaryrefslogtreecommitdiff
path: root/bin/check_db
Commit message (Collapse)AuthorAgeFilesLines
* Jon Parise's patch to improve the usage() output for the command linebwarsaw2002-10-211-2/+6
| | | | | | and cron scripts. When code/status == 0, there's no error (it's likely --help output) so send that to stdout. Otherwise, it's an error and the output goes to stderr.
* Patches to support duplicate suppression for explicit recipients,bwarsaw2002-03-051-4/+5
| | | | | | | | | written by Ben Gertzfield, ported to MM2.1 by Marc MERLIN. Specifically, Instead of using LIST_DATA_DIR directly, instantiate a MailList object and use its fullpath() method.
* Fix this to check the config.pck and config.pck.last files too.bwarsaw2001-10-041-52/+60
|
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-071-2/+2
| | | | | | | | | | | | | into the script's #! line -- based on --with-python settings, without losing CVS revision history. #! /usr/bin/env python becomes #! @PYTHON@ which gets substituted for in configure.
* Start of support for i18n; marking of translatable strings.bwarsaw2000-12-071-34/+82
| | | | | Use extended print statement, string methods, and other Python 2.0 features.
* Make sure all scripts lowercase the list names, since they are casebwarsaw2000-09-111-3/+9
| | | | | | | insensitive. list_lists prints them out using their real name -- not their internal name -- and they should differ only by case. Closes SF bug #113742 and patch #101434.
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
|
* Add GNU copyrightbwarsaw1999-03-211-0/+16
|
* Script to check the state of a list's database filebwarsaw1999-03-211-0/+70