mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 11:55:30 +02:00
fix a warning (#1800)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7809 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
34f3b3c178
commit
101062e081
@ -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 &
|
||||
|
Loading…
Reference in New Issue
Block a user