]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- patch for permisions in start-script
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 25 Apr 2001 13:33:25 +0000 (13:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix-script.patch -> 1.1

postfix-script.patch [new file with mode: 0644]

diff --git a/postfix-script.patch b/postfix-script.patch
new file mode 100644 (file)
index 0000000..8318910
--- /dev/null
@@ -0,0 +1,22 @@
+--- snapshot-20010329/conf/postfix-script-sgid.orig    Wed Apr 25 15:23:06 2001
++++ snapshot-20010329/conf/postfix-script-sgid Wed Apr 25 15:24:08 2001
+@@ -171,7 +171,7 @@
+               -exec $WARN not owned by root: {} \;
+       find $daemon_directory/. $config_directory/. \
+-              \( -perm -020 -o -perm -002 \) \
++              \( -perm +020 -o -perm +002 \) \
+               -exec $WARN group or other writable: {} \;
+       find $queue_directory/* $config_directory/* -name '*core' \
+--- snapshot-20010329/conf/postfix-script-nosgid.orig  Wed Apr 25 15:22:53 2001
++++ snapshot-20010329/conf/postfix-script-nosgid       Wed Apr 25 15:23:46 2001
+@@ -171,7 +171,7 @@
+               -exec $WARN not owned by root: {} \;
+       find $daemon_directory/. $config_directory/. \
+-              \( -perm -020 -o -perm -002 \) \
++              \( -perm +020 -o -perm +002 \) \
+               -exec $WARN group or other writable: {} \;
+       find $queue_directory/* $config_directory/* -name '*core' \
This page took 0.127753 seconds and 4 git commands to generate.