[23304] in Source-Commits
/svn/athena r22962 - trunk/debathena/debathena/debathena-afuse-automounter/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Tue May 6 19:16:35 2008
Date: Tue, 6 May 2008 19:15:08 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200805062315.TAA04145@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2008-05-06 19:15:06 -0400 (Tue, 06 May 2008)
New Revision: 22962
Modified:
trunk/debathena/debathena/debathena-afuse-automounter/debian/changelog
trunk/debathena/debathena/debathena-afuse-automounter/debian/debathena-afuse-automounter.init
Log:
In debathena-afuse-automounter:
* Fix the path to the unmount code (apparently, afuse in lenny doesn't
ignore this)
Modified: trunk/debathena/debathena/debathena-afuse-automounter/debian/changelog
===================================================================
--- trunk/debathena/debathena/debathena-afuse-automounter/debian/changelog 2008-05-05 20:42:45 UTC (rev 22961)
+++ trunk/debathena/debathena/debathena-afuse-automounter/debian/changelog 2008-05-06 23:15:06 UTC (rev 22962)
@@ -1,3 +1,10 @@
+debathena-afuse-automounter (1.4) unstable; urgency=low
+
+ * Fix the path to the unmount code (apparently, afuse in lenny doesn't
+ ignore this)
+
+ -- Tim Abbott <tabbott@mit.edu> Fri, 25 Apr 2008 01:10:46 -0400
+
debathena-afuse-automounter (1.3) unstable; urgency=low
* Restart afuse on upgrades.
Modified: trunk/debathena/debathena/debathena-afuse-automounter/debian/debathena-afuse-automounter.init
===================================================================
--- trunk/debathena/debathena/debathena-afuse-automounter/debian/debathena-afuse-automounter.init 2008-05-05 20:42:45 UTC (rev 22961)
+++ trunk/debathena/debathena/debathena-afuse-automounter/debian/debathena-afuse-automounter.init 2008-05-06 23:15:06 UTC (rev 22962)
@@ -11,7 +11,7 @@
### END INIT INFO
NAME=debathena-afuse-automounter
-COMMAND='afuse /mit -o mount_template="/usr/lib/debathena-afuse-automounter/mount %m %r" -o unmount_template="/usr/lib/debathena-afuse-config/ummount %m %r" -o allow_other'
+COMMAND='afuse /mit -o mount_template="/usr/lib/debathena-afuse-automounter/mount %m %r" -o unmount_template="/usr/lib/debathena-afuse-automounter/unmount %m %r" -o allow_other'
case "$1" in
start)
modprobe fuse