From owner-cvs-all@FreeBSD.ORG Fri Jun 25 22:38:18 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 255811065672; Fri, 25 Jun 2010 22:38:18 +0000 (UTC) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 135638FC0C; Fri, 25 Jun 2010 22:38:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5PMcHGB083918; Fri, 25 Jun 2010 22:38:17 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5PMcHGf083917; Fri, 25 Jun 2010 22:38:17 GMT (envelope-from leeym) Message-Id: <201006252238.o5PMcHGf083917@repoman.freebsd.org> From: Yen-Ming Lee Date: Fri, 25 Jun 2010 22:38:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/swapd Makefile pkg-plist ports/sysutils/swapd/files patch-configure patch-swapd.c patch-swapd.conf.5.in swapd_swapoff swapd_swapon X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2010 22:38:18 -0000 leeym 2010-06-25 22:38:17 UTC FreeBSD ports repository Modified files: sysutils/swapd Makefile pkg-plist Added files: sysutils/swapd/files patch-configure patch-swapd.c patch-swapd.conf.5.in swapd_swapoff swapd_swapon Log: - None of swapon(), swapoff(), /sbin/swapon, /sbin/swapoff can handle swapfile directly. Run scripts with mdconfig instead. - Bump PORTREVISION Feature safe: yes Revision Changes Path 1.2 +9 -0 ports/sysutils/swapd/Makefile 1.1 +36 -0 ports/sysutils/swapd/files/patch-configure (new) 1.1 +94 -0 ports/sysutils/swapd/files/patch-swapd.c (new) 1.1 +11 -0 ports/sysutils/swapd/files/patch-swapd.conf.5.in (new) 1.1 +16 -0 ports/sysutils/swapd/files/swapd_swapoff (new) 1.1 +16 -0 ports/sysutils/swapd/files/swapd_swapon (new) 1.2 +2 -0 ports/sysutils/swapd/pkg-plist