[Ddclient-forum] [ddclient - Help] Installing ddclient on Centos
Brought to you by:
supersandro2000,
wimpunk
From: SourceForge.net <no...@so...> - 2009-04-28 12:17:56
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7306907 By: robertwilcox I found the following instructions on http://www.sonoracomm.com/support/19-inet-support/232-ddclient wget http://cdn.dyndns.com/ddclient.tar.gz tar -xzvf ddclient.tar.gz cd ddclient-3.7.3/ mkdir /etc/ddclient mkdir /var/cache/ddclient cp ddclient /usr/local/bin cp sample-etc_ddclient.conf cp sample-etc_rc.d_init.d_ddclient /etc/rc.d/init.d/ddclient chkconfig --add ddclient cd .. rm -rf ddclient-3.7.3/ on the second cp command there is only on file. Shouldn't there be a destination also? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |