1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Martin Wilke
5f7fb24f40 - Convert to Optionsng
- While here trim header
2013-03-14 11:20:54 +00:00
Bryan Drewery
7e11ad7c33 - Chase sysutils/fusefs-ntfs shlib update 2012-09-19 22:41:14 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Eitan Adler
86cd1a5137 - Fix rc script
Pointed out by: dougb
2012-01-07 05:15:00 +00:00
Eitan Adler
13d94c2936 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>
2012-01-07 04:59:41 +00:00