projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4350bd0
)
fix typo
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 2 Oct 2005 20:23:25 +0000
(20:23 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 2 Oct 2005 20:23:25 +0000
(20:23 +0000)
SVN-Revision: 2028
openwrt/package/webif/files/usr/lib/webif/apply.sh
patch
|
blob
|
history
diff --git
a/openwrt/package/webif/files/usr/lib/webif/apply.sh
b/openwrt/package/webif/files/usr/lib/webif/apply.sh
index 2839520f607dd6a00dd7cbf5a962b71ec7dfe8a7..833fa366997c3a7871a05fff64a1ef2f513b1b3e 100644
(file)
--- a/
openwrt/package/webif/files/usr/lib/webif/apply.sh
+++ b/
openwrt/package/webif/files/usr/lib/webif/apply.sh
@@
-8,7
+8,7
@@
HANDLERS_config='
'
HANDLERS_file='
hosts) rm -f /etc/hosts; mv $config /etc/hosts;;
- ethers) rm -
r
f /etc/ethers; mv $config /etc/ethers;;
+ ethers) rm -f /etc/ethers; mv $config /etc/ethers;;
'
reload_network() {