ports/151402: [maintainer-update] sysutils/automounter - 1.4.4 release
Dominic Fandrey
kamikaze at bsdforen.de
Thu Nov 4 08:00:27 UTC 2010
The following reply was made to PR ports/151402; it has been noted by GNATS.
From: Dominic Fandrey <kamikaze at bsdforen.de>
To: bug-followup at FreeBSD.org, kamikaze at 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 at 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
-------------------------------------------------------------------------------
More information about the freebsd-ports-bugs
mailing list