Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2005 11:49:26 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 79913 for review
Message-ID:  <200507101149.j6ABnQxk053516@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=79913

Change 79913 by rwatson@rwatson_zoo on 2005/07/10 11:49:20

	NO_SEBSD will allow the SEBSD-specific components, such as SEBSD
	kernel module, libraries, and tools, as well as disable parts of
	SEBSD-related modifications in various tools and utilities,
	allowing the building of a system largely free of SEBSD if
	desired.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/share/examples/etc/make.conf#8 edit
.. //depot/projects/trustedbsd/sebsd/share/man/man5/make.conf.5#9 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/share/examples/etc/make.conf#8 (text+ko) ====

@@ -139,6 +139,7 @@
 #NO_PF=			# do not build PF firewall package
 #NO_PROFILE=		# Avoid compiling profiled libraries
 #NO_RCMDS=		# do not build or install BSD r* commands (rsh, etc).
+#NO_SEBSD=		# do not built SEBSD kernel module or related programs
 #NO_SENDMAIL=		# do not build sendmail and related programs
 #NO_SHARE=		# do not go into the share subdir
 #NO_SHARED= 		# build /bin and /sbin dynamically linked (bad idea

==== //depot/projects/trustedbsd/sebsd/share/man/man5/make.conf.5#9 (text+ko) ====

@@ -524,6 +524,11 @@
 .Va NO_KERBEROS
 and
 .Va NO_OPENSSH ) .
+.It Va NO_SEBSD
+.Pq Vt bool
+Set to not build
+.Xr sebsd 4
+and related programs.
 .It Va NO_SENDMAIL
 .Pq Vt bool
 Set to not build



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