fix typo
authorFelix Fietkau <nbd@openwrt.org>
Sun, 2 Oct 2005 20:23:25 +0000 (20:23 +0000)
committerFelix 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

index 2839520f607dd6a00dd7cbf5a962b71ec7dfe8a7..833fa366997c3a7871a05fff64a1ef2f513b1b3e 100644 (file)
@@ -8,7 +8,7 @@ HANDLERS_config='
 '
 HANDLERS_file='
        hosts) rm -f /etc/hosts; mv $config /etc/hosts;;
-       ethers) rm -rf /etc/ethers; mv $config /etc/ethers;;
+       ethers) rm -f /etc/ethers; mv $config /etc/ethers;;
 '
 
 reload_network() {