From aef7e7c9b6d898d359ef151445316593ef6d31a7 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 20 Aug 2004 19:10:45 +0000 Subject: remove wackycomment --- sysconfig/network-scripts/ifup-post | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysconfig') diff --git a/sysconfig/network-scripts/ifup-post b/sysconfig/network-scripts/ifup-post index adbe1b13..77b678bc 100755 --- a/sysconfig/network-scripts/ifup-post +++ b/sysconfig/network-scripts/ifup-post @@ -20,8 +20,6 @@ if [ "$PEERDNS" != "no" -o -n "$RESOLV_MODS" -a "$RESOLV_MODS" != "no" ]; then [ -n "$MS_DNS2" ] && DNS2=$MS_DNS2 if [ -n "$DNS1" ] && ! grep -q "^nameserver $DNS1" /etc/resolv.conf && tr=`mktemp /tmp/XXXXXX` ; then - # replace only the first two nameserver lines; cannot count on awk - # and do not know if sed is capable of this... current_replacement="$DNS1" next_replacement="$DNS2" search= -- cgit v1.2.1