diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-18 05:43:27 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-18 05:43:27 +0000 |
commit | 46e471f5050f5b86e5e1d9660632a1137e0fcef6 (patch) | |
tree | 018f82980715ad712636daa3f9f905f5dc0ae171 /www/thumbnail_index | |
parent | 116015765e02507114b435e80a4a38df8a7029e9 (diff) | |
download | ports-46e471f5050f5b86e5e1d9660632a1137e0fcef6.tar.gz ports-46e471f5050f5b86e5e1d9660632a1137e0fcef6.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>
Notes
Notes:
svn path=/head/; revision=85106
Diffstat (limited to 'www/thumbnail_index')
-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 ) |