From 101062e0813248080d9bf1baa14ae06af0042df4 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 30 Jun 2007 20:00:29 +0000 Subject: [PATCH] fix a warning (#1800) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7809 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/etc/init.d/boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot index 0c31f1ce9..aff47cfc7 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 & -- 2.35.1