]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
snapshot-20020112
authorWietse Venema <wietse@porcupine.org>
Sat, 12 Jan 2002 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <viktor@dukhovni.org>
Tue, 5 Feb 2013 06:27:48 +0000 (06:27 +0000)
postfix/postfix-install
postfix/src/global/mail_version.h

index a1663237b1d8f8c5e4815688fd54f5d728075363..20589cb1d96f08c8e0b056e8b6f2edbec8b1101c 100644 (file)
@@ -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
index df5fbc85683519e32ac8a625906b84a50542b90a..4a2918ca8193832a0cbb6023b90f2602f3033786 100644 (file)
@@ -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