summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/ntpd.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-07-09 15:08:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-07-09 15:08:55 +0000
commit40c64af47a1d6d623e07fafddf5c8f85de5a4a21 (patch)
treebbe050a279d107909d1cc6c45255e7cd8602c914 /usr.sbin/ntpd/ntpd.c
parent01f7cb51c66776dd3d5bfd9b0e5a6089f6038c98 (diff)
too chatty; ok henning
Diffstat (limited to 'usr.sbin/ntpd/ntpd.c')
-rw-r--r--usr.sbin/ntpd/ntpd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ntpd/ntpd.c b/usr.sbin/ntpd/ntpd.c
index e363d689cb0..6115ac582c7 100644
--- a/usr.sbin/ntpd/ntpd.c
+++ b/usr.sbin/ntpd/ntpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntpd.c,v 1.9 2004/07/09 11:34:11 henning Exp $ */
+/* $OpenBSD: ntpd.c,v 1.10 2004/07/09 15:08:54 deraadt Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -122,8 +122,6 @@ main(int argc, char *argv[])
if (!debug)
daemon(1, 0);
- log_info("startup");
-
if (pipe(pipe_chld) == -1)
fatal("pipe");