http://svnweb.freebsd.org/base/stable/7/etc/defaults/rc.conf?revision=223553&view=markup
in line
#create_arg_vlan0="vlan 102" # vlan tag for vlan0 device
correctly create_args_vlan0
in 8-STABLE fixed
http://svnweb.freebsd.org/base/stable/8/etc/defaults/rc.conf?r1=208094&r2=212080
thnx
--
---
On 11 January 2012 20:30, Ildar Hizbulin wrote:
> http://svnweb.freebsd.org/base/stable/7/etc/defaults/rc.conf?revision=223553&view=markup
>
> in line
> #create_arg_vlan0="vlan 102" # vlan tag for vlan0 device
>
> correctly create_args_vlan0
>
> in 8-STABLE fixed
> http://svnweb.freebsd.org/bas
System: Dell 600sc
Currently running: 8.2-RELEASE
In attempting to update this system to 8-STABLE I did
what I usually do to update a system (see below).
make buildworld completes successfully, but make
buildkernel does not. I usually create a custom
kernel, but for this system I went with GENERIC
I just committed this feature which some of you may be interested in
Example .bin files here: http://www.mawer.org/freebsd/
-- Forwarded message --
From: Eitan Adler
Date: Wed, Jan 11, 2012 at 7:02 PM
Subject: svn commit: r229994 - in stable/9: share/man/man4 sys/dev/fb
sys/module
On Wed, Jan 11, 2012 at 3:11 PM, Rob Clark wrote:
> System: Dell 600sc
> Currently running: 8.2-RELEASE
>
> In attempting to update this system to 8-STABLE I did
> what I usually do to update a system (see below).
> make buildworld completes successfully, but make
> buildkernel does not. I usuall