From owner-cvs-src@FreeBSD.ORG Tue Oct 5 22:16:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E373316A4CE; Tue, 5 Oct 2004 22:16:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3D0143D3F; Tue, 5 Oct 2004 22:16:31 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i95MGVxn082355; Tue, 5 Oct 2004 22:16:31 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i95MGVMG082354; Tue, 5 Oct 2004 22:16:31 GMT (envelope-from brooks) Message-Id: <200410052216.i95MGVMG082354@repoman.freebsd.org> From: Brooks Davis Date: Tue, 5 Oct 2004 22:16:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2004 22:16:32 -0000 brooks 2004-10-05 22:16:31 UTC FreeBSD src repository Modified files: usr.sbin/newsyslog newsyslog.c Log: Don't prepend the directory specified by -d when the file is a relative path. Doing so makes no sense. I'm not sure allowing relative paths makes sense either, but I'm not going to break that now. Revision Changes Path 1.98 +1 -1 src/usr.sbin/newsyslog/newsyslog.c