mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -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
362 B
Text
7 lines
362 B
Text
Daemon::Generic provides a framework for starting, stopping, reconfiguring
|
|
daemon-like programs. The framework provides for standard commands that work
|
|
for as init.d files and as apachectl-like commands.
|
|
|
|
Programs that use Daemon::Generic subclass Daemon::Generic to override its
|
|
behavior. Almost everything that Genric::Daemon does can be overridden as
|
|
needed.
|