[selinux-policy: 1880/3172] trunk: fix variable whitespacing in build.conf.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:47:33 UTC 2010


commit 6a37eba885de9fb039eebdaef143eeaa9e4b8a0b
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Mon Dec 17 19:29:05 2007 +0000

    trunk: fix variable whitespacing in build.conf.

 build.conf |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/build.conf b/build.conf
index 7ebbb8b..1cd0d66 100644
--- a/build.conf
+++ b/build.conf
@@ -42,26 +42,26 @@ NAME = refpolicy
 # run init scripts, instead of requring run_init.
 # This is a build option, as role transitions do
 # not work in conditional policy.
-DIRECT_INITRC=n
+DIRECT_INITRC = n
 
 # Build monolithic policy.  Putting n here
 # will build a loadable module policy.
-MONOLITHIC=y
+MONOLITHIC = y
 
 # Number of MLS Sensitivities
 # The sensitivities will be s0 to s(MLS_SENS-1).
 # Dominance will be in increasing numerical order
 # with s0 being lowest.
-MLS_SENS=16
+MLS_SENS = 16
 
 # Number of MLS Categories
 # The categories will be c0 to c(MLS_CATS-1).
-MLS_CATS=256
+MLS_CATS = 256
 
 # Number of MCS Categories
 # The categories will be c0 to c(MLS_CATS-1).
-MCS_CATS=256
+MCS_CATS = 256
 
 # Set this to y to only display status messages
 # during build.
-QUIET=n
+QUIET = n


More information about the scm-commits mailing list