diff options
author | glebius <glebius@FreeBSD.org> | 2015-08-29 07:59:31 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2015-08-29 07:59:31 +0000 |
commit | 3809a94aebef3aa8a8baa58a1a213378630a7d8a (patch) | |
tree | b5adab632672f609d0b902b080850faa008b980c | |
parent | a3c33419519dc4616127df615c398033479bc852 (diff) | |
download | FreeBSD-src-3809a94aebef3aa8a8baa58a1a213378630a7d8a.zip FreeBSD-src-3809a94aebef3aa8a8baa58a1a213378630a7d8a.tar.gz |
Add reminder to run etcupdate or mergemaster to get updated
rc.d scripts for wireless.
Poked by: adrian
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -32,6 +32,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW: "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 20150827: + The wireless drivers had undergone changes that remove the 'parent + interface' from the ifconfig -l output. The rc.d network scripts + used to check presence of a parent interface in the list, so old + scripts would fail to start wireless networking. Thus, etcupdate(3) + or mergemaster(8) run is required after kernel update, to update your + rc.d scripts in /etc. + +20150827: pf no longer supports 'scrub fragment crop' or 'scrub fragment drop-ovl' These configurations are now automatically interpreted as 'scrub fragment reassemble'. |