This commit is contained in:
Slawomir Wojciech Wojtczak (vermaden) 2012-03-19 22:51:47 +01:00
parent afed7b16f1
commit 998938f729
2 changed files with 13 additions and 4 deletions

View File

@ -242,3 +242,12 @@ case ${2} in
;;
esac
# camcontrol devlist
# <INTEL SSDSA2M160G2GC 2CV102HD> at scbus0 target 0 lun 0 (ada0,pass0)
# <HTC Android Phone 0100> at scbus4 target 0 lun 0 (pass1,da0)
# camcontrol devlist | grep -E -o "<.*>" | tr ' ' '-' | tr -d '<>'
# INTEL-SSDSA2M160G2GC-2CV102HD
# HTC-Android-Phone-0100

View File

@ -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 <vermaden@interia.pl>
#
# $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