Date: Tue, 13 Jul 2010 15:30:08 GMT From: Garrett Cooper <yanegomi@gmail.com> To: freebsd-sysinstall@FreeBSD.org Subject: Re: bin/101762: sysinstall(8) does not obey /usr/ports symlink while installing ports tree Message-ID: <201007131530.o6DFU8oS048022@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/101762; it has been noted by GNATS. From: Garrett Cooper <yanegomi@gmail.com> To: bug-followup@FreeBSD.org, eugen@kuzbass.ru Cc: Subject: Re: bin/101762: sysinstall(8) does not obey /usr/ports symlink while installing ports tree Date: Tue, 13 Jul 2010 08:27:34 -0700 To add another dimension to the issue, cpio is used when extracting the dist tarballs, and -du is specified on the cpio command line: -d (i and p modes) Create directories as necessary. -u (i and p modes) Unconditionally overwrite existing files. Ordi- narily, an older file will not overwrite a newer file on disk. So it creates the directories if they don't already exist. See media.c for more details. Cheers, -Garrett
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007131530.o6DFU8oS048022>