Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=257b77f07ab7181103bf25880e55857708d82b96
commit 257b77f07ab7181103bf25880e55857708d82b96 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Wed Dec 26 18:15:37 2007 +0100 and another one diff --git a/etc/pacman-g2.conf.in b/etc/pacman-g2.conf.in new file mode 100644 index 0000000..8019926 --- /dev/null +++ b/etc/pacman-g2.conf.in @@ -0,0 +1,31 @@ +# +# /etc/pacman-g2.conf +# + +# See the pacman-g2 manpage for option directives + +# +# GENERAL OPTIONS +# +[options] +LogFile = /var/log/pacman-g2.log +HoldPkg = pacman-g2 glibc bash coreutils chkconfig +# Issue a warning before install when you haven't done a -Sy for X days +OldDelay = 3 +# Use this if you need advanced features. YOUR_OTPS can be for example --limit-rate 800K +#XferCommand = echo %o |sed -r 's/.(fpm|fdb).part$//'; curl -C - --progress-bar -o %o %u YOUR_OTPS; echo + +# If you use the -current tree, you should disable the -stable +# tree to avoid conflicts + +# -current +Include = /etc/pacman.d/frugalware-current + +# -stable +#Include = /etc/pacman.d/frugalware + +# An example of a custom package repository. See the pacman-g2 manpage for +# tips on creating your own repositories. +#[custom] +#Server = file:///home/custompkgs + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
