summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsteel2013-06-04 16:18:19 +0000
committersvntogit2013-06-04 16:18:19 +0000
commitaff774b91b7d488cf790ff0b7b3c202a9a261068 (patch)
tree9457f9fe8d635c101fc3208d3fd145538f956049
parent957d2fd8c58b061a73abbd6c414ee45170e753cc (diff)
downloadaur-aff774b91b7d488cf790ff0b7b3c202a9a261068.tar.gz
Remove mention of old initscipts rc.d files
git-svn-id: file:///srv/repos/svn-community/svn@92395 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-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
-
}