From owner-cvs-src-old@FreeBSD.ORG Thu May 5 18:51:07 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37E191065780 for ; Thu, 5 May 2011 18:51:07 +0000 (UTC) (envelope-from trociny@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 239068FC18 for ; Thu, 5 May 2011 18:51:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p45Ip75a026984 for ; Thu, 5 May 2011 18:51:07 GMT (envelope-from trociny@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p45Ip7uJ026983 for cvs-src-old@freebsd.org; Thu, 5 May 2011 18:51:07 GMT (envelope-from trociny@repoman.freebsd.org) Message-Id: <201105051851.p45Ip7uJ026983@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to trociny@repoman.freebsd.org using -f From: Mikolaj Golub Date: Thu, 5 May 2011 18:50:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sbin/hastctl hastctl.c src/sbin/hastd control.c control.h hast_proto.c hastd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2011 18:51:07 -0000 trociny 2011-05-05 18:50:52 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sbin/hastctl hastctl.c sbin/hastd control.c control.h hast_proto.c hastd.c Log: SVN rev 221507 on 2011-05-05 18:50:52Z by trociny MFC r221074, r221075, r221076, r221078: r221074: Fix assert messages. r221075: For conversation between hastctl and hastd we should use HASTCTL_CMD defines. r221076: Rename HASTCTL_ defines, which are used for conversation between main hastd process and workers, remove unused one and set different range of numbers. This is done in order not to confuse them with HASTCTL_CMD defines, used for conversation between hastctl and hastd, and to avoid bugs like the one fixed in r221075. r221078: Add missing ifdef. This fixes build with NO_OPENSSL. Reported by: Pawel Tyll Approved by: pjd (mentor) Revision Changes Path 1.1.2.7 +2 -2 src/sbin/hastctl/hastctl.c 1.1.2.7 +8 -8 src/sbin/hastd/control.c 1.1.2.5 +2 -3 src/sbin/hastd/control.h 1.1.2.8 +2 -0 src/sbin/hastd/hast_proto.c 1.2.2.14 +1 -1 src/sbin/hastd/hastd.c