fix path for lockfile 0.1.46
authorAdam Glasgall <glasgall@mit.edu>
Sat, 6 Feb 2016 18:54:17 +0000 (13:54 -0500)
committerAdam Glasgall <glasgall@mit.edu>
Sat, 6 Feb 2016 18:54:17 +0000 (13:54 -0500)
debian/changelog
invirt-cache-acls

index d016a44..0468294 100644 (file)
@@ -1,3 +1,10 @@
+invirt-web (0.1.46) precise; urgency=medium
+
+  * www-data can't write to /run, it turns out. Put the lockfile in
+    /var/lock instead.
+
+ -- Adam Glasgall <glasgall@mit.edu>  Sat, 06 Feb 2016 13:53:43 -0500
+
 invirt-web (0.1.45) precise; urgency=medium
 
   * Add trusty preseed files that we apparently forgot to package
 invirt-web (0.1.45) precise; urgency=medium
 
   * Add trusty preseed files that we apparently forgot to package
index a8953d4..5c58b8d 100755 (executable)
@@ -6,4 +6,4 @@ cells () {
 }
 kinit -k -t /etc/invirt/keytab daemon/$(hostname -f)
 aklog $(cells)
 }
 kinit -k -t /etc/invirt/keytab daemon/$(hostname -f)
 aklog $(cells)
-with-lock-ex -f /run/invirt-cache-acls.lock python /var/www/invirt-web/cache_acls.py
+with-lock-ex -f /var/lock/invirt-cache-acls.lock python /var/www/invirt-web/cache_acls.py