mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -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)
10 lines
625 B
Text
10 lines
625 B
Text
"Swapd" is a daemon that watches free memory and manages swap files. If free
|
|
memory drops too low, additional swap files are created. Additionally, if there
|
|
is too much free memory, swap files are deactivated and disk space may be
|
|
reclaimed.
|
|
|
|
"Linux swapd" (https://sourceforge.net/projects/swapd/) didn't work very well,
|
|
but the idea was good. I started making a version that would work and
|
|
would also be somewhat portable. It currently compiles on Linux and FreeBSD,
|
|
but requires `libstatgrab' (http://www.i-scream.org/libstatgrab/) to work on
|
|
platforms that don't have /proc/meminfo (i.e., platforms that aren't Linux).
|