projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00f3168
)
Added another semicolon for bash2 compliance (thanks to Jamie Briggs)
author
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 17 Jun 2000 08:30:45 +0000
(08:30 +0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 17 Jun 2000 08:30:45 +0000
(08:30 +0000)
redhat/tinc
patch
|
blob
|
history
diff --git
a/redhat/tinc
b/redhat/tinc
index e11e8550414cdebc5a8769de4a80a3b59e193aa7..d3a34dd743ba3ddc6864a661a1eb5912606ae17b 100644
(file)
--- a/
redhat/tinc
+++ b/
redhat/tinc
@@
-180,7
+180,7
@@
vpn_load () {
NET=$(ipcalc --network $ADR $MSK | cut -d"=" -f2)
# MAC address
- MAC=$(printf "fe:fd:%0.2x:%0.2x:%0.2x:%0.2x" $(echo $ADR | { IFS=. ; read a b c d; echo $a $b $c $d }))
+ MAC=$(printf "fe:fd:%0.2x:%0.2x:%0.2x:%0.2x" $(echo $ADR | { IFS=. ; read a b c d; echo $a $b $c $d
;
}))
# debugging
# echo >&2