summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
Diffstat (limited to 'todo.py')
-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)