just curious, why do you explicitly call ifconfig in your hostname.if files?
> Hi, > > Linux uses ifcfg-* filees, OpenBSD uses /etc/hostname.if > > gatekeeper-01# cat /etc/hostname.em1 > ! /sbin/ifconfig \$if up > ! /sbin/ifconfig \$if description "DCS Fiber" > > gatekeeper-01# cat /etc/hostname.vlan920 > > inet 172.30.0.252 255.255.255.0 NONE vlan 920 vlandev em1 > > ! /sbin/ifconfig \$if description "VLAN Office 1" > > gatekeeper-01# cat /etc/hostname.vlan921 > > inet 172.20.0.252 255.255.255.0 NONE vlan 921 vlandev em1 > > ! /sbin/ifconfig \$if description "VLAN Office 2" <snip>

