[new port] sysutils/automounter

A script to dynamically configure amd and populate /media
	with appropriate links, when USB mass storage devices appear.
	It relies on geom labels, hence it only works for properly
	labeled devices.

	It also allows to automatically attach geli encrypted devices
	and images with keys polled from file systems it makes
	mountable.

	WWW: http://sourceforge.net/projects/bsdadminscripts/

	- Kamikaze
	kamikaze@bsdforen.de

PR:		ports/122726
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de>
This commit is contained in:
Edwin Groothuis 2008-05-12 23:14:21 +00:00
parent 35bd76563d
commit 614651311e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212971
5 changed files with 52 additions and 0 deletions

View file

@ -38,6 +38,7 @@
SUBDIR += asr-utils
SUBDIR += ataidle
SUBDIR += atitvout
SUBDIR += automounter
SUBDIR += autopsy
SUBDIR += bacula-bat
SUBDIR += bacula-client

View file

@ -0,0 +1,34 @@
# New ports collection makefile for: automounter
# Date created: 26 March 2008
# Whom: Dominic Fandrey <kamikaze@bsdforen.de>
#
# $FreeBSD$
#
PORTNAME= automounter
PORTVERSION= 1.3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bsdadminscripts
MAINTAINER= kamikaze@bsdforen.de
COMMENT= Provides scripts to dynamically configure amd
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
NO_BUILD= yes
MANCOMPRESSED= no
.if defined(NOPORTDOCS)
NOPORTDOCS= -nodoc
.else
MAN5= automounter.conf.5
MAN8= automounter.8
.endif
plist: patch
cd ${WRKSRC}; ./list.sh -nodoc > ${PLIST}
do-install:
@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} ${NOPORTDOCS}
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (automounter-1.3.tar.gz) = 169619b12ba2de03f5da53c605336883
SHA256 (automounter-1.3.tar.gz) = 9dc094c65abef9bb25f52ec53332c8e6bd40dea1aa1b8fc64d1ed1b136406bdc
SIZE (automounter-1.3.tar.gz) = 13405

View file

@ -0,0 +1,11 @@
A script to dynamically configure amd and populate /media with appropriate
links, when USB mass storage devices appear. It relies on geom labels, hence
it only works for properly labeled devices.
It also allows to automatically attach geli encrypted devices and images with
keys polled from file systems it makes mountable.
WWW: http://sourceforge.net/projects/bsdadminscripts/
- Kamikaze
kamikaze@bsdforen.de

View file

@ -0,0 +1,3 @@
sbin/automounter
etc/rc.d/automounter
etc/automounter.conf.sample