Date: Thursday, August 26, 2010 @ 09:16:06 Author: thomas Revision: 88927
Remove '# Add your preferred servers here, they will be used first' This line is confusing to end-users, as in almost all cases, servers should be modified in the mirror list. Modified: pacman/trunk/pacman.conf -------------+ pacman.conf | 5 ----- 1 file changed, 5 deletions(-) Modified: pacman.conf =================================================================== --- pacman.conf 2010-08-26 12:12:30 UTC (rev 88926) +++ pacman.conf 2010-08-26 13:16:06 UTC (rev 88927) @@ -58,23 +58,18 @@ # after the header, and they will be used before the default mirrors. #[testing] -## Add your preferred servers here, they will be used first #Include = /etc/pacman.d/mirrorlist [core] -# Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist [extra] -# Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist #[community-testing] -## Add your preferred servers here, they will be used first #Include = /etc/pacman.d/mirrorlist [community] -# Add your preferred servers here, they will be used first Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for
