From owner-svn-src-all@FreeBSD.ORG Fri Feb 20 13:34:13 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95025A29; Fri, 20 Feb 2015 13:34:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7FDB8AE3; Fri, 20 Feb 2015 13:34:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1KDYDTc069217; Fri, 20 Feb 2015 13:34:13 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1KDYDvX069215; Fri, 20 Feb 2015 13:34:13 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201502201334.t1KDYDvX069215@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Fri, 20 Feb 2015 13:34:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r279053 - in stable/8/sbin: hastctl hastd X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 13:34:13 -0000 Author: ian Date: Fri Feb 20 13:34:12 2015 New Revision: 279053 URL: https://svnweb.freebsd.org/changeset/base/279053 Log: Remove leftover debugging output, accidentally committed. Pointy hat: ian Noticed by: dim Modified: stable/8/sbin/hastctl/Makefile stable/8/sbin/hastd/Makefile Modified: stable/8/sbin/hastctl/Makefile ============================================================================== --- stable/8/sbin/hastctl/Makefile Fri Feb 20 11:52:46 2015 (r279052) +++ stable/8/sbin/hastctl/Makefile Fri Feb 20 13:34:12 2015 (r279053) @@ -17,9 +17,7 @@ SRCS+= proto.c proto_common.c proto_uds. SRCS+= token.l SRCS+= subr.c SRCS+= y.tab.h -.warning WARNS is ${WARNS} WARNS?= 5 -.warning WARNS is now ${WARNS} MAN= hastctl.8 NO_WFORMAT= Modified: stable/8/sbin/hastd/Makefile ============================================================================== --- stable/8/sbin/hastd/Makefile Fri Feb 20 11:52:46 2015 (r279052) +++ stable/8/sbin/hastd/Makefile Fri Feb 20 13:34:12 2015 (r279053) @@ -17,9 +17,7 @@ SRCS+= rangelock.c SRCS+= subr.c SRCS+= token.l SRCS+= y.tab.h -.warning WARNS is ${WARNS} WARNS?= 5 -.warning WARNS is now ${WARNS} MAN= hastd.8 hast.conf.5 NO_WFORMAT=