[24099] in Source-Commits

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

/svn/athena r23703 - in trunk/athena/bin/lert: . debian

daemon@ATHENA.MIT.EDU (Evan Broder)
Thu Apr 2 22:29:58 2009

Date: Thu, 2 Apr 2009 22:29:48 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200904030229.n332TmXf024296@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: broder
Date: 2009-04-02 22:29:48 -0400 (Thu, 02 Apr 2009)
New Revision: 23703

Added:
   trunk/athena/bin/lert/debian/debathena-lert-server.dirs
Modified:
   trunk/athena/bin/lert/debian/changelog
   trunk/athena/bin/lert/lert.h
Log:
In lert:
  * Configure the lert server to comply with the FHS. (Trac: #167)


Modified: trunk/athena/bin/lert/debian/changelog
===================================================================
--- trunk/athena/bin/lert/debian/changelog	2009-04-03 01:11:57 UTC (rev 23702)
+++ trunk/athena/bin/lert/debian/changelog	2009-04-03 02:29:48 UTC (rev 23703)
@@ -1,8 +1,9 @@
 debathena-lert (10.0.2-0debathena1) unstable; urgency=low
 
   * Try $ATHENA_USER before using $USER.
+  * Configure the lert server to comply with the FHS. (Trac: #167)
 
- -- Evan Broder <broder@mit.edu>  Thu, 02 Apr 2009 20:17:11 -0400
+ -- Evan Broder <broder@mit.edu>  Thu, 02 Apr 2009 21:39:13 -0400
 
 debathena-lert (10.0.1-0debathena1) unstable; urgency=low
 

Added: trunk/athena/bin/lert/debian/debathena-lert-server.dirs
===================================================================
--- trunk/athena/bin/lert/debian/debathena-lert-server.dirs	2009-04-03 01:11:57 UTC (rev 23702)
+++ trunk/athena/bin/lert/debian/debathena-lert-server.dirs	2009-04-03 02:29:48 UTC (rev 23703)
@@ -0,0 +1 @@
+var/lib/lert

Modified: trunk/athena/bin/lert/lert.h
===================================================================
--- trunk/athena/bin/lert/lert.h	2009-04-03 01:11:57 UTC (rev 23702)
+++ trunk/athena/bin/lert/lert.h	2009-04-03 02:29:48 UTC (rev 23703)
@@ -23,10 +23,10 @@
 #define LERT_SERVICE "daemon"
 
 /* where the data base and log are */
-#define LERTS_DATA   "/var/ops/lert/lertdata"
-#define LERTS_LOG    "/var/ops/lert/lertlog"
-#define LERTS_SRVTAB    "/var/ops/lert/srvtab"
-#define LERTS_KEYTAB    "/var/ops/lert/keytab"
+#define LERTS_DATA   "/var/lib/lert/lertdata"
+#define LERTS_LOG    "/var/lib/lert/lertlog"
+#define LERTS_SRVTAB    "/etc/srvtab"
+#define LERTS_KEYTAB    "/etc/krb5.keytab"
 
 /* the base name of the displayed files */
 #define LERTS_MSG_FILES   "/afs/athena/system/config/lert/lert"


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