From 1016927db1553a5f7b24549bab4fb9c215ddc031 Mon Sep 17 00:00:00 2001 From: shin Date: Thu, 6 Apr 2000 00:24:52 +0000 Subject: Removed unnecessary comma in stf addr printf in hex format, which I mysteriously added. Submitted by: ume --- etc/rc.network6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.network6') diff --git a/etc/rc.network6 b/etc/rc.network6 index 3f6cd89..751262d 100644 --- a/etc/rc.network6 +++ b/etc/rc.network6 @@ -263,7 +263,7 @@ network6_stf_setup() { IFS=".$IFS" set ${stf_interface_ipv4addr} IFS="$OIFS" - ipv4_in_hexformat=`printf "%x:%x\n", \ + ipv4_in_hexformat=`printf "%x:%x\n" \ $(($1*256 + $2)) $(($3*256 + $4))` case ${stf_interface_ipv6_ifid} in [Aa][Uu][Tt][Oo] | '') -- cgit v1.1