From owner-cvs-src@FreeBSD.ORG Wed Dec 20 06:20:05 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BB7F16A47B; Wed, 20 Dec 2006 06:20:05 +0000 (UTC) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEDEE43CA3; Wed, 20 Dec 2006 06:20:04 +0000 (GMT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBK6K405072801; Wed, 20 Dec 2006 06:20:04 GMT (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK6K4RT072800; Wed, 20 Dec 2006 06:20:04 GMT (envelope-from yar) Message-Id: <200612200620.kBK6K4RT072800@repoman.freebsd.org> From: Yar Tikhiy Date: Wed, 20 Dec 2006 06:20: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/usr.sbin/asf asf.8 asf.c 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: Wed, 20 Dec 2006 06:20:05 -0000 yar 2006-12-20 06:20:04 UTC FreeBSD src repository Modified files: usr.sbin/asf asf.8 asf.c Log: Allow for module-path being a semicolon-separated list of dirs. This is consistent with kern.module_path sysctl and also compensates for the unconventional syntax of asf(8) where the last of multiple arguments is the output file, which prevents us from using the traditional Unix syntax "foo file ..." to specify multiple module dirs. Submitted by: emaste MFC after: 1 week Revision Changes Path 1.11 +18 -11 src/usr.sbin/asf/asf.8 1.12 +46 -32 src/usr.sbin/asf/asf.c