From d4b7fdc28311c7cbf6b5db41734a00569d0cdaaa Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Thu, 13 Apr 2006 16:12:04 +0000 Subject: config_nis git-svn-id: http://svn.openslx.org/svn/openslx/ld4@185 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/distro-specs/gentoo/functions-2005.1 | 4 ++-- initrd/distro-specs/suse/functions-9.3 | 2 +- initrd/distro-specs/ubuntu/functions-5.10 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'initrd/distro-specs') diff --git a/initrd/distro-specs/gentoo/functions-2005.1 b/initrd/distro-specs/gentoo/functions-2005.1 index 13fd65c8..284fd046 100644 --- a/initrd/distro-specs/gentoo/functions-2005.1 +++ b/initrd/distro-specs/gentoo/functions-2005.1 @@ -2,7 +2,7 @@ # linux diskless clients (executed within initial # ramdisk after genconfig) # -# Author(s): Dirk von Suchodoletz , 12-04-2006 +# Author(s): Dirk von Suchodoletz , 13-04-2006 # # Copyright: (c) 2006 - RZ Universitaet Freiburg # @@ -257,7 +257,7 @@ rllinker "portmap" } # start NIS (fixmee: does the start script is really named ypbind?) -config () { +config_nis () { rllinker "ypbind" } diff --git a/initrd/distro-specs/suse/functions-9.3 b/initrd/distro-specs/suse/functions-9.3 index 4d4435bb..e5470bb8 100644 --- a/initrd/distro-specs/suse/functions-9.3 +++ b/initrd/distro-specs/suse/functions-9.3 @@ -412,7 +412,7 @@ rllinker "portmap" "02" "20" } # start NIS -config () { +config_nis () { rllinker "ypbind" "06" "16" } diff --git a/initrd/distro-specs/ubuntu/functions-5.10 b/initrd/distro-specs/ubuntu/functions-5.10 index a174649d..e2834835 100644 --- a/initrd/distro-specs/ubuntu/functions-5.10 +++ b/initrd/distro-specs/ubuntu/functions-5.10 @@ -269,6 +269,6 @@ config_portmap () { } # start NIS (fixmee - does the service is really named ypbind??) -config () { +config_nis () { rllinker "ypbind" "06" "16" } -- cgit v1.2.3-55-g7522