From e404acd5fdeb0a7511e47b539c717e66a62777a9 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Thu, 2 Jun 2011 15:56:59 +0200 Subject: nisdomainname: remove support This is as part of deprecating net-tools. nisdoaminname has been moved to yp-tools, and the location of the config file has changed. When using ypbind the doaminname is set as part of the rc script. If needed for other purposes a new rc script should be added. Signed-off-by: Tom Gundersen --- rc.sysinit | 7 ------- 1 file changed, 7 deletions(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index c4546eb..c87e3dc 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -330,13 +330,6 @@ if [[ $HOSTNAME ]]; then status "Setting Hostname: $HOSTNAME" /bin/hostname "$HOSTNAME" fi -# Set the NIS domain name, if necessary -[[ -f /etc/conf.d/nisdomainname ]] && . /etc/conf.d/nisdomainname -if [[ $NISDOMAINNAME ]]; then - status "Setting NIS Domain Name: $NISDOMAINNAME" \ - /bin/nisdomainname "$NISDOMAINNAME" -fi - stat_busy "Setting Locale: ${LOCALE:=en_US}" # Flush old locale settings : >| /etc/profile.d/locale.sh -- cgit v1.2.3