--- motion.c.old        2015-02-25 10:35:31.713336862 -0700
+++ motion.c    2015-02-25 10:35:07.256762369 -0700
@@ -2511,7 +2511,7 @@
 int create_path(const char *path)
 {
     char *start;
-    mode_t mode = S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH;
+    mode_t mode = S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH;
     if (path[0] == '/')
         start = strchr(path + 1, '/');
| PatchStatus | PlannedPatch | 
| PatchVersion | 1.0 | 
| PatchSubmittedBy | KennethBurgener | 
| PatchHandledBy | |
| PatchForVersion | |
| PatchDependencies | |
| ScheduledForVersion | NotScheduled | 
| I | Attachment | Action | Size | Date | Who | Comment | 
|---|---|---|---|---|---|---|
|   | 
			fix-umask-group-write.patch | manage | 393 bytes | 25 Feb 2015 - 17:51 | UnknownUser | patch file |