From owner-cvs-src@FreeBSD.ORG  Wed Dec 27 06:22:44 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 B9FC016A403;
	Wed, 27 Dec 2006 06:22:44 +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 94AFD13C489;
	Wed, 27 Dec 2006 06:22:44 +0000 (UTC) (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 kBR6Mixu021921;
	Wed, 27 Dec 2006 06:22:44 GMT (envelope-from yar@repoman.freebsd.org)
Received: (from yar@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBR6MiwI021920;
	Wed, 27 Dec 2006 06:22:44 GMT (envelope-from yar)
Message-Id: <200612270622.kBR6MiwI021920@repoman.freebsd.org>
From: Yar Tikhiy <yar@FreeBSD.org>
Date: Wed, 27 Dec 2006 06:22:44 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_6
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 <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 27 Dec 2006 06:22:44 -0000

yar         2006-12-27 06:22:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.sbin/asf         asf.8 asf.c 
  Log:
  MFC:
  
    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.
  
          asf.c   rev. 1.12
          asf.8   rev. 1.11
  
  Revision  Changes    Path
  1.7.2.2   +18 -11    src/usr.sbin/asf/asf.8
  1.6.10.3  +46 -32    src/usr.sbin/asf/asf.c