Date: Sat, 7 Jan 2012 04:59:41 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/volman Makefile distinfo pkg-descr pkg-plist ports/sysutils/volman/files volmand.in Message-ID: <201201070459.q074xfMh038228@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <aragon@phat.za.net> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201070459.q074xfMh038228>