From cdd714c6b578833a6fcc181b3cdbe7d84430797f Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Wed, 12 Apr 2006 17:21:23 +0000 Subject: added start script enabling for NIS (ypbind) git-svn-id: http://svn.openslx.org/svn/openslx/ld4@182 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/distro-specs/suse/functions-9.3 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'initrd/distro-specs/suse') diff --git a/initrd/distro-specs/suse/functions-9.3 b/initrd/distro-specs/suse/functions-9.3 index 800b4035..4d4435bb 100644 --- a/initrd/distro-specs/suse/functions-9.3 +++ b/initrd/distro-specs/suse/functions-9.3 @@ -4,11 +4,11 @@ # functions file). This file is the main base for the # following SuSE distributions # -# Author(s): Dirk von Suchodoletz , 02-04-2006 +# Author(s): Dirk von Suchodoletz , 12-04-2006 # # Copyright: (c) 2006 - RZ Universitaet Freiburg # -# Version: 0.2.2a +# Version: 0.2.2b # distro specific stuff to initialize preinit () { @@ -411,6 +411,11 @@ config_portmap () { rllinker "portmap" "02" "20" } +# start NIS +config () { +rllinker "ypbind" "06" "16" +} + # start vmware config_vmware () { rllinker "vmware-prep" "18" "02" -- cgit v1.2.3-55-g7522