aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/swapd
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - None of swapon(), swapoff(), /sbin/swapon, /sbin/swapoff can handle ↵leeym2010-06-267-0/+184
| | | | | | | | swapfile directly. Run scripts with mdconfig instead. - Bump PORTREVISION Feature safe: yes
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - add swapd-1.0.3leeym2008-01-236-0/+78
"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. WWW: http://www.rkeene.org/oss/swapd/