From owner-cvs-src@FreeBSD.ORG Fri Aug 26 20:31:05 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CCE516A41F; Fri, 26 Aug 2005 20:31:05 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B8CA43D45; Fri, 26 Aug 2005 20:31:05 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7QKV5Jj078021; Fri, 26 Aug 2005 20:31:05 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7QKV5R1078020; Fri, 26 Aug 2005 20:31:05 GMT (envelope-from brooks) Message-Id: <200508262031.j7QKV5R1078020@repoman.freebsd.org> From: Brooks Davis Date: Fri, 26 Aug 2005 20:31:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/dhclient dhclient-script X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Aug 2005 20:31:05 -0000 brooks 2005-08-26 20:31:04 UTC FreeBSD src repository Modified files: sbin/dhclient dhclient-script Log: The $medium string often contains quoted values with spaces in them (ssids, for example). Follow the example of the ISC script and wrap ifconfig calls using $medium in eval "..." so this works. Reported by: iedowse Revision Changes Path 1.8 +6 -6 src/sbin/dhclient/dhclient-script