mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
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
This commit is contained in:
parent
7d3b225247
commit
146191d8d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501948
2 changed files with 6 additions and 7 deletions
|
@ -5,12 +5,14 @@ PORTNAME= ddclient
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 3.8.3-104
|
DISTVERSION= 3.8.3-104
|
||||||
DISTVERSIONSUFFIX= -gec2acfb
|
DISTVERSIONSUFFIX= -gec2acfb
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= dns
|
CATEGORIES= dns
|
||||||
|
|
||||||
MAINTAINER= mjl@luckie.org.nz
|
MAINTAINER= mjl@luckie.org.nz
|
||||||
COMMENT= Update dynamic DNS entries
|
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
|
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 \
|
PORTDOCS= COPYRIGHT ChangeLog README.cisco README.ssl README.md \
|
||||||
sample-etc_cron.d_ddclient sample-etc_dhclient-exit-hooks \
|
sample-etc_cron.d_ddclient sample-etc_dhclient-exit-hooks \
|
||||||
sample-etc_dhcpc_dhcpcd-eth0.exe sample-etc_ppp_ip-up.local
|
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
|
sbin/ddclient
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
***********************************************************
|
***********************************************************
|
||||||
|
|
||||||
Copy
|
To configure ddclient, edit the following file:
|
||||||
%%PREFIX%%/etc/ddclient.conf.sample
|
|
||||||
to
|
|
||||||
%%PREFIX%%/etc/ddclient.conf
|
|
||||||
|
|
||||||
and edit it to fit your needs.
|
%%PREFIX%%/etc/ddclient.conf
|
||||||
|
|
||||||
If you would like to run ddclient as a daemon add the
|
If you would like to run ddclient as a daemon add the
|
||||||
following line to /etc/rc.conf
|
following line to /etc/rc.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue