summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-01-16 15:57:30 +0000
committerJeremy Katz <katzj@redhat.com>2007-01-16 15:57:30 +0000
commitbb638590228e2486f1df1ab5654ff786de9944e6 (patch)
tree2d5bd554b4fba745f821bebde0c91403368218e3
parentea5ee3ceb6ecddac9d13fd084e61b3d7f32b520e (diff)
downloadanaconda-bb638590228e2486f1df1ab5654ff786de9944e6.tar.gz
anaconda-bb638590228e2486f1df1ab5654ff786de9944e6.tar.xz
anaconda-bb638590228e2486f1df1ab5654ff786de9944e6.zip
2007-01-16 Jeremy Katz <katzj@redhat.com>
* constants.py (BETANAG): Disable betanag
-rw-r--r--ChangeLog4
-rw-r--r--constants.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e475aad7e..bd8cc6de2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-01-16 Jeremy Katz <katzj@redhat.com>
+
+ * constants.py (BETANAG): Disable betanag
+
2007-01-16 Peter Jones <pjones@redhat.com>
* anaconda: change default mpath option to False (Related: #219843)
diff --git a/constants.py b/constants.py
index 3670c774b..b99e79977 100644
--- a/constants.py
+++ b/constants.py
@@ -15,7 +15,7 @@
from rhpl.translate import _, N_
-BETANAG = 1
+BETANAG = 0
SELINUX_DEFAULT = 1