Does anyone here know how the file is to be put into /var/run ? The first few lines of the file responsible for this look like this in my machine: Code: Nokia-N900-42-11:/etc/udhcpc# more /etc/udhcpc/libicd_network_ipv4.script #!/bin/sh # udhcpc script to use with OSSO ICd RESOLV_CONF="/tmp/resolv.conf.$interface" ... Is this file broken on my machine? Should this really read /tmp in that RESOLV_CONF line? Can someone confirm this?
Nokia-N900-42-11:/etc/udhcpc# more /etc/udhcpc/libicd_network_ipv4.script #!/bin/sh # udhcpc script to use with OSSO ICd RESOLV_CONF="/tmp/resolv.conf.$interface" ...