summaryrefslogtreecommitdiff
path: root/scripts/add_bootfile_eth_hwid
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2008-02-11 18:41:52 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2008-02-11 18:41:52 -0800
commit7082f5c70f29502de722dcbfe06d4a13e2954795 (patch)
treebcba0fd0a0fce984ca3c64c274e68e5b327e7768 /scripts/add_bootfile_eth_hwid
parentd4b5bf85f32965a0260ea907456bdc842c97ba51 (diff)
downloadvyatta-cfg-quagga-7082f5c70f29502de722dcbfe06d4a13e2954795.tar.gz
vyatta-cfg-quagga-7082f5c70f29502de722dcbfe06d4a13e2954795.zip
fix for bug 2547: don't require/output ':' after "hw-id".
Diffstat (limited to 'scripts/add_bootfile_eth_hwid')
-rwxr-xr-xscripts/add_bootfile_eth_hwid2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/add_bootfile_eth_hwid b/scripts/add_bootfile_eth_hwid
index a315a103..61deea56 100755
--- a/scripts/add_bootfile_eth_hwid
+++ b/scripts/add_bootfile_eth_hwid
@@ -24,6 +24,6 @@ hwid=$3
sed -i '/^interfaces {$/,/^}$/ {
/^}$/i\
ethernet '"$eth"' {\
- hw-id: '"$hwid"'\
+ hw-id '"$hwid"'\
}
}' $bootfile