[23245] in Source-Commits
/svn/athena r22906 - trunk/debathena/config/athena-chroot/debian
daemon@ATHENA.MIT.EDU (tabbott@MIT.EDU)
Thu Apr 17 02:46:53 2008
Date: Thu, 17 Apr 2008 02:46:42 -0400 (EDT)
From: tabbott@MIT.EDU
Message-Id: <200804170646.CAA00763@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: tabbott
Date: 2008-04-17 02:46:42 -0400 (Thu, 17 Apr 2008)
New Revision: 22906
Modified:
trunk/debathena/config/athena-chroot/debian/lastlog.debathena
Log:
Fix path to lastlog in Athena 9.4.
Modified: trunk/debathena/config/athena-chroot/debian/lastlog.debathena
===================================================================
--- trunk/debathena/config/athena-chroot/debian/lastlog.debathena 2008-04-17 06:45:15 UTC (rev 22905)
+++ trunk/debathena/config/athena-chroot/debian/lastlog.debathena 2008-04-17 06:46:42 UTC (rev 22906)
@@ -1,4 +1,4 @@
#!/bin/sh
unset ENV_SET
shift
-exec schroot -qpc athena /bin/athena/lastlog "$@"
+exec schroot -qpc athena /usr/athena/bin/lastlog "$@"