diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-15 22:36:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-15 22:36:03 +0000 |
commit | 0d31354849ef4cadf87b8f6923160ad41863bb4f (patch) | |
tree | cdc34cf8f25bc3b5438923e8aedc1f970ece4b01 | |
parent | 658b612e0d86a408295288b5a60fc35340062b8e (diff) |
Change the deprecation message to point user to sysutils/doinkd
Submitted by: Jason Helfman <jhelfman _at_ e-e.com> (by mail)
Notes
Notes:
svn path=/head/; revision=270979
-rw-r--r-- | sysutils/idled/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/idled/Makefile b/sysutils/idled/Makefile index 4dfe19f83982..ed2d60d4f46c 100644 --- a/sysutils/idled/Makefile +++ b/sysutils/idled/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.netsw.org/system/tools/process/ MAINTAINER= ports@FreeBSD.org COMMENT= A daemon that logs out idle users and those users hogging resources -DEPRECATED= Upstream disapear and distfile is no more available +DEPRECATED= Upstream disapear and distfile is no more available, consider using sysutils/doinkd EXPIRATION_DATE= 2011-05-01 NO_CDROM= non-profit use and distribution only |