1 # arg 1: the new package version
5 If you want to use ddclient with dhcpcd, cron or pppd,
6 see /etc/ddclient/samples for further instructions.
8 If you have ddclient in the DAEMONS array of /etc/rc.conf:
9 - Change /etc/conf.d/ddclient according to your needs.
10 - This setting OVERRIDES any setting in
11 /etc/ddclient/ddclient.conf
16 # arg 1: the new package version
17 # arg 2: the old package version
20 if [ -f /etc/ddclient/ddclient.cache ]; then
21 echo -n "Moving ddclient.cache from /etc/ddclient/ to /var/cache/ddclient/."
22 mv /etc/ddclient/ddclient.cache /var/cache/ddclient/
26 if [ "$(vercmp $2 3.7.3-2)" -lt 0 ]; then
29 If you have ddclient in the DAEMONS array of /etc/rc.conf:
30 - Change /etc/conf.d/ddclient according to your needs.
31 - This setting OVERRIDES any setting in
32 /etc/ddclient/ddclient.conf