Setup a symlink to the distribution name in the root of the first CD image

so that it can be used as a anon-ftp area.
This commit is contained in:
Poul-Henning Kamp 2002-12-31 10:27:58 +00:00
parent e4b13179f6
commit f54846c3ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108502

View File

@ -857,6 +857,7 @@ ftp.1:
cdrom.1:
@echo "Setting up CDROM distribution area"
@mkdir -p ${CD_DISC1} ${CD_DISC2}
-@ln -s . ${CD_DISC1}/${BUILDNAME}
@cd ${RD} && find floppies -print | cpio -dumpl ${CD_DISC1}
@cd ${RD}/dists && find . -print | cpio -dumpl ${CD_DISC1}
@for i in ${DISTRIBUTIONS} ; \