[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
remove comment which applied to previous solution.
- To: bugs@openbsd.org
- Subject: remove comment which applied to previous solution.
- From: Han Boetes <han@mijncomputer.nl>
- Date: Sun, 18 Apr 2004 18:40:26 +0200
- Content-Disposition: inline
- Mail-Followup-To: bugs@openbsd.org
- User-Agent: Mutt/1.5.6i
In:
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin/dhclient/dhclient-script.diff?r1=1.1&r2=1.2
We changed this line. But we didn't remove the comment. This patch corrects this:
# Han
Index: dhclient-script
===================================================================
RCS file: /cvs/src/sbin/dhclient/dhclient-script,v
retrieving revision 1.3
diff -u -r1.3 dhclient-script
--- dhclient-script 12 Apr 2004 20:39:21 -0000 1.3
+++ dhclient-script 18 Apr 2004 16:37:14 -0000
@@ -67,7 +67,6 @@
done
fi
- # XXX BOUND RENEW REBIND REBOOT did not /dev/null output before.
arp -dan
}