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)
6 lines
241 B
Text
6 lines
241 B
Text
File::Flock is a wrapper around the flock() call. The only thing it
|
|
does that is special is that it creates the lock file if the lock file
|
|
does not already exist.
|
|
|
|
It will also try to remove the lock file. This makes it a bit
|
|
complicated.
|