mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 11:20:46 -04:00
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)
7 lines
337 B
Text
7 lines
337 B
Text
This Perl module is useful for writers of daemons and other processes
|
|
that need to tell whether they are already running, in order to
|
|
prevent multiple process instances. The module accomplishes this
|
|
via *nix-style pidfiles, which are files that store a process
|
|
identifier.
|
|
|
|
Inspired by Proc::PID_File, but with a much simpler interface.
|