diff options
author | steve <steve@FreeBSD.org> | 1999-11-14 02:13:24 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-14 02:13:24 +0000 |
commit | 5df5a6f9da86472018605073694ac5f8ddee37f6 (patch) | |
tree | ddf8626de965ce9469d734f752ec3456f9a9eb4d /sysutils/doinkd | |
parent | 0e80bcc0d4febe54b8f77f723136f8334f5dad17 (diff) | |
download | FreeBSD-ports-5df5a6f9da86472018605073694ac5f8ddee37f6.zip FreeBSD-ports-5df5a6f9da86472018605073694ac5f8ddee37f6.tar.gz |
New MASTER_SITE.
PR: 14704
Submitted by: maintainer
Diffstat (limited to 'sysutils/doinkd')
-rw-r--r-- | sysutils/doinkd/Makefile | 3 | ||||
-rw-r--r-- | sysutils/doinkd/pkg-descr | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/doinkd/Makefile b/sysutils/doinkd/Makefile index 26153c7..2514b88 100644 --- a/sysutils/doinkd/Makefile +++ b/sysutils/doinkd/Makefile @@ -8,7 +8,8 @@ DISTNAME= idled-1.16 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.cs.hope.edu/pub/idled/ +MASTER_SITES= http://www.darkwing.com/idled/download/ \ + ftp://ftp.cs.hope.edu/pub/idled/ MAINTAINER= andrew@ugh.net.au diff --git a/sysutils/doinkd/pkg-descr b/sysutils/doinkd/pkg-descr index 0992063..0c745cc 100644 --- a/sysutils/doinkd/pkg-descr +++ b/sysutils/doinkd/pkg-descr @@ -2,3 +2,5 @@ This is a port of idled by Michael P. Crider. Idled is a daemon that runs on a machine to keep an eye on current users. If users have been idle for too long, or have been logged on for too long, or have logged in too many times, it will warn them and log them out appropriately. + +WWW: http://www.darkwing.com/idled/ |