[Lunar-commits] CVS: moonbase/utils/ddclient BUILD, NONE,
1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE,
1.1 PRE_REMOVE, NONE, 1.1
Jaime Buffery
nestu at lunar-linux.org
Sun Jul 11 17:20:00 GMT 2004
Update of /var/cvs/lunar/moonbase/utils/ddclient
In directory dbguin.lunar-linux.org:/tmp/cvs-serv22004/ddclient
Added Files:
BUILD DEPENDS DETAILS POST_INSTALL PRE_REMOVE
Log Message:
Adding to moonbase this dyndns client. Thanks to Hittis
--- NEW FILE: BUILD ---
(
cp ddclient /usr/sbin &&
if [ ! -e /etc/ddclient.conf ]; then
cp sample-etc_ddclient.conf /etc/ddclient.conf
fi
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends perl
--- NEW FILE: DETAILS ---
MODULE=ddclient
VERSION=3.6.3
SOURCE=${MODULE}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-${VERSION}
SOURCE_URL[0]=http://www.dnspark.com/support/dynamic/$SOURCE
SOURCE_URL[1]=http://members.rogers.com/ddclient/pub/$SOURCE
SOURCE_URL[2]=http://linux.cudeso.be/download/$SOURCE
SOURCE_VFY=md5:dfa5ff6967cb854de804d4e7b9633fdc
WEB_SITE=unknown
ENTERED=20040709
UPDATED=20040709
MAINTAINER=patrikg at gate.verona.se
SHORT="DDclient is a small but full featured client for updating dynamic DNS sevices."
cat << EOF
DDclient is a small but full featured client requiring only Perl and
no additional modules. It runs under most UNIX OSes and has been
tested under GNU/Linux and FreeBSD. Supported features include:
operating as a daemon, manual and automatic updates, static and
dynamic updates, optimized updates for multiple addresses, MX,
wildcards, abuse avoidance, retrying failed updates, and sending
update status to syslog and through e-mail.
EOF
--- NEW FILE: POST_INSTALL ---
cat << EOF
Please look at /etc/ddclient.conf and modify it according to your needs.
More info can be found in /usr/doc/ddclient/
EOF
--- NEW FILE: PRE_REMOVE ---
if [ -x /etc/init.d/ddclient ]; then
/etc/init.d/ddclient stop
fi
chkconfig --del ddclient
More information about the Lunar-commits
mailing list