From owner-cvs-src-old@FreeBSD.ORG Wed Jul 13 05:57:11 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 A81B91065700 for ; Wed, 13 Jul 2011 05:57:11 +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 7D6E48FC1B for ; Wed, 13 Jul 2011 05:57:11 +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 p6D5vBUr012880 for ; Wed, 13 Jul 2011 05:57:11 GMT (envelope-from trociny@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6D5vBjf012877 for cvs-src-old@freebsd.org; Wed, 13 Jul 2011 05:57:11 GMT (envelope-from trociny@repoman.freebsd.org) Message-Id: <201107130557.p6D5vBjf012877@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to trociny@repoman.freebsd.org using -f From: Mikolaj Golub Date: Wed, 13 Jul 2011 05:56:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/hastctl hastctl.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: Wed, 13 Jul 2011 05:57:11 -0000 trociny 2011-07-13 05:56:51 UTC FreeBSD src repository Modified files: sbin/hastctl hastctl.c Log: SVN rev 223976 on 2011-07-13 05:56:51Z by trociny When exiting with error because of an invalid command line argument use errx(3), not err(3), and the exit code from sysexits(3). Approved by: pjd (mentor) Revision Changes Path 1.15 +3 -3 src/sbin/hastctl/hastctl.c