aboutsummaryrefslogtreecommitdiff
path: root/sysutils/automounter
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2010-11-09 05:23:10 +0000
committerSahil Tandon <sahil@FreeBSD.org>2010-11-09 05:23:10 +0000
commit34625857b2f8b463ec213fc16b8fb5314368448c (patch)
treeffc840b78cd2cfc7c85e859522888067bba9ed64 /sysutils/automounter
parentc9cedb539da7ba19760a5bd5040b0a37b2c83720 (diff)
Notes
Diffstat (limited to 'sysutils/automounter')
-rw-r--r--sysutils/automounter/Makefile2
-rw-r--r--sysutils/automounter/distinfo5
-rw-r--r--sysutils/automounter/pkg-descr12
-rw-r--r--sysutils/automounter/pkg-message9
4 files changed, 13 insertions, 15 deletions
diff --git a/sysutils/automounter/Makefile b/sysutils/automounter/Makefile
index babae3c88a59..bf195013540c 100644
--- a/sysutils/automounter/Makefile
+++ b/sysutils/automounter/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= automounter
-PORTVERSION= 1.4.3
+PORTVERSION= 1.4.4
CATEGORIES= sysutils
MASTER_SITES= SF/bsdadminscripts/${PORTNAME}
diff --git a/sysutils/automounter/distinfo b/sysutils/automounter/distinfo
index 9336f8cd05d7..6600ebd2f50e 100644
--- a/sysutils/automounter/distinfo
+++ b/sysutils/automounter/distinfo
@@ -1,3 +1,2 @@
-MD5 (automounter-1.4.3.tar.gz) = 27100d7e51f5953780f7045cdcab5e79
-SHA256 (automounter-1.4.3.tar.gz) = 3a00c13c0d4195c00e8dc7bdd0a075ea56b68cd419a1c945c663a15c360a39a2
-SIZE (automounter-1.4.3.tar.gz) = 22407
+SHA256 (automounter-1.4.4.tar.gz) = 71bb88b76832e1a1cff754a0217d2efbf275275b33952949b3649bc943a76347
+SIZE (automounter-1.4.4.tar.gz) = 22777
diff --git a/sysutils/automounter/pkg-descr b/sysutils/automounter/pkg-descr
index 671b1342e2ec..8e014819c3fa 100644
--- a/sysutils/automounter/pkg-descr
+++ b/sysutils/automounter/pkg-descr
@@ -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 --git a/sysutils/automounter/pkg-message b/sysutils/automounter/pkg-message
index e4486faa16b6..f884d0036d65 100644
--- a/sysutils/automounter/pkg-message
+++ b/sysutils/automounter/pkg-message
@@ -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
-------------------------------------------------------------------------------