ossp-pkg/petidomo/config.c 1.1 -> 1.2
--- config.c 2000/12/13 13:19:22 1.1
+++ config.c 2000/12/13 15:35:14 1.2
@@ -1,20 +1,30 @@
/*
- * $Source: /v/ossp/cvs/ossp-pkg/petidomo/Attic/config.c,v $
- * $Revision: 1.1 $
- * $Date: 2000/12/13 13:19:22 $
- *
- * Copyright (C) 1996 by CyberSolutions GmbH.
- * All rights reserved.
- */
+ $Source: /v/ossp/cvs/ossp-pkg/petidomo/Attic/config.c,v $
+ $Revision: 1.2 $
+
+ Copyright (C) 2000 by CyberSolutions GmbH, Germany.
+
+ This file is part of OpenPetidomo.
+
+ OpenPetidomo is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2, or (at your option)
+ any later version.
+
+ OpenPetidomo is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+*/
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <pwd.h>
-#include <lists.h>
-#include <configfile.h>
-#include <petidomo.h>
+#include "liblists/lists.h"
+#include "libconfigfile/configfile.h"
+#include "petidomo.h"
static struct PD_Config * MasterConfig;
List ListConfigs;
@@ -25,7 +35,7 @@
static char * fqdn = NULL;
static char * master_password = NULL;
static char * mta = "/usr/sbin/sendmail";
-static char * mta_options = "-f%s";
+static char * mta_options = "-i -f%s";
static bool detach = FALSE;
static bool show_stats = TRUE;
|
|