summaryrefslogtreecommitdiff
path: root/sysutils/cfengine2/files/patch-filedir
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-28 14:28:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-28 14:28:18 +0000
commitda8b22174313abfda7715f080b482f6b8f830afc (patch)
treef517bd83e4186b61e0698e40462175b555b09865 /sysutils/cfengine2/files/patch-filedir
parentTTWType - a product for defining new CMF types via the ZMI (diff)
- Update to 2.1.3
PR: ports/63447 Submitted by: Paul Dlug <paul@aps.org> (maintainer)
Notes
Notes: svn path=/head/; revision=102408
Diffstat (limited to 'sysutils/cfengine2/files/patch-filedir')
-rw-r--r--sysutils/cfengine2/files/patch-filedir11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/cfengine2/files/patch-filedir b/sysutils/cfengine2/files/patch-filedir
deleted file mode 100644
index 40e6d82a4a5d..000000000000
--- a/sysutils/cfengine2/files/patch-filedir
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;