summaryrefslogtreecommitdiffstats
path: root/initrd/distro-specs/ubuntu/functions-5.10
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/distro-specs/ubuntu/functions-5.10')
-rw-r--r--initrd/distro-specs/ubuntu/functions-5.108
1 files changed, 6 insertions, 2 deletions
diff --git a/initrd/distro-specs/ubuntu/functions-5.10 b/initrd/distro-specs/ubuntu/functions-5.10
index 86622be7..a174649d 100644
--- a/initrd/distro-specs/ubuntu/functions-5.10
+++ b/initrd/distro-specs/ubuntu/functions-5.10
@@ -2,13 +2,13 @@
# linux diskless clients (executed within initial
# ramdisk after genconfig)
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 05-04-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 12-04-2006
# Nico Dietrich
# Felix Endres
#
# Copyright: (c) 2006 - RZ Universitaet Freiburg
#
-# Version: 0.2.1e
+# Version: 0.2.1f
# distro specific stuff to initialize
preinit () {
@@ -268,3 +268,7 @@ config_portmap () {
rllinker "portmap" "02" "20"
}
+# start NIS (fixmee - does the service is really named ypbind??)
+config () {
+ rllinker "ypbind" "06" "16"
+}