bin/101762: sysinstall(8) does not obey /usr/ports symlink
while installing ports tree
Garrett Cooper
yanegomi at gmail.com
Tue Jul 13 15:30:08 UTC 2010
The following reply was made to PR bin/101762; it has been noted by GNATS.
From: Garrett Cooper <yanegomi at gmail.com>
To: bug-followup at FreeBSD.org, eugen at 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
More information about the freebsd-sysinstall
mailing list