summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-16 18:50:02 +0000
committerMatt Wilson <msw@redhat.com>2000-02-16 18:50:02 +0000
commit727740949fdf353f8b5a45b355fe9c2a57be39d2 (patch)
treea1f07fcee0f4c15585e8161ae4b4c3d2e4dade5d
parent339eacb1cd2e1bdfc8969bb358c903e24a59dc51 (diff)
downloadanaconda-727740949fdf353f8b5a45b355fe9c2a57be39d2.tar.gz
anaconda-727740949fdf353f8b5a45b355fe9c2a57be39d2.tar.xz
anaconda-727740949fdf353f8b5a45b355fe9c2a57be39d2.zip
L6
-rw-r--r--todo.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/todo.py b/todo.py
index fb9093786..7fb2fcf29 100644
--- a/todo.py
+++ b/todo.py
@@ -1056,6 +1056,12 @@ class ToDo:
if (self.hdList.has_key('kernel')):
self.hdList['kernel'].selected = 1
+ # if NIS is configured, install ypbind and dependencies:
+ if self.auth.useNIS:
+ self.hdList['ypbind'].selected = 1
+ self.hdList['yp-tools'].selected = 1
+ self.hdList['portmap'].selected = 1
+
if self.x.server:
self.selectPackage ('XFree86-' + self.x.server)