svn commit: r361401 - in head/security/trousers: . files

Bryan Drewery bdrewery at FreeBSD.org
Wed Jul 9 18:51:40 UTC 2014


Author: bdrewery
Date: Wed Jul  9 18:51:39 2014
New Revision: 361401
URL: http://svnweb.freebsd.org/changeset/ports/361401
QAT: https://qat.redports.org/buildarchive/r361401/

Log:
  Fix rc script: Use proper SERVERS dependency.

Modified:
  head/security/trousers/Makefile
  head/security/trousers/files/tcsd.in

Modified: head/security/trousers/Makefile
==============================================================================
--- head/security/trousers/Makefile	Wed Jul  9 18:35:54 2014	(r361400)
+++ head/security/trousers/Makefile	Wed Jul  9 18:51:39 2014	(r361401)
@@ -3,7 +3,7 @@
 
 PORTNAME=	trousers
 PORTVERSION=	0.3.10
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 

Modified: head/security/trousers/files/tcsd.in
==============================================================================
--- head/security/trousers/files/tcsd.in	Wed Jul  9 18:35:54 2014	(r361400)
+++ head/security/trousers/files/tcsd.in	Wed Jul  9 18:51:39 2014	(r361401)
@@ -3,7 +3,7 @@
 # $FreeBSD$
 #
 # PROVIDE: tcsd
-# REQUIRE: SERVER tpmd
+# REQUIRE: SERVERS tpmd
 # BEFORE:  named hastd kerberos
 # KEYWORD: shutdown
 #


More information about the svn-ports-all mailing list