summaryrefslogtreecommitdiffstats
path: root/initrd/distro-specs/ubuntu
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-04-12 19:21:23 +0200
committerDirk von Suchodoletz2006-04-12 19:21:23 +0200
commitcdd714c6b578833a6fcc181b3cdbe7d84430797f (patch)
tree2f1d1c9a35f2e1a5ab903b34019b726e787f9a8f /initrd/distro-specs/ubuntu
parentsimplifications for union mounts in init (but problems still exist), (diff)
downloadcore-cdd714c6b578833a6fcc181b3cdbe7d84430797f.tar.gz
core-cdd714c6b578833a6fcc181b3cdbe7d84430797f.tar.xz
core-cdd714c6b578833a6fcc181b3cdbe7d84430797f.zip
added start script enabling for NIS (ypbind)
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@182 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs/ubuntu')
-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"
+}