Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2018 13:41:44 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481902 - head/sysutils/ataidle
Message-ID:  <201810121341.w9CDfiRa041019@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Oct 12 13:41:44 2018
New Revision: 481902
URL: https://svnweb.freebsd.org/changeset/ports/481902

Log:
  Deprecate sysutils/ataidle
  
  camcontrol(8) from the base system should be used instead.
  
  PR:		228578
  Submitted by:	bcran (ataidle developer)
  Approved by:	wg (maintainer timeout, 4 months)

Modified:
  head/sysutils/ataidle/Makefile

Modified: head/sysutils/ataidle/Makefile
==============================================================================
--- head/sysutils/ataidle/Makefile	Fri Oct 12 13:21:30 2018	(r481901)
+++ head/sysutils/ataidle/Makefile	Fri Oct 12 13:41:44 2018	(r481902)
@@ -11,6 +11,9 @@ COMMENT=	Utility to spin down ATA drives
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=	obsoleted by camcontrol(8)
+EXPIRATION_DATE=	2018-12-31
+
 USE_RC_SUBR=	${PORTNAME}
 PORTDOCS=	Changelog README
 PLIST_FILES=	sbin/ataidle \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810121341.w9CDfiRa041019>