[dev]ddclientのインストール

su
cd /usr/src/redhat/SOURCES
wget http://downloads.sourceforge.net/ddclient/ddclient-3.7.0.tar.gz?modtime=1150316150&big_mirror=0

tar zxvf ddclient-3.7.0.tar.gz
cd ddclient-3.7.0
ls
cp -f ddclient /usr/sbin 
mkdir /etc/ddclient
cp sample-etc_ddclient.conf /etc/ddclient/ddclient.conf
chmod 600 /etc/ddclient/ddclient.conf
cp sample-etc_rc.d_init.d_ddclient.redhat /etc/init.d/ddclient
/sbin/chkconfig --add ddclient