Date: Sat, 18 May 2019 10:28:32 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501948 - in head/dns/ddclient: . files Message-ID: <201905181028.x4IASWFl010837@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Sat May 18 10:28:32 2019 New Revision: 501948 URL: https://svnweb.freebsd.org/changeset/ports/501948 Log: dns/ddclient: Fix default permissions of config files and update pkg-message * Change the default permissions of the configuration files to avoid a warning at the first start. * Also update the instructions in pkg-message because since r433788 users no longer need to create a copy of the configuration file after installation. While I'm here: * Fix the license and add the location to the license file PR: 237651 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Approved by: maintainer Modified: head/dns/ddclient/Makefile head/dns/ddclient/files/pkg-message.in Modified: head/dns/ddclient/Makefile ============================================================================== --- head/dns/ddclient/Makefile Sat May 18 10:28:00 2019 (r501947) +++ head/dns/ddclient/Makefile Sat May 18 10:28:32 2019 (r501948) @@ -5,12 +5,14 @@ PORTNAME= ddclient DISTVERSIONPREFIX= v DISTVERSION= 3.8.3-104 DISTVERSIONSUFFIX= -gec2acfb +PORTREVISION= 1 CATEGORIES= dns MAINTAINER= mjl@luckie.org.nz COMMENT= Update dynamic DNS entries -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= p5-Data-Validate-IP>0:net-mgmt/p5-Data-Validate-IP @@ -32,7 +34,7 @@ SSL_RUN_DEPENDS=ca_root_nss>0:security/ca_root_nss \ PORTDOCS= COPYRIGHT ChangeLog README.cisco README.ssl README.md \ sample-etc_cron.d_ddclient sample-etc_dhclient-exit-hooks \ sample-etc_dhcpc_dhcpcd-eth0.exe sample-etc_ppp_ip-up.local -PLIST_FILES= "@sample etc/ddclient.conf.sample" etc/periodic/daily/ddclient_force \ +PLIST_FILES= "@sample(,,600) etc/ddclient.conf.sample" etc/periodic/daily/ddclient_force \ sbin/ddclient post-patch: Modified: head/dns/ddclient/files/pkg-message.in ============================================================================== --- head/dns/ddclient/files/pkg-message.in Sat May 18 10:28:00 2019 (r501947) +++ head/dns/ddclient/files/pkg-message.in Sat May 18 10:28:32 2019 (r501948) @@ -1,11 +1,8 @@ *********************************************************** -Copy - %%PREFIX%%/etc/ddclient.conf.sample -to - %%PREFIX%%/etc/ddclient.conf +To configure ddclient, edit the following file: -and edit it to fit your needs. + %%PREFIX%%/etc/ddclient.conf If you would like to run ddclient as a daemon add the following line to /etc/rc.conf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905181028.x4IASWFl010837>