1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00

fix a warning (#1800)

SVN-Revision: 7809
This commit is contained in:
Felix Fietkau 2007-06-30 20:00:29 +00:00
parent 17485c04ad
commit f95db8bac8

@ -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 &