Changeset 1240
- Timestamp:
- 09/04/08 00:26:06 (3 months ago)
- Files:
-
- fwknop/trunk/CREDITS (modified) (1 diff)
- fwknop/trunk/fwknop_funcs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fwknop/trunk/CREDITS
r1217 r1240 162 162 - Architected the process of packaging fwknop for the Debian Linux 163 163 distribution. 164 - Suggested 0600 permissions mode on all <proc>.pid files in 165 /var/run/fwknop/ 164 166 165 167 Jose Luis Bellido fwknop/trunk/fwknop_funcs.c
r1201 r1240 104 104 } 105 105 106 /* the pid_file now that we have read it */106 /* close the pid_file now that we have read it */ 107 107 fclose(pidfile_ptr); 108 109 /* set permissions to 0600 (suggested by Franck Joncourt) */ 110 chmod(pid_file, 0600); 108 111 109 112 return;
