1.3.1
This commit is contained in:
parent
afed7b16f1
commit
998938f729
|
|
@ -242,3 +242,12 @@ case ${2} in
|
||||||
;;
|
;;
|
||||||
|
|
||||||
esac
|
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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# New ports collection makefile for: automount
|
# New ports collection Makefile for: automount
|
||||||
# Date created: 28 February 2012
|
# Date created: 04 March 2012
|
||||||
# Whom: vermaden
|
# Whom: Slawomir Wojtczak <vermaden@interia.pl>
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
@ -17,7 +17,7 @@ LICENSE= BSD
|
||||||
|
|
||||||
PLIST_FILES= sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample
|
PLIST_FILES= sbin/automount etc/devd/automount_devd.conf etc/automount.conf.sample
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/automount ${PREFIX}/sbin
|
${INSTALL_SCRIPT} ${WRKSRC}/automount ${PREFIX}/sbin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue