Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2013 02:08:42 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246932 - in head/release/picobsd: bridge qemu
Message-ID:  <201302180208.r1I28gfk068656@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: luigi
Date: Mon Feb 18 02:08:41 2013
New Revision: 246932
URL: http://svnweb.freebsd.org/changeset/base/246932

Log:
  the NO_PAM option has been finally removed in favor of WITHOUT_PAM.

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

Modified: head/release/picobsd/bridge/crunch.conf
==============================================================================
--- head/release/picobsd/bridge/crunch.conf	Mon Feb 18 01:55:53 2013	(r246931)
+++ head/release/picobsd/bridge/crunch.conf	Mon Feb 18 02:08:41 2013	(r246932)
@@ -29,7 +29,7 @@
 # Default build options. Basically tell the Makefiles
 # that to use the most compact possible version of the code.
 
-buildopts -DNO_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
+buildopts -DWITHOUT_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
 buildopts -DTRACEROUTE_NO_IPSEC -DNO_INET6
 buildopts -DWITHOUT_IPX
 

Modified: head/release/picobsd/qemu/crunch.conf
==============================================================================
--- head/release/picobsd/qemu/crunch.conf	Mon Feb 18 01:55:53 2013	(r246931)
+++ head/release/picobsd/qemu/crunch.conf	Mon Feb 18 02:08:41 2013	(r246932)
@@ -29,7 +29,7 @@
 # Default build options. Basically tell the Makefiles
 # that to use the most compact possible version of the code.
 
-buildopts -DNO_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
+buildopts -DWITHOUT_PAM -DRELEASE_CRUNCH -DPPP_NO_NETGRAPH
 buildopts -DTRACEROUTE_NO_IPSEC -DNO_INET6
 buildopts -DWITHOUT_IPX
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302180208.r1I28gfk068656>