bug-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

patch for cfengine 2.1.1 on openbsd 3.4


From: Thomas Delaet
Subject: patch for cfengine 2.1.1 on openbsd 3.4
Date: Mon, 19 Jan 2004 17:08:41 +0100
User-agent: KMail/1.5.2

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

For compiling cfengine 2.1.1 on openbsd 3.4 (release, platform i386), I had to 
apply the following patch:

- --- filedir.c.orig      Sun Jan 18 05:16:27 2004
+++ filedir.c   Sun Jan 18 05:14:22 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;


My berkeley db version is 4.2.52.

Kind Regards,
- --
Thomas

gpgkey @ http://www.student.kuleuven.ac.be/~m0118865/


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFADAEKIZsL90hyEFkRAqXtAJ9gdlqkVn+YugIGx/AyvTORGmWhpwCfTdua
hxsqVCzptdjCBMzAHTG4Zeo=
=cBx/
-----END PGP SIGNATURE-----

Attachment: filedir.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]