$NetBSD: patch-aa,v 1.1.1.1 2005/06/03 20:08:04 wiz Exp $

--- conserver/main.c.orig	2004-07-14 01:28:42.000000000 -0400
+++ conserver/main.c	2005-05-22 14:16:15.000000000 -0400
@@ -460,7 +460,9 @@
     int td;
 #endif
 
+#if 0
     Msg("daemonizing");
+#endif
     SimpleSignal(SIGQUIT, SIG_IGN);
     SimpleSignal(SIGINT, SIG_IGN);
 #if defined(SIGTTOU)
@@ -1259,7 +1261,9 @@
 	Bye(EX_OK);
     }
 
+#if 0
     Msg("%s", THIS_VERSION);
+#endif
 
 #if HAVE_GETLOGIN
     origuser = getlogin();
@@ -1286,7 +1290,9 @@
 	BuildStringPrint(startedMsg, "started as `%s' by `%s'", curuser,
 			 (origuser == (char *)0) ? curuser : origuser);
     endpwent();
+#if 0
     Msg("%s", startedMsg->string);
+#endif
 
 #if HAVE_GETSPNAM && !HAVE_PAM
     if (!fSyntaxOnly && (geteuid() != 0)) {
