From 998938f72932f35dc9737fb13c05d515fd43fbf3 Mon Sep 17 00:00:00 2001 From: "Slawomir Wojciech Wojtczak (vermaden)" Date: Mon, 19 Mar 2012 22:51:47 +0100 Subject: [PATCH] 1.3.1 --- automount | 9 +++++++++ port/sysutils/automount/Makefile | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/automount b/automount index 8207912..18ecc78 100755 --- a/automount +++ b/automount @@ -242,3 +242,12 @@ case ${2} in ;; esac + +# camcontrol devlist +# at scbus0 target 0 lun 0 (ada0,pass0) +# at scbus4 target 0 lun 0 (pass1,da0) + +# camcontrol devlist | grep -E -o "<.*>" | tr ' ' '-' | tr -d '<>' +# INTEL-SSDSA2M160G2GC-2CV102HD +# HTC-Android-Phone-0100 + diff --git a/port/sysutils/automount/Makefile b/port/sysutils/automount/Makefile index cac09f4..2f171fc 100644 --- a/port/sysutils/automount/Makefile +++ b/port/sysutils/automount/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: automount -# Date created: 28 February 2012 -# Whom: vermaden +# New ports collection Makefile for: automount +# Date created: 04 March 2012 +# Whom: Slawomir Wojtczak # # $FreeBSD$ # @@ -17,7 +17,7 @@ LICENSE= BSD PLIST_FILES= sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample -NO_BUILD= yes +NO_BUILD= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/automount ${PREFIX}/sbin