Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
4 lines
308 B
Text
4 lines
308 B
Text
File::Write::Rotate can be used to write to file, usually for logging, that can
|
|
rotate itself. File will be opened in append mode. Locking will be done to avoid
|
|
conflict when there are multiple writers. Rotation can be done by size (after a
|
|
certain size is reached), by time (daily/monthly/yearly), or both.
|