diff options
| -rw-r--r-- | initrd/distro-specs/gentoo/functions-2005.1 | 4 | ||||
| -rw-r--r-- | initrd/distro-specs/suse/functions-9.3 | 2 | ||||
| -rw-r--r-- | initrd/distro-specs/ubuntu/functions-5.10 | 2 |
3 files changed, 4 insertions, 4 deletions
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 <dirk@goe.net>, 12-04-2006 +# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 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" } |
