diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:53:05 +0000 |
commit | 1f8b48b772b2d0ac0ed48a8259d2117ea3236a90 (patch) | |
tree | 06f11bc7b351f3abf3bf5507405afdba5374614e /sysutils/volman/pkg-descr | |
parent | 4e942b64191e2ef98dce2c5af31047a8640db768 (diff) | |
download | ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.tar.gz ports-1f8b48b772b2d0ac0ed48a8259d2117ea3236a90.zip |
Notes
Diffstat (limited to 'sysutils/volman/pkg-descr')
-rw-r--r-- | sysutils/volman/pkg-descr | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/volman/pkg-descr b/sysutils/volman/pkg-descr index b1f5ea52d046..27cab6c9acc7 100644 --- a/sysutils/volman/pkg-descr +++ b/sysutils/volman/pkg-descr @@ -1,15 +1,15 @@ -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 +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 +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 |