From: Sascha Wildner Date: Thu, 27 Jan 2011 19:26:16 +0000 (+0100) Subject: installer: Add /usr/pkg/etc to sources.conf. X-Git-Tag: v2.11.0~270^2~26 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/b5cc1cc3f8193317813e1a73cd5c917042ec07fa installer: Add /usr/pkg/etc to sources.conf. Previously, the installer did not copy this directory due to it being on a separate (read/write) mount point and cpdup not crossing mount point boundaries. This should also fix (for newly installed systems) the XML catalog problems various people were reporting. A better solution would be to make the installer's installation function to take this case into account. Reported-by: Pierre Abbat --- diff --git a/share/installer/sources.conf b/share/installer/sources.conf index 2afcf99685..ac4d94d7a1 100644 --- a/share/installer/sources.conf +++ b/share/installer/sources.conf @@ -16,6 +16,7 @@ /usr/local /usr/obj /usr/pkg +/usr/pkg/etc /usr/sbin /usr/share /usr/src