From owner-cvs-all@FreeBSD.ORG Sun Jun 21 13:55:35 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECF51106564A; Sun, 21 Jun 2009 13:55:35 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C2B998FC13; Sun, 21 Jun 2009 13:55:35 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5LDtZcw008731; Sun, 21 Jun 2009 13:55:35 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from keramida@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5LDtZ37008730; Sun, 21 Jun 2009 13:55:35 GMT (envelope-from keramida) Message-Id: <200906211355.n5LDtZ37008730@repoman.freebsd.org> From: Giorgos Keramidas Date: Sun, 21 Jun 2009 13:55:35 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/el_GR.ISO8859-7/share/tools/checkupdate checkupdate.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Jun 2009 13:55:36 -0000 keramida 2009-06-21 13:55:35 UTC FreeBSD doc repository Modified files: el_GR.ISO8859-7/share/tools/checkupdate checkupdate.py Log: Trim '\r' and '\n' from filenames read from stdin. The input line is printed in debug levels >= 4. If it includes the newline we read from stdin, debug messages include empty lines, so this should keep the debug output a bit more compact. Revision Changes Path 1.7 +1 -0 doc/el_GR.ISO8859-7/share/tools/checkupdate/checkupdate.py