ports/181661: [maintainer-update] sysutils/automounter 1.4.7
Dominic Fandrey
kamikaze at bsdforen.de
Thu Aug 29 21:50:01 UTC 2013
>Number: 181661
>Category: ports
>Synopsis: [maintainer-update] sysutils/automounter 1.4.7
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Aug 29 21:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Dominic Fandrey
>Release: stable/9
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r254957: Tue Aug 27 19:07:40 CEST 2013 root at mobileKamikaze.norad:/usr/obj/HP6510b-9/amd64/usr/src/sys/HP6510b-9 amd64
>Description:
Port changes:
- Work around kern/181590, provided by Peter Holm
- Remove @dirrmtry etc/devd from the plist generator
automounter changes:
- Allow configuring additional arguments for tools like amq, rpcbind, logger ...
- Read only fallback for write protected storage devices
- Report to syslogd(8)
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: sysutils/automounter/Makefile
===================================================================
--- sysutils/automounter/Makefile (revision 325595)
+++ sysutils/automounter/Makefile (working copy)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= automounter
-PORTVERSION= 1.4.6
+PORTVERSION= 1.4.7
CATEGORIES= sysutils
MASTER_SITES= SF/bsdadminscripts/${PORTNAME}
EXTRACT_SUFX= .tar.xz
@@ -20,10 +20,12 @@
plist: patch
@cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST}
- @${ECHO} "@dirrmtry etc/devd" >> ${PLIST}
+# Use "amd -S" to avoid a vm locking panic, the scope of which has not yet
+# been determined. See kern/181590.
do-install:
- @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX}
+ @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} \
+ -amd="/usr/sbin/amd -S"
post-install:
@${JOT} -s- -b- 39
Index: sysutils/automounter/distinfo
===================================================================
--- sysutils/automounter/distinfo (revision 325595)
+++ sysutils/automounter/distinfo (working copy)
@@ -1,2 +1,2 @@
-SHA256 (automounter-1.4.6.tar.xz) = 234acaea33dadeae78c866e903063f79cb67186e8f86c93b79f90fbb340c7e7a
-SIZE (automounter-1.4.6.tar.xz) = 21200
+SHA256 (automounter-1.4.7.tar.xz) = 5ccfa21f00d6e1c396d3db4d42b5a1ab4304f80cc83215ca9a3699498760223c
+SIZE (automounter-1.4.7.tar.xz) = 21748
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list