summaryrefslogtreecommitdiff
path: root/comms/conserver8/patches/patch-aa
blob: 20cc8aba19da23cda3987febf171882b331c98b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
$NetBSD: patch-aa,v 1.2 2006/05/11 21:42:43 seb Exp $

--- conserver/main.c.orig	2006-04-03 09:32:08.000000000 -0400
+++ conserver/main.c	2006-05-07 22:24:26.000000000 -0400
@@ -463,7 +463,9 @@
     int td;
 #endif
 
+#if 0
     Msg("daemonizing");
+#endif
     SimpleSignal(SIGQUIT, SIG_IGN);
     SimpleSignal(SIGINT, SIG_IGN);
 #if defined(SIGTTOU)
@@ -1284,7 +1286,9 @@
 	Bye(EX_OK);
     }
 
+#if 0
     Msg(MyVersion());
+#endif
 
 #if HAVE_GETLOGIN
     origuser = getlogin();
@@ -1311,7 +1315,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)) {