projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17485c0
)
fix a warning (#1800)
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 30 Jun 2007 20:00:29 +0000
(20:00 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 30 Jun 2007 20:00:29 +0000
(20:00 +0000)
SVN-Revision: 7809
package/base-files/files/etc/init.d/boot
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/init.d/boot
b/package/base-files/files/etc/init.d/boot
index 0c31f1ce9e0798cadb48dbedaa772ff8e225a250..aff47cfc748b7091d66b6ac4331015015168ee11 100755
(executable)
--- 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 -s
f
/tmp/resolv.conf.auto /tmp/resolv.conf
[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe
/sbin/hotplug2 --override --persistent --max-children 1 &