From 2a247e8a92eeb2197e1f0352e5bfac31df46f640 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 14 Jul 2011 17:10:08 +0000 Subject: [PATCH] correct mistake in dhcient-script git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10089 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot2/dhclient-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-nbroot2/dhclient-script b/xCAT-nbroot2/dhclient-script index e947f474b..dc1977fd3 100755 --- a/xCAT-nbroot2/dhclient-script +++ b/xCAT-nbroot2/dhclient-script @@ -15,7 +15,7 @@ elif [ $reason = "BOUND" ]; then if [ ! -z "$new_domain_name" ]; then echo search $new_domain_name >> /etc/resolv.conf fi - for ns in $new_domain_servers; do + for ns in $new_domain_name_servers; do echo nameserver $ns >> /etc/resolv.conf done for ntp in $new_ntp_servers; do