[24247] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23845 - trunk/debathena/debathena/counterlog/debian

daemon@ATHENA.MIT.EDU (Evan Broder)
Sat Jun 13 16:31:09 2009

X-Barracuda-Envelope-From: broder@mit.edu
Date: Sat, 13 Jun 2009 16:31:00 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200906132031.n5DKV0TV004002@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: broder
Date: 2009-06-13 16:30:59 -0400 (Sat, 13 Jun 2009)
New Revision: 23845

Modified:
   trunk/debathena/debathena/counterlog/debian/changelog
   trunk/debathena/debathena/counterlog/debian/debathena-counterlog.cron.daily
   trunk/debathena/debathena/counterlog/debian/debathena-counterlog.install
Log:
In counterlog:
  * Move athena-counterlog into /usr/lib, since it's not meant to be
    called by users. (Trac: #265)


Modified: trunk/debathena/debathena/counterlog/debian/changelog
===================================================================
--- trunk/debathena/debathena/counterlog/debian/changelog	2009-06-12 02:02:34 UTC (rev 23844)
+++ trunk/debathena/debathena/counterlog/debian/changelog	2009-06-13 20:30:59 UTC (rev 23845)
@@ -1,3 +1,10 @@
+debathena-counterlog (1.5) unstable; urgency=low
+
+  * Move athena-counterlog into /usr/lib, since it's not meant to be
+    called by users. (Trac: #265)
+
+ -- Evan Broder <broder@mit.edu>  Sat, 13 Jun 2009 16:30:21 -0400
+
 debathena-counterlog (1.4) unstable; urgency=low
 
   * Depend on debathena-machtype. (Trac: #241)

Modified: trunk/debathena/debathena/counterlog/debian/debathena-counterlog.cron.daily
===================================================================
--- trunk/debathena/debathena/counterlog/debian/debathena-counterlog.cron.daily	2009-06-12 02:02:34 UTC (rev 23844)
+++ trunk/debathena/debathena/counterlog/debian/debathena-counterlog.cron.daily	2009-06-13 20:30:59 UTC (rev 23845)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-[ -x /usr/bin/athena-counterlog ] && /usr/bin/athena-counterlog
+[ -x /usr/lib/athena-counterlog ] && /usr/lib/athena-counterlog

Modified: trunk/debathena/debathena/counterlog/debian/debathena-counterlog.install
===================================================================
--- trunk/debathena/debathena/counterlog/debian/debathena-counterlog.install	2009-06-12 02:02:34 UTC (rev 23844)
+++ trunk/debathena/debathena/counterlog/debian/debathena-counterlog.install	2009-06-13 20:30:59 UTC (rev 23845)
@@ -1 +1 @@
-debian/athena-counterlog usr/bin
+debian/athena-counterlog usr/lib


home help back first fref pref prev next nref lref last post