summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/ddclient/ddclient.install
diff options
context:
space:
mode:
authorGreg Frost <gregfrost1@bigpond.com>2009-10-19 12:41:34 (GMT)
committerGreg Frost <gregfrost1@bigpond.com>2009-10-19 12:41:34 (GMT)
commit601cb5987fe81d489ba4c1bafd96be123f3e7053 (patch)
tree1270812576f2a2ef319dfe20743f0919759be81a /abs/extra-testing/ddclient/ddclient.install
parente7669898217ae0c57b2798568964e1bb0a71813c (diff)
downloadlinhes_pkgbuild-601cb5987fe81d489ba4c1bafd96be123f3e7053.zip
linhes_pkgbuild-601cb5987fe81d489ba4c1bafd96be123f3e7053.tar.gz
linhes_pkgbuild-601cb5987fe81d489ba4c1bafd96be123f3e7053.tar.bz2
ddclient LinHES-config runit-scripts: add dyndns support
Diffstat (limited to 'abs/extra-testing/ddclient/ddclient.install')
-rw-r--r--abs/extra-testing/ddclient/ddclient.install41
1 files changed, 0 insertions, 41 deletions
diff --git a/abs/extra-testing/ddclient/ddclient.install b/abs/extra-testing/ddclient/ddclient.install
deleted file mode 100644
index d6edc0e..0000000
--- a/abs/extra-testing/ddclient/ddclient.install
+++ /dev/null
@@ -1,41 +0,0 @@
-# arg 1: the new package version
-post_install() {
-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
-
-}
-
-op=$1
-shift
-$op $*