summaryrefslogtreecommitdiff
path: root/bin/check_perms
diff options
context:
space:
mode:
Diffstat (limited to 'bin/check_perms')
-rwxr-xr-xbin/check_perms2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check_perms b/bin/check_perms
index 87f45f7c5..e96c97da4 100755
--- a/bin/check_perms
+++ b/bin/check_perms
@@ -227,7 +227,7 @@ def checkcgi():
print
def checkmail():
- wrapper = os.path.join(mm_cfg.WRAPPER_DIR, 'wrapper')
+ wrapper = os.path.join(mm_cfg.WRAPPER_DIR, 'mailman')
if STATE.VERBOSE:
print _('checking set-gid for %(wrapper)s')
mode = statmode(wrapper)