Date: Sun, 9 Sep 2018 08:29:10 +0000 (UTC) From: Ben Woods <woodsb02@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479279 - head/net/ntpa Message-ID: <201809090829.w898TAfS049845@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 -@sample %%ETCDIR%%/ntpa.newsyslog etc/newsyslog.conf.d/ntpa +@sample %%ETCDIR%%/ntpa.newsyslog etc/newsyslog.conf.d/ntpa.conf @sample(,ntpa,640) %%ETCDIR%%/ntpa.conf.sample @owner www @group www
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809090829.w898TAfS049845>