Remove the annoying ftp area symlink pointing at ourselves - people keep

asking what it's for and I can't answer since I can't see any conceivable
use for it.  Unless someone corrects that impression, I'll also MFC this
change in a few days.
This commit is contained in:
Jordan K. Hubbard 2001-02-06 08:27:56 +00:00
parent 056c05d59d
commit 223391541f

View File

@ -618,7 +618,6 @@ release.9:
ftp.1:
@echo "Setting up FTP distribution area"
@mkdir -p ${FD}
-@ln -s . ${FD}/${BUILDNAME}
@cd ${RD} && find floppies -print | cpio -dumpl ${FD}
@cd ${RD}/dists && find . -print | cpio -dumpl ${FD}
@for i in ${DIST_DOCS}; do \