[arch-commits] Commit in ddclient/trunk (ddclient.install)

Jonathan Steel jsteel at nymeria.archlinux.org
Tue Jun 4 16:18:20 UTC 2013


    Date: Tuesday, June 4, 2013 @ 18:18:19
  Author: jsteel
Revision: 92395

Remove mention of old initscipts rc.d files

Modified:
  ddclient/trunk/ddclient.install

------------------+
 ddclient.install |   18 ------------------
 1 file changed, 18 deletions(-)

Modified: ddclient.install
===================================================================
--- ddclient.install	2013-06-04 14:18:59 UTC (rev 92394)
+++ ddclient.install	2013-06-04 16:18:19 UTC (rev 92395)
@@ -5,33 +5,15 @@
 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
-
 }




More information about the arch-commits mailing list