Revision 567 changed the declaration of NO_FORK in src/cfenvd.c from
        short NO_FORK = false;
to
        extern int NO_FORK;

Unfortunately, src/env_monitor.c (which was created as part of that
revision) still declares
        short NO_FORK = false;

Please change that to
        int NO_FORK = false;

The --no-fork functionality has actually been observed to be broken
on a PPC (big-endian) system running Mac OS 10.5.

_______________________________________________
Bug-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/bug-cfengine

Reply via email to