search for: dhcplog

Displaying 1 result from an estimated 1 matches for "dhcplog".

Did you mean: dhcplib
1998 Mar 09
1
*sigh* another RH5 /tmp problem
...at 5, when using dhcp to configure the interface calls a script called "ifdhcpc-done" to be executed after a dhcp interface is configured. At the end of the process it updates resolv.conf: if [ -f /etc/dhcpc/resolv.conf ]; then echo "setting up resolv.conf" >> /tmp/dhcplog cp /etc/dhcpc/resolv.conf /etc fi There is no protection against the dhcplog file being a symbolic link, clobbering, blah de blah de blah... (it seems pretty useless to maintain it too, since this is the only message that ever seems to appear in the log). -rw-rw-rw- 1 root root...