From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 4 08:00:27 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61F20106564A for ; Thu, 4 Nov 2010 08:00:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 341588FC0A for ; Thu, 4 Nov 2010 08:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA480Q5b000793 for ; Thu, 4 Nov 2010 08:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA480Q4i000767; Thu, 4 Nov 2010 08:00:26 GMT (envelope-from gnats) Date: Thu, 4 Nov 2010 08:00:26 GMT Message-Id: <201011040800.oA480Q4i000767@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Dominic Fandrey Cc: Subject: Re: ports/151402: [maintainer-update] sysutils/automounter - 1.4.4 release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dominic Fandrey List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2010 08:00:27 -0000 The following reply was made to PR ports/151402; it has been noted by GNATS. From: Dominic Fandrey To: bug-followup@FreeBSD.org, kamikaze@bsdforen.de Cc: Subject: Re: ports/151402: [maintainer-update] sysutils/automounter - 1.4.4 release Date: Thu, 04 Nov 2010 08:54:31 +0100 I did not receive beat's message (no CC), so thanks for the note, miwi! Here is the updated patch. diff -Nur automounter.orig/Makefile automounter/Makefile --- automounter.orig/Makefile 2010-10-12 01:51:46.000000000 +0200 +++ automounter/Makefile 2010-11-04 08:27:13.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= automounter -PORTVERSION= 1.4.3 +PORTVERSION= 1.4.4 CATEGORIES= sysutils MASTER_SITES= SF/bsdadminscripts/${PORTNAME} diff -Nur automounter.orig/distinfo automounter/distinfo --- automounter.orig/distinfo 2010-10-12 01:51:46.000000000 +0200 +++ automounter/distinfo 2010-10-12 01:52:02.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (automounter-1.4.3.tar.gz) = 27100d7e51f5953780f7045cdcab5e79 -SHA256 (automounter-1.4.3.tar.gz) = 3a00c13c0d4195c00e8dc7bdd0a075ea56b68cd419a1c945c663a15c360a39a2 -SIZE (automounter-1.4.3.tar.gz) = 22407 +MD5 (automounter-1.4.4.tar.gz) = 8b4da9a0c595b700e97a36a6df15236b +SHA256 (automounter-1.4.4.tar.gz) = 71bb88b76832e1a1cff754a0217d2efbf275275b33952949b3649bc943a76347 +SIZE (automounter-1.4.4.tar.gz) = 22777 diff -Nur automounter.orig/pkg-descr automounter/pkg-descr --- automounter.orig/pkg-descr 2010-10-12 01:51:46.000000000 +0200 +++ automounter/pkg-descr 2010-11-04 08:48:13.000000000 +0100 @@ -1,10 +1,6 @@ -A script to dynamically configure amd and populate /media with appropriate -links, when USB mass storage devices appear. +A script to dynamically configure amd(8) and populate /media with appropriate +symlinks, when storage devices appear. -It also allows to automatically attach geli encrypted devices and images with -keys polled from file systems it makes mountable. +It can also apply geli(8) keys from portable media to images and devices, -WWW: http://sourceforge.net/projects/bsdadminscripts/ - -- Kamikaze -kamikaze@bsdforen.de +WWW: http://sf.net/projects/bsdadminscripts/ diff -Nur automounter.orig/pkg-message automounter/pkg-message --- automounter.orig/pkg-message 2010-10-12 01:51:46.000000000 +0200 +++ automounter/pkg-message 2010-11-04 08:36:54.000000000 +0100 @@ -1,5 +1,8 @@ ------------------------------------------------------------------------------- -It is no longer required to manually create devd.conf entries. Please remove -your automounter related devd.conf entries and restart /etc/rc.d/devd after -an update. +Please restart the devd(8) daemon after install, especially when updating from +a previous version of automounter. + +Note that stopping devd often leaves a stale PID file behind, which then +blocks restarting it. Use a more roundabout way of restarting the service: + service devd stop; rm /var/run/devd.pid; service devd start -------------------------------------------------------------------------------