From 11ca32ce47698a0c3993e3c7ed37c63a5ca44105 Mon Sep 17 00:00:00 2001 From: yar Date: Mon, 31 Jul 2006 13:08:47 +0000 Subject: [PATCH] Document some more src.conf(5) options: WITHOUT_GNU, WITHOUT_NS_CACHING, WITHOUT_PAM. Noticed by: src/tools/build/options/makeman --- tools/build/options/WITHOUT_GNU | 4 ++++ tools/build/options/WITHOUT_NS_CACHING | 7 +++++++ tools/build/options/WITHOUT_PAM | 2 ++ 3 files changed, 13 insertions(+) create mode 100644 tools/build/options/WITHOUT_GNU create mode 100644 tools/build/options/WITHOUT_NS_CACHING create mode 100644 tools/build/options/WITHOUT_PAM diff --git a/tools/build/options/WITHOUT_GNU b/tools/build/options/WITHOUT_GNU new file mode 100644 index 000000000000..0a041a47a3e3 --- /dev/null +++ b/tools/build/options/WITHOUT_GNU @@ -0,0 +1,4 @@ +.\" $FreeBSD$ +Set to not build contributed GNU software as a part of the base system. +This option can be useful if the system built must not contain any code +covered by the GNU Public License due to legal reasons. diff --git a/tools/build/options/WITHOUT_NS_CACHING b/tools/build/options/WITHOUT_NS_CACHING new file mode 100644 index 000000000000..c86c76d21f7d --- /dev/null +++ b/tools/build/options/WITHOUT_NS_CACHING @@ -0,0 +1,7 @@ +.\" $FreeBSD$ +Set to disable name caching in the +.Pa nsswitch +subsystem. +The generic caching daemon, +.Xr cached 8 , +will not be built either if this option is set. diff --git a/tools/build/options/WITHOUT_PAM b/tools/build/options/WITHOUT_PAM new file mode 100644 index 000000000000..c19725d170d8 --- /dev/null +++ b/tools/build/options/WITHOUT_PAM @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to not build PAM library and modules.