along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: rbl.c,v 1.1.2.10 2000/11/22 18:54:07 guus Exp $
+ $Id: rbl.c,v 1.1.2.11 2000/11/22 19:14:08 guus Exp $
*/
#include "config.h"
#include <stdlib.h>
#include <xalloc.h>
-#include <stdio.h>
#include "rbl.h"
#include <system.h>
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: process.c,v 1.1.2.9 2000/11/22 17:49:16 zarq Exp $
+ $Id: process.c,v 1.1.2.10 2000/11/22 19:14:08 guus Exp $
*/
#include "config.h"
cp
setup_signals();
- if(write_pidfile())
- return -1;
-
if(do_detach)
daemon(0, 0);
+ if(write_pidfile())
+ return -1;
+
openlog(identname, LOG_CONS | LOG_PID, LOG_DAEMON);
if(debug_lvl > DEBUG_NOTHING)
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: tincd.c,v 1.10.4.33 2000/11/22 16:19:07 zarq Exp $
+ $Id: tincd.c,v 1.10.4.34 2000/11/22 19:14:09 guus Exp $
*/
#include "config.h"
char **environment; /* A pointer to the environment on
startup */
-void cleanup_and_exit(int);
-int kill_other(void);
-void make_names(void);
-int write_pidfile(void);
-
static struct option const long_options[] =
{
{ "config", required_argument, NULL, 'c' },