Aaron Griffin wrote:
On Thu, Feb 21, 2008 at 11:01 PM, Stephen Liu <satimis@yahoo.com> wrote:
repo on /etc/pacman.conf ..... #[archlinuxfr] Server = http://repo.archlinux.fr/x86_64
Could you help me understand why you did it this way? Personally, I am used to the INI config format, which uses [headers] as sections in the config files, so it is straightforward to me, but supposedly people do this way too much. I'd like to understand why the section header seems more like a comment.
Uhm, as I understand it, it looks like a comment because it IS a comment. That's why Eric told him to get rid of the #. I'd say it used to be commented out together with the Server thingy, but wasn't uncommented properly when Stephen wanted to use the repo. Bjørn