[23286] in Source-Commits
/svn/athena r22945 - trunk/debathena/debathena/debathena-afuse-automounter/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Tue Apr 22 20:04:28 2008
Date: Tue, 22 Apr 2008 20:03:55 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200804230003.UAA05627@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2008-04-22 20:03:53 -0400 (Tue, 22 Apr 2008)
New Revision: 22945
Modified:
trunk/debathena/debathena/debathena-afuse-automounter/debian/changelog
trunk/debathena/debathena/debathena-afuse-automounter/debian/debathena-afuse-automounter.postinst
Log:
In debathena-afuse-automounter:
* Restart afuse on upgrades.
Modified: trunk/debathena/debathena/debathena-afuse-automounter/debian/changelog
===================================================================
--- trunk/debathena/debathena/debathena-afuse-automounter/debian/changelog 2008-04-22 20:52:29 UTC (rev 22944)
+++ trunk/debathena/debathena/debathena-afuse-automounter/debian/changelog 2008-04-23 00:03:53 UTC (rev 22945)
@@ -1,3 +1,9 @@
+debathena-afuse-automounter (1.3) unstable; urgency=low
+
+ * Restart afuse on upgrades.
+
+ -- Tim Abbott <tabbott@mit.edu> Tue, 22 Apr 2008 19:31:35 -0400
+
debathena-afuse-automounter (1.2) unstable; urgency=low
* More robust upgrade handling.
Modified: trunk/debathena/debathena/debathena-afuse-automounter/debian/debathena-afuse-automounter.postinst
===================================================================
--- trunk/debathena/debathena/debathena-afuse-automounter/debian/debathena-afuse-automounter.postinst 2008-04-22 20:52:29 UTC (rev 22944)
+++ trunk/debathena/debathena/debathena-afuse-automounter/debian/debathena-afuse-automounter.postinst 2008-04-23 00:03:53 UTC (rev 22945)
@@ -21,7 +21,7 @@
case "$1" in
configure)
# Need to be clever with removing debathena-autofs-config.
- if [ -n "$2" ] || pgrep -f "/usr/sbin/automount --pid-file=/var/run/autofs/_mit.pid .* /mit hesiod" > /dev/null; then
+ if pgrep -f "/usr/sbin/automount --pid-file=/var/run/autofs/_mit.pid .* /mit hesiod" > /dev/null; then
if [ -n "$2" ]; then
echo "This is an upgrade from version $2; not restarting afuse automounter"
else