svn commit: r246932 - in head/release/picobsd: bridge qemu

Luigi Rizzo luigi at FreeBSD.org
Mon Feb 18 02:08:42 UTC 2013


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
 


More information about the svn-src-all mailing list