[23952] in Source-Commits
/svn/athena r23562 - trunk/debathena/config/linerva/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Sat Mar 7 14:29:49 2009
Date: Sat, 7 Mar 2009 14:29:32 -0500
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200903071929.n27JTWcD005307@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-03-07 14:29:32 -0500 (Sat, 07 Mar 2009)
New Revision: 23562
Modified:
trunk/debathena/config/linerva/debian/changelog
trunk/debathena/config/linerva/debian/debathena-linerva.postinst
Log:
In linerva:
* Update the logcheck git checkout to:
* Get tickets and tokens
* Use an explicit AFS path (in case the automounter isn't working)
* Not fail if a previous checkout failed
Modified: trunk/debathena/config/linerva/debian/changelog
===================================================================
--- trunk/debathena/config/linerva/debian/changelog 2009-03-07 17:40:00 UTC (rev 23561)
+++ trunk/debathena/config/linerva/debian/changelog 2009-03-07 19:29:32 UTC (rev 23562)
@@ -1,3 +1,12 @@
+debathena-linerva (1.20) unstable; urgency=low
+
+ * Update the logcheck git checkout to:
+ * Get tickets and tokens
+ * Use an explicit AFS path (in case the automounter isn't working)
+ * Not fail if a previous checkout failed
+
+ -- Evan Broder <broder@mit.edu> Sat, 07 Mar 2009 14:29:20 -0500
+
debathena-linerva (1.19) unstable; urgency=low
* Change from sysklogd to rsyslog.
Modified: trunk/debathena/config/linerva/debian/debathena-linerva.postinst
===================================================================
--- trunk/debathena/config/linerva/debian/debathena-linerva.postinst 2009-03-07 17:40:00 UTC (rev 23561)
+++ trunk/debathena/config/linerva/debian/debathena-linerva.postinst 2009-03-07 19:29:32 UTC (rev 23562)
@@ -35,8 +35,12 @@
chown logcheck /var/lock/logcheck/
if [ ! -e /etc/logcheck/.git ]; then
mv /etc/logcheck /etc/logcheck.orig
- git clone /mit/linerva/git/logcheck.git /etc/logcheck
fi
+ if [ ! -e /etc/logcheck ]; then
+ kinit -k
+ aklog sipb
+ git clone /afs/sipb.mit.edu/project/linerva/git/logcheck.git /etc/logcheck
+ fi
chmod 750 /etc/logcheck
chmod 750 /etc/logcheck.orig