diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-10-17 15:04:39 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-10-17 15:04:39 -0700 |
commit | d367b818564a55b316af471506a8e371f75520f8 (patch) | |
tree | 39524bfd52e688c4eb000fecdbd8db501905cf52 /bin | |
parent | e7424a6a8b1b58ca495e58b0b6bec452ba40142e (diff) | |
download | mailman2-d367b818564a55b316af471506a8e371f75520f8.tar.gz mailman2-d367b818564a55b316af471506a8e371f75520f8.tar.xz mailman2-d367b818564a55b316af471506a8e371f75520f8.zip |
Added digest.mbox and pending.pck to the 'list' files checked by check_perms.
Launchpad bug #284802.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/check_perms | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/check_perms b/bin/check_perms index 7bba0f74..3c8d3768 100755 --- a/bin/check_perms +++ b/bin/check_perms @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2007 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -334,6 +334,7 @@ def checkdata(): checkfiles = ('config.pck', 'config.pck.last', 'config.db', 'config.db.last', 'next-digest', 'next-digest-topics', + 'digest.mbox', 'pending.pck', 'request.db', 'request.db.tmp') if STATE.VERBOSE: print _('checking permissions on list data') |