Re: [RFC] load network config file from netif init script

2015-02-26 Thread Oliver Pinter
On Wed, Feb 25, 2015 at 9:34 PM, John Baldwin wrote: > On Monday, February 02, 2015 12:21:19 PM Roger Pau Monné wrote: >> Hello, >> >> r272959 broke compatibility with mfsBSD that stores the default network >> config file in /etc/rc.conf.d/network. In order to fix that load the >> network config f

Re: [RFC] load network config file from netif init script

2015-02-25 Thread John Baldwin
On Monday, February 02, 2015 12:21:19 PM Roger Pau Monné wrote: > Hello, > > r272959 broke compatibility with mfsBSD that stores the default network > config file in /etc/rc.conf.d/network. In order to fix that load the > network config file from netif also. > > I'm attaching a patch to restore p

[RFC] load network config file from netif init script

2015-02-02 Thread Roger Pau Monné
Hello, r272959 broke compatibility with mfsBSD that stores the default network config file in /etc/rc.conf.d/network. In order to fix that load the network config file from netif also. I'm attaching a patch to restore previous functionality, but since I'm not an expert on rc.d init scripts I woul