From owner-cvs-all@FreeBSD.ORG Sat Jan 7 04:59:42 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 224A31065672; Sat, 7 Jan 2012 04:59:42 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EAF358FC08; Sat, 7 Jan 2012 04:59:41 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q074xfEX038229; Sat, 7 Jan 2012 04:59:41 GMT (envelope-from eadler@repoman.freebsd.org) Received: (from eadler@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q074xfMh038228; Sat, 7 Jan 2012 04:59:41 GMT (envelope-from eadler) Message-Id: <201201070459.q074xfMh038228@repoman.freebsd.org> From: Eitan Adler Date: Sat, 7 Jan 2012 04:59:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/volman Makefile distinfo pkg-descr pkg-plist ports/sysutils/volman/files volmand.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jan 2012 04:59:42 -0000 eadler 2012-01-07 04:59:41 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/volman Makefile distinfo pkg-descr pkg-plist sysutils/volman/files volmand.in Log: volman is a FreeBSD specific volume manager. It acts as a translator of devd(8) events, probing storage devices for their file system information, and serving this over a FIFO based API to which clients can subscribe. In addition to notifying clients of new or lost volumes, it will mount and unmount such volumes at the command of subscribing clients. It runs as root and allows any local clients the ability to mount and unmount volumes which are detected, regardless of any user privileges. This is intended for single user X11 systems needing an easy way of accessing USB flash disks on the fly. WWW: http://forums.freebsd.org/showthread.php?t=27233 PR: ports/161977 Submitted by: Aragon Gouveia Revision Changes Path 1.1367 +1 -0 ports/sysutils/Makefile 1.1 +53 -0 ports/sysutils/volman/Makefile (new) 1.1 +2 -0 ports/sysutils/volman/distinfo (new) 1.1 +17 -0 ports/sysutils/volman/files/volmand.in (new) 1.1 +15 -0 ports/sysutils/volman/pkg-descr (new) 1.1 +4 -0 ports/sysutils/volman/pkg-plist (new)