]> andersk Git - moira.git/commitdiff
added directory definitions
authormar <mar>
Fri, 8 Sep 1989 18:45:45 +0000 (18:45 +0000)
committermar <mar>
Fri, 8 Sep 1989 18:45:45 +0000 (18:45 +0000)
include/moira_site.h

index c43ea07f9f4512f0490f4fce02f766df3f7f8cfd..c2380365e8b485c85fc09cd7c32b7d0fcc7b2907 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * This file contains all definitions that allow easy access to 
- * elements returned by most of the @i[SMS] queries.
+ * elements returned by most of the @i[SMS] queries.  It also defines
+ * the default server location and the directories used on the server.
  *
  * If the order of the arguments in the @i[SMS] queries change (again)
  * then all that needs to be changed are the values of these items 
 #define USH_SHELL       1
 #define USH_END         2
 
+
+/* Directories & files used on the server machine: */
+
+#define SMS_DIR                "/u1/sms"       /* home directory of the system */
+#define BIN_DIR                "/u1/sms/bin"   /* where progs live */
+#define DCM_DIR                "/u1/sms/dcm"   /* where DCM output files end up */
+#define LOCK_DIR       "/u1/sms/dcm/locks" /* where DCM puts lock files */
+
+#define CRITERRLOG     "/u1/sms/critical.log"
+#define JOURNAL                "/u1/sms/journal"
+#define REGJOURNAL     "/u1/sms/journal.reg"
+#define NODCMFILE      "/etc/nodcm"    /* flag to inhibit DCM running */
+#define SMS_MOTD_FILE  "/etc/smsdown"  /* make the server go to sleep */
+
+
 #endif _sms_app_               /* Do not add anything after this line. */
This page took 0.040782 seconds and 5 git commands to generate.