svn commit: r197119 - head/release/picobsd/bridge

Luigi Rizzo luigi at FreeBSD.org
Sat Sep 12 15:50:09 UTC 2009


Author: luigi
Date: Sat Sep 12 15:50:08 2009
New Revision: 197119
URL: http://svn.freebsd.org/changeset/base/197119

Log:
  ifconfig now needs -ljail
  (this needs to go to RELENG_8 as well after the release is out)
  
  MFC after:	1 month

Modified:
  head/release/picobsd/bridge/crunch.conf

Modified: head/release/picobsd/bridge/crunch.conf
==============================================================================
--- head/release/picobsd/bridge/crunch.conf	Sat Sep 12 14:46:22 2009	(r197118)
+++ head/release/picobsd/bridge/crunch.conf	Sat Sep 12 15:50:08 2009	(r197119)
@@ -178,3 +178,4 @@ libs_so -lkvm
 libs_so -lz
 libs_so -lbsdxml
 libs_so -lsbuf
+libs_so -ljail	# used by ifconfig


More information about the svn-src-head mailing list