Frederic,

In msec-0.34.4, SUID_GROUP_TODAY was renamed to SGID_TODAY.  However the 
corresponding change is needed in msec_find/find.c.  Here's the patch:

--- find.c.orig Fri Aug 30 08:20:34 2002
+++ find.c      Fri Sep  6 08:41:51 2002
@@ -139,7 +139,7 @@
                  exit(1);
          }

-        sgid_fd = fopen(getenv("SUID_GROUP_TODAY"), mode);
+        sgid_fd = fopen(getenv("SGID_TODAY"), mode);
          if ( ! sgid_fd ) {
                  perror("fopen (suid_group_today)");
                  exit(1);


David
--------------------------------------------------------
David Relson                   Osage Software Systems, Inc.
[EMAIL PROTECTED]       Ann Arbor, MI 48103
www.osagesoftware.com          tel:  734.821.8800


Reply via email to