From owner-cvs-all@FreeBSD.ORG Fri Dec 26 02:01:31 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23C8F16A4CE; Fri, 26 Dec 2003 02:01:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6453D43D1D; Fri, 26 Dec 2003 02:01:30 -0800 (PST) (envelope-from maxim@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBQA1U0B088903; Fri, 26 Dec 2003 02:01:30 -0800 (PST) (envelope-from maxim@repoman.freebsd.org) Received: (from maxim@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBQA1TAk088899; Fri, 26 Dec 2003 02:01:29 -0800 (PST) (envelope-from maxim) Message-Id: <200312261001.hBQA1TAk088899@repoman.freebsd.org> From: Maxim Konovalov Date: Fri, 26 Dec 2003 02:01:29 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/pccard/pccardd pccardd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 26 Dec 2003 10:01:31 -0000 maxim 2003/12/26 02:01:29 PST FreeBSD src repository Modified files: usr.sbin/pccard/pccardd pccardd.c Log: o Actually add -x option: probeonly assigment was missed in rev. 1.15 pccardd.c. Reported by: osa OK'ed by: imp MFC after: 2 weeks Revision Changes Path 1.16 +3 -0 src/usr.sbin/pccard/pccardd/pccardd.c