Index: head/sysutils/doinkd/Makefile =================================================================== --- head/sysutils/doinkd/Makefile (revision 499528) +++ head/sysutils/doinkd/Makefile (revision 499529) @@ -1,26 +1,28 @@ # Created by: Andrew , Iain Templeton # $FreeBSD$ PORTNAME= doinkd PORTVERSION= 0.01 PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= SF/idled/${PORTNAME}/${PORTVERSION}/ MAINTAINER= cy@FreeBSD.org COMMENT= Daemon that logs out idle users and those users hogging resources +LICENSE= GPLv2 + USE_RC_SUBR= ${PORTNAME} MAKE_ARGS= STAGEDIR=${STAGEDIR} post-extract: (cd ${WRKSRC}; make clean) pre-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/doinkd post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/doinkd .include Index: head/sysutils/doinkd/pkg-descr =================================================================== --- head/sysutils/doinkd/pkg-descr (revision 499528) +++ head/sysutils/doinkd/pkg-descr (revision 499529) @@ -1,11 +1,11 @@ This is the doinkd - user activity monitor project ("idled") This project was registered on SourceForge.net on May 25, 2006, and is described by the project team as follows: The idle daemon (doinkd) monitors user activity and logs them off when predefined rules are met. These include session time, multiple logins, tty, idletime and group limits. Similar to the Unix idleout command, but much more configurable. Formerly idled. -WWW: http://idled.sourceforge.net/ +WWW: https://sourceforge.net/projects/idled/