From d51451b438555e58bf46dc7f29ab60f623967c51 Mon Sep 17 00:00:00 2001 From: Michael Reifenberger Date: Sat, 18 Oct 2003 17:28:13 +0000 Subject: Add gstopd to the ports. gstopd stops disks (da(4) currently) after some amount of inactivity. The inactivity is measured using GEOM(4) statistics. --- sysutils/gstopd/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 sysutils/gstopd/Makefile (limited to 'sysutils/gstopd/Makefile') diff --git a/sysutils/gstopd/Makefile b/sysutils/gstopd/Makefile new file mode 100644 index 000000000000..ea1d7012e15d --- /dev/null +++ b/sysutils/gstopd/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gstopd +# Date created: 18 Oct 2003 +# Whom: Michael Reifenberger +# +# $FreeBSD$ +# + +PORTNAME= gstopd +PORTVERSION= 1.0 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mr + +MAINTAINER= mr@freebsd.org +COMMENT= GEOM stop daemon + +.include + +.if ${OSVERSION} < 500000 +IGNORE= Needs GEOM(4) +.endif + +MAN8= gstopd.8 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gstopd ${LOCALBASE}/sbin + ${INSTALL_MAN} ${WRKSRC}/gstopd.8 ${LOCALBASE}/man/man8 + +.include -- cgit v1.2.3