Deleted Added
full compact
27c27
< # $FreeBSD: head/usr.sbin/bsdinstall/scripts/netconfig_ipv4 225612 2011-09-16 09:37:13Z nwhitehorn $
---
> # $FreeBSD: head/usr.sbin/bsdinstall/scripts/netconfig_ipv4 230804 2012-01-31 05:49:49Z kevlo $
76c76
< 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);