From: Wietse Venema Date: Sat, 12 Jan 2002 05:00:00 +0000 (-0500) Subject: snapshot-20020112 X-Git-Tag: v1.1.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=654192e3d1985a4bf887d4d0dac003eab6d4d977;p=thirdparty%2Fpostfix.git snapshot-20020112 --- diff --git a/postfix/postfix-install b/postfix/postfix-install index a1663237b..20589cb1d 100644 --- a/postfix/postfix-install +++ b/postfix/postfix-install @@ -561,7 +561,7 @@ then for file in postdrop postqueue do compare_or_replace $EXE bin/$file $COMMAND_DIRECTORY/$file || exit 1 - echo \$command_directory/$file:f:root:\$setgid_group:1755 \ + echo \$command_directory/$file:f:root:\$setgid_group:2755 \ >>$CONFIG_DIRECTORY/postfix-files || exit 1 done else @@ -569,7 +569,7 @@ else do compare_or_replace 2$EXE bin/$file $COMMAND_DIRECTORY/$file postdrop \ || exit 1 - echo \$command_directory/$file:f:root:\$setgid_group:1755 \ + echo \$command_directory/$file:f:root:\$setgid_group:2755 \ >>$CONFIG_DIRECTORY/postfix-files || exit 1 done fi diff --git a/postfix/src/global/mail_version.h b/postfix/src/global/mail_version.h index df5fbc856..4a2918ca8 100644 --- a/postfix/src/global/mail_version.h +++ b/postfix/src/global/mail_version.h @@ -15,7 +15,7 @@ * Version of this program. */ #define VAR_MAIL_VERSION "mail_version" -#define DEF_MAIL_VERSION "Snapshot-20020111" +#define DEF_MAIL_VERSION "Snapshot-20020112" extern char *var_mail_version; /* LICENSE