diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-18 13:43:27 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-18 13:43:27 +0800 |
commit | 0a453987f48252c92dd54b998595c412f58eca0f (patch) | |
tree | 9c746c7249b2b2aa03ed74be928bc3d411fb9bb6 /www | |
parent | 918e5fde615a4a57dea3d0cddfa83b5d7798d99d (diff) | |
download | freebsd-ports-gnome-0a453987f48252c92dd54b998595c412f58eca0f.tar.gz freebsd-ports-gnome-0a453987f48252c92dd54b998595c412f58eca0f.tar.zst freebsd-ports-gnome-0a453987f48252c92dd54b998595c412f58eca0f.zip |
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 <nakaji@jp.freebsd.org>
Diffstat (limited to 'www')
-rw-r--r-- | www/thumbnail_index/files/patch-ab | 11 |
1 files changed, 10 insertions, 1 deletions
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 ) |