summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ddclient.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/ddclient.install b/ddclient.install
index 55b0e1b6a8f3..f2f965b0b869 100644
--- a/ddclient.install
+++ b/ddclient.install
@@ -5,33 +5,15 @@ cat << EOM
If you want to use ddclient with dhcpcd, cron or pppd,
see /etc/ddclient/samples for further instructions.
-If you have ddclient in the DAEMONS array of /etc/rc.conf:
-- Change /etc/conf.d/ddclient according to your needs.
-- This setting OVERRIDES any setting in
- /etc/ddclient/ddclient.conf
-
EOM
}
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
-
if [ -f /etc/ddclient/ddclient.cache ]; then
echo -n "Moving ddclient.cache from /etc/ddclient/ to /var/cache/ddclient/."
mv /etc/ddclient/ddclient.cache /var/cache/ddclient/
echo " (done)"
fi
-
-if [ "$(vercmp $2 3.7.3-2)" -lt 0 ]; then
-cat << EOM
-
-If you have ddclient in the DAEMONS array of /etc/rc.conf:
-- Change /etc/conf.d/ddclient according to your needs.
-- This setting OVERRIDES any setting in
- /etc/ddclient/ddclient.conf
-
-EOM
-fi
-
}