From 46e471f5050f5b86e5e1d9660632a1137e0fcef6 Mon Sep 17 00:00:00 2001 From: Daichi GOTO Date: Fri, 18 Jul 2003 05:43:27 +0000 Subject: 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 --- www/thumbnail_index/files/patch-ab | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'www/thumbnail_index') diff --git a/www/thumbnail_index/files/patch-ab b/www/thumbnail_index/files/patch-ab index deb32a163ea1..5c23b3d6b7d1 100644 --- a/www/thumbnail_index/files/patch-ab +++ b/www/thumbnail_index/files/patch-ab @@ -1,5 +1,14 @@ --- thumbnail_index.orig Tue Aug 11 03:51:55 1998 -+++ thumbnail_index Sat Jun 16 17:56:31 2001 ++++ thumbnail_index Tue Jun 10 13:04:55 2003 +@@ -99,7 +99,7 @@ + subdir=.thumbnails + nindexname=/tmp/tinind.$$ + stamp='This file produced by thumbnail_index - do not edit.' +-cwd=`pwd` ++cwd=`/bin/pwd -L` + makefile=/tmp/timake.$$ + infoscript=/tmp/tiinsc.$$ + rm -f $nindexname $makefile $infoscript @@ -248,7 +248,7 @@ EOF ) -- cgit v1.2.3