Commit graph

2 commits

Author SHA1 Message Date
Daichi GOTO
46e471f505 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>
2003-07-18 05:43:27 +00:00
MIHIRA Sanpei Yoshiro
7b304aa9de use wc command for check file size.
slower but more portable than using ls
2001-06-16 08:59:04 +00:00