diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-28 14:28:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-28 14:28:18 +0000 |
commit | da8b22174313abfda7715f080b482f6b8f830afc (patch) | |
tree | f517bd83e4186b61e0698e40462175b555b09865 /sysutils/cfengine2/files/patch-filedir | |
parent | TTWType - 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-filedir | 11 |
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; |