From owner-cvs-all@FreeBSD.ORG Thu Jul 17 22:43:28 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF97137B401; Thu, 17 Jul 2003 22:43:28 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE87543F93; Thu, 17 Jul 2003 22:43:27 -0700 (PDT) (envelope-from daichi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6I5hR0U078504; Thu, 17 Jul 2003 22:43:27 -0700 (PDT) (envelope-from daichi@repoman.freebsd.org) Received: (from daichi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6I5hRxB078503; Thu, 17 Jul 2003 22:43:27 -0700 (PDT) Message-Id: <200307180543.h6I5hRxB078503@repoman.freebsd.org> From: Daichi GOTO Date: Thu, 17 Jul 2003 22:43:27 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/thumbnail_index/files patch-ab X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 05:43:29 -0000 daichi 2003/07/17 22:43:27 PDT FreeBSD ports repository Modified files: www/thumbnail_index/files patch-ab Log: update www/thumbnail_index: use `/bin/pwd -L` instead of `pwd` - When using NFS and symbolic link, and wanting not to show the real path in the output of thumbnail_index, "cwd=`pwd`" is not good. "cwd=`/bin/pwd -L'" seems better. PR: 53128 Submitted by: NAKAJI Hiroyuki Revision Changes Path 1.2 +10 -1 ports/www/thumbnail_index/files/patch-ab