svn commit: r481902 - head/sysutils/ataidle

Tobias Kortkamp tobik at FreeBSD.org
Fri Oct 12 13:41:45 UTC 2018


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 \


More information about the svn-ports-all mailing list