On 1/17/2010 4:21 AM, Saulo Bozzi wrote:
cool, but now the no-ip binary work.
but, where put him to run in the boot?
rc.conf.local?
/etc/rc.local

After "# Add your local startup actions here." something like this will do

if [ -x /usr/local/sbin/noip2 ]; then
        echo -n ' noip2';       /usr/local/sbin/noip2
fi

Reply via email to