From 0081f07d5ca97a70a38bb8c93e4176f7c3c24072 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sat, 17 Apr 1999 21:55:18 +0000
Subject: [PATCH] (struct kom_par): New parameters: lyskomd_path,
 normal_shutdown_time, 	downtime_mail_start and downtime_mail_end.

---
 src/server/param.h | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/server/param.h b/src/server/param.h
index 2fe418a50..3be2239f1 100644
--- a/src/server/param.h
+++ b/src/server/param.h
@@ -1,5 +1,5 @@
 /*
- * $Id: param.h,v 1.20 1999/04/17 00:11:06 ceder Exp $
+ * $Id: param.h,v 1.21 1999/04/17 21:55:18 ceder Exp $
  * Copyright (C) 1994, 1995, 1996  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -28,7 +28,7 @@
 #ifndef PARAM_H_INCLUDED
 #define PARAM_H_INCLUDED
 
-/* See server-config.c and lyskomd.8 for more info about the
+/* See server-config.c and lyskomd.texi for more info about the
    fields in this structure. */
 struct kom_par {
     char *dbase_dir;
@@ -58,6 +58,7 @@ struct kom_par {
     char *aux_def_file;
     char *status_file;		/* Only used in komrunning and updateLysKOM */
     char *core_dir;
+    char *lyskomd_path;
     int timeout;
     int garbtimeout;
     int synctimeout;
@@ -102,6 +103,9 @@ struct kom_par {
     Bool log_login;
     Bool force_iso_8859_1;
     int no_files;		/* -1=default */
+    int normal_shutdown_time;	/* In minutes. */
+    int downtime_mail_start;	/* In minutes. */
+    int downtime_mail_end;	/* In minutes */
     Bool invite_by_default;
     Bool secret_memberships;
     Bool allow_reinvite;
-- 
GitLab