svn commit: r479279 - head/net/ntpa

Ben Woods woodsb02 at FreeBSD.org
Sun Sep 9 08:29:10 UTC 2018


Author: woodsb02
Date: Sun Sep  9 08:29:09 2018
New Revision: 479279
URL: https://svnweb.freebsd.org/changeset/ports/479279

Log:
  net/ntpa: Use .conf suffix for /usr/local/etc/newsyslog.conf.d/
  
  Rename the files installed to /usr/local/etc/newsyslog.conf.d/ to end
  with a '.conf' suffix.
  
  Proposed changes to /etc/newsyslog.conf will only include files from the
  /usr/local/etc/newsyslog.conf.d/ directory which end with '.conf' and do
  not beginning with a '.' character. https://reviews.freebsd.org/D17086
  
  Approved by:	portmgr blanket

Modified:
  head/net/ntpa/Makefile
  head/net/ntpa/pkg-plist

Modified: head/net/ntpa/Makefile
==============================================================================
--- head/net/ntpa/Makefile	Sun Sep  9 08:24:42 2018	(r479278)
+++ head/net/ntpa/Makefile	Sun Sep  9 08:29:09 2018	(r479279)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ntpa
 PORTVERSION=	0.8.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://dist1.innolan.net/ \
 		http://dist2.innolan.net/

Modified: head/net/ntpa/pkg-plist
==============================================================================
--- head/net/ntpa/pkg-plist	Sun Sep  9 08:24:42 2018	(r479278)
+++ head/net/ntpa/pkg-plist	Sun Sep  9 08:29:09 2018	(r479279)
@@ -23,7 +23,7 @@ man/man1/ntpa.1.gz
 %%DOCSDIR%%/DATABASE
 %%DOCSDIR%%/INSTALL
 @dir etc/newsyslog.conf.d
- at sample %%ETCDIR%%/ntpa.newsyslog etc/newsyslog.conf.d/ntpa
+ at sample %%ETCDIR%%/ntpa.newsyslog etc/newsyslog.conf.d/ntpa.conf
 @sample(,ntpa,640) %%ETCDIR%%/ntpa.conf.sample
 @owner www
 @group www


More information about the svn-ports-head mailing list