Fix a whitespace nit

Reviewed by:	bz
This commit is contained in:
Kevin Lo 2012-01-31 05:49:49 +00:00
parent 87b633678b
commit e01a4776d5

View File

@ -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