]> git.pld-linux.org Git - packages/postfix.git/blame - postfix-script.patch
- two fixes in ipv6 patch:
[packages/postfix.git] / postfix-script.patch
CommitLineData
17f47e3f
PG
1--- snapshot-20010329/conf/postfix-script-sgid.orig Wed Apr 25 15:23:06 2001
2+++ snapshot-20010329/conf/postfix-script-sgid Wed Apr 25 15:24:08 2001
3@@ -171,7 +171,7 @@
4 -exec $WARN not owned by root: {} \;
5
6 find $daemon_directory/. $config_directory/. \
7- \( -perm -020 -o -perm -002 \) \
8+ \( -perm +020 -o -perm +002 \) \
9 -exec $WARN group or other writable: {} \;
10
11 find $queue_directory/* $config_directory/* -name '*core' \
12--- snapshot-20010329/conf/postfix-script-nosgid.orig Wed Apr 25 15:22:53 2001
13+++ snapshot-20010329/conf/postfix-script-nosgid Wed Apr 25 15:23:46 2001
14@@ -171,7 +171,7 @@
15 -exec $WARN not owned by root: {} \;
16
17 find $daemon_directory/. $config_directory/. \
18- \( -perm -020 -o -perm -002 \) \
19+ \( -perm +020 -o -perm +002 \) \
20 -exec $WARN group or other writable: {} \;
21
22 find $queue_directory/* $config_directory/* -name '*core' \
This page took 0.087349 seconds and 4 git commands to generate.