From owner-cvs-all@FreeBSD.ORG Sat May 12 22:37:53 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 456FA16A402; Sat, 12 May 2007 22:37:53 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1F18713C447; Sat, 12 May 2007 22:37:53 +0000 (UTC) (envelope-from wkoszek@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4CMbq74064240; Sat, 12 May 2007 22:37:52 GMT (envelope-from wkoszek@repoman.freebsd.org) Received: (from wkoszek@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4CMbqtl064239; Sat, 12 May 2007 22:37:52 GMT (envelope-from wkoszek) Message-Id: <200705122237.l4CMbqtl064239@repoman.freebsd.org> From: "Wojciech A. Koszek" Date: Sat, 12 May 2007 22:37:52 +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/usr.sbin/config main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 22:37:53 -0000 wkoszek 2007-05-12 22:37:52 UTC FreeBSD src repository Modified files: usr.sbin/config main.c Log: This is loser's commit message: Remember about tricky cases, where options contain unfriendly characters, from the ANSI-C string point of view ('"' in this case). The x09 build breakage was caused by SC_CUT_SEPCHARS options. I did test this patch number of times; each time unprofessionally and inappropriately. OKed by: cognet (mentor) Revision Changes Path 1.75 +12 -1 src/usr.sbin/config/main.c