]> andersk Git - moira.git/blobdiff - lib/critical.c
moved file location definitions
[moira.git] / lib / critical.c
index dbfde11817343f6ba85c0a7a359f9ce042580ad6..1d07c697393ef81ba909d7b9affc48140bcc8ee7 100644 (file)
@@ -1,16 +1,19 @@
 /* $Header$
  *
  * Log and send a zephyrgram about any critical errors.
+ *
+ *  (c) Copyright 1988 by the Massachusetts Institute of Technology.
+ *  For copying and distribution information, please see the file
+ *  <mit-copyright.h>.
  */
 
+#include <mit-copyright.h>
 #include <stdio.h>
 #include <sys/file.h>
 #include <zephyr/zephyr.h>
+#include <sms_app.h>
 
 
-/* log file for critical events that require human intervention */
-#define CRITERRLOG     "/u1/sms/critical.log"
-
 /* mode to create the file with */
 #define LOGFILEMODE    0644
 
This page took 0.053607 seconds and 4 git commands to generate.