From c4a0c63f0dd25390d765b5fc52a7e91743641adf Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 28 May 2007 19:40:57 +0000 Subject: Use 'Stef' instead of 'Nate' --- daemon/config.c | 4 ++-- daemon/rrd-update.c | 4 ++-- daemon/rrdbotd.c | 15 +++++++++------ daemon/rrdbotd.h | 4 ++-- daemon/snmp-engine.c | 4 ++-- 5 files changed, 17 insertions(+), 14 deletions(-) (limited to 'daemon') diff --git a/daemon/config.c b/daemon/config.c index 49f8e0f..1bf0e4b 100644 --- a/daemon/config.c +++ b/daemon/config.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, Nate Nielsen + * Copyright (c) 2005, Stefan Walter * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * * * CONTRIBUTORS - * Nate Nielsen + * Stef Walter * */ diff --git a/daemon/rrd-update.c b/daemon/rrd-update.c index f052c31..7b43430 100644 --- a/daemon/rrd-update.c +++ b/daemon/rrd-update.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, Nate Nielsen + * Copyright (c) 2005, Stefan Walter * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * * * CONTRIBUTORS - * Nate Nielsen + * Stef Walter * */ diff --git a/daemon/rrdbotd.c b/daemon/rrdbotd.c index c74648d..5b447a3 100644 --- a/daemon/rrdbotd.c +++ b/daemon/rrdbotd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, Nate Nielsen + * Copyright (c) 2005, Stefan Walter * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * * * CONTRIBUTORS - * Nate Nielsen + * Stef Walter * */ @@ -312,10 +312,6 @@ main(int argc, char* argv[]) /* The mainloop server */ server_init(); - /* Setup the Async DNS resolver */ - if(async_resolver_init() < 0) - err(1, "couldn't initialize resolver"); - /* Parse config and setup SNMP system */ rb_config_parse(); @@ -335,6 +331,13 @@ main(int argc, char* argv[]) daemonized = 1; } + /* Setup the Async DNS resolver */ + if(async_resolver_init() < 0) + { + rb_message(LOG_ERR, "couldn't initialize resolver"); + /* Allow things to proceed without resolver */ + } + /* Handle signals */ signal(SIGPIPE, SIG_IGN); signal(SIGHUP, SIG_IGN); diff --git a/daemon/rrdbotd.h b/daemon/rrdbotd.h index 70e09fa..cfc8cb2 100644 --- a/daemon/rrdbotd.h +++ b/daemon/rrdbotd.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, Nate Nielsen + * Copyright (c) 2004, Stef Walter * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * * * CONTRIBUTORS - * Nate Nielsen + * Stef Walter * */ diff --git a/daemon/snmp-engine.c b/daemon/snmp-engine.c index 65bc1de..8cae2b7 100644 --- a/daemon/snmp-engine.c +++ b/daemon/snmp-engine.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, Nate Nielsen + * Copyright (c) 2005, Stefan Walter * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,7 +32,7 @@ * * * CONTRIBUTORS - * Nate Nielsen + * Stef Walter * */ -- cgit v1.2.3