Pawel Jakub Dawidek
|
560c4fc142
|
- Add a note that passing NULL to pidfile_write(), pidfile_remove() and
pidfile_close() functions is safe. This possibility is used in example code.
- Cast pid_t to int.
Requested by: yar
|
2006-01-28 14:13:15 +00:00 |
|
Ruslan Ermilov
|
6b84cd5819
|
Fix markup, grammar and spelling.
|
2005-11-18 14:21:28 +00:00 |
|
Pawel Jakub Dawidek
|
8b28aef238
|
Pidfiles should be created with permission preventing users from opening
them for reading. When user can open file for reading, he can also
flock(2) it, which can lead to confusions.
Pointed out by: green
|
2005-09-16 11:24:28 +00:00 |
|
Pawel Jakub Dawidek
|
412fa8f114
|
Add a family of functions for reliable pidfiles handling.
Idea from: jmg
Discussed on: arch@
|
2005-08-24 17:21:38 +00:00 |
|