From b840d21f40dc8edd32009ed1789f75be268e165e Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 27 Jan 2008 19:50:34 +0000 Subject: [PATCH] Make sure autoreply permissions are correct --- filter/filter-lib.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/filter/filter-lib.pl b/filter/filter-lib.pl index b7a872710..e6262591a 100644 --- a/filter/filter-lib.pl +++ b/filter/filter-lib.pl @@ -27,6 +27,7 @@ if (&get_product_name() eq 'usermin') { local @cst = stat($autoreply_cmd); if (!@cst || $cst[7] != $rst[7]) { ©_source_dest($autoreply_src, $autoreply_cmd); + &set_ownership_permissions(undef, undef, 0755, $autoreply_cmd); } &switch_to_remote_user();