Fix a whitespace nit
Reviewed by: bz
This commit is contained in:
parent
87b633678b
commit
e01a4776d5
@ -73,7 +73,7 @@ exec 3>&-
|
||||
|
||||
echo $INTERFACE $IF_CONFIG |
|
||||
awk -v prefix="$IFCONFIG_PREFIX" '{
|
||||
printf("ifconfig_%s=\"%s inet %s netmask %s\"\n", $1, prefix, $2, $3);
|
||||
printf("ifconfig_%s=\"%s\inet %s netmask %s\"\n", $1, prefix, $2, $3);
|
||||
printf("defaultrouter=\"%s\"\n", $4);
|
||||
}' >> $BSDINSTALL_TMPETC/._rc.conf.net
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user