From: Felix Fietkau Date: Sat, 30 Jun 2007 20:00:29 +0000 (+0000) Subject: fix a warning (#1800) X-Git-Tag: reboot~28786 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=f95db8bac8334bbf5add2b4dbf1b13a064295dc7 fix a warning (#1800) SVN-Revision: 7809 --- diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index 0c31f1ce9e..aff47cfc74 100755 --- a/package/base-files/files/etc/init.d/boot +++ b/package/base-files/files/etc/init.d/boot @@ -38,7 +38,7 @@ start() { mkdir -p /var/state touch /var/log/wtmp touch /var/log/lastlog - ln -s /tmp/resolv.conf.auto /tmp/resolv.conf + ln -sf /tmp/resolv.conf.auto /tmp/resolv.conf [ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe /sbin/hotplug2 --override --persistent --max-children 1 &