# /etc/default/findpkg.conf - configuration file for findpkg # these are the values use by the findpkg to search packages on a # given Debian packages repository # what server to use # the official Germany Debian repository is the most synced # with the original Debian repository server=ftp.de.debian.org # the protocol of the connection # the most manefull values are 'ftp' and 'http' protocol=http # the base dir of the repository # some repositories may use non conventional basedir structures basedir=debian # the main distribution branch used/installed in your system # teh default is sarge, a.k.a stable dist=etch # options to be supplyed on wget command line wgetopts=--passive-ftp # the architecteure of the Degbian box # the default is to let dpkg 'discover' arch=`dpkg --print-installation-architecture`