summaryrefslogtreecommitdiff
path: root/sysutils/cfengine2/files/patch-filedir
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/cfengine2/files/patch-filedir')
-rw-r--r--sysutils/cfengine2/files/patch-filedir11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/cfengine2/files/patch-filedir b/sysutils/cfengine2/files/patch-filedir
new file mode 100644
index 000000000000..40e6d82a4a5d
--- /dev/null
+++ b/sysutils/cfengine2/files/patch-filedir
@@ -0,0 +1,11 @@
+--- src/filedir.c.orig Mon Jan 19 19:22:26 2004
++++ src/filedir.c Mon Jan 19 19:22:39 2004
+@@ -554,7 +554,7 @@
+ return;
+ }
+ #else
+-if (((newperm & 07777) == (dstat->st_mode & 07777) && (action != touch)) /* file okay */
++if (((newperm & 07777) == (dstat->st_mode & 07777) && (action != touch))) /* file okay */
+ {
+ Debug("File okay, newperm = %o, stat = %o\n",(newperm & 07777),(dstat->st_mode & 07777));
+ fixmode = false;