Overview
Comment: | Made wording slightly more clear |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | f74837eecc5d45ae46e0edc353f66382ee753df7 |
User & Date: | rkeene on 2014-07-23 07:53:03 |
Other Links: | manifest | tags |
Context
2014-08-31
| ||
18:07 | Updated to use a fallback mime.types file if specified one is unavailable check-in: 862bf6f56b user: rkeene tags: trunk | |
2014-07-23
| ||
07:53 | Made wording slightly more clear check-in: f74837eecc user: rkeene tags: trunk | |
2014-06-20
| ||
04:45 | Explicitly ignore the return value of read() for random data check-in: 6ab9a334b8 user: rkeene tags: trunk | |
Changes
Modified README from [15c37ea3f2] to [ec4fc9a30e].
76 76 desirable to use your own mapping rather than the default one. This 77 77 can be done by specifying the MIMETYPES macro to "make". If no 78 78 mapping is desired, "/dev/null" may be specified. 79 79 80 80 Log Files 81 81 --------- 82 82 Because "filed" relies on chroot(2) and setuid(2), log files cannot reliably 83 -be re-opened. If you need log rotation a second process, which can close and 84 -re-open log files, must be used. Any process may be used for writing logs to 85 -but if the process does not support log rotation it will not provide that 83 +be re-opened. If you need log rotation then a second process, which can close 84 +and re-open log files, must be used. Any process may be used for writing logs 85 +but if the process does not support log rotation then it will not provide that 86 86 benefit. For example, if you wish to write logs to syslogd(8) you can use 87 87 logger(1), such as: 88 88 # ./filed --root /www --user nobody --log '|logger -t filed' --daemon