From owner-svn-soc-all@FreeBSD.ORG Wed Jul 4 22:51:37 2012 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from socsvn.FreeBSD.org (unknown [IPv6:2001:4f8:fff6::2f]) by hub.freebsd.org (Postfix) with SMTP id 76FEC106566B for ; Wed, 4 Jul 2012 22:51:35 +0000 (UTC) (envelope-from oleksandr@FreeBSD.org) Received: by socsvn.FreeBSD.org (sSMTP sendmail emulation); Wed, 04 Jul 2012 22:51:35 +0000 Date: Wed, 04 Jul 2012 22:51:35 +0000 From: oleksandr@FreeBSD.org To: svn-soc-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <20120704225135.76FEC106566B@hub.freebsd.org> Cc: Subject: socsvn commit: r238981 - soc2012/oleksandr/udf-head/sbin X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2012 22:51:37 -0000 Author: oleksandr Date: Wed Jul 4 22:51:35 2012 New Revision: 238981 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=238981 Log: add new utility mount_udf2 to Makefile Modified: soc2012/oleksandr/udf-head/sbin/Makefile Modified: soc2012/oleksandr/udf-head/sbin/Makefile ============================================================================== --- soc2012/oleksandr/udf-head/sbin/Makefile Wed Jul 4 22:49:03 2012 (r238980) +++ soc2012/oleksandr/udf-head/sbin/Makefile Wed Jul 4 22:51:35 2012 (r238981) @@ -54,6 +54,7 @@ mount_ntfs \ mount_nullfs \ mount_udf \ + mount_udf2 \ mount_unionfs \ newfs \ newfs_msdos \