diff options
author | dancer <dancer> | 2001-08-27 11:01:56 +0000 |
---|---|---|
committer | dancer <dancer> | 2001-08-27 11:01:56 +0000 |
commit | 296a5a338a397c6cf8c77a813dc29bd1b7ce8b19 (patch) | |
tree | 100834164db20291514c5e5843f8aaff6928506f /pbuilderrc | |
parent | e062d3ce43ca80e40030cf2bac5bc15b581a3a8b (diff) | |
download | pbuilder-296a5a338a397c6cf8c77a813dc29bd1b7ce8b19.tar pbuilder-296a5a338a397c6cf8c77a813dc29bd1b7ce8b19.tar.gz |
created pbuilder-modules and made others use it for common routines, and made PROC support optional for some people without PROC interface
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-x | pbuilderrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,3 +5,5 @@ BASETGZ=/var/cache/pbuilder/base.tgz BUILDPLACE=/var/cache/pbuilder/build/ MIRRORSITE=http://www.jp.debian.org/debian #export http_proxy=http://your-proxy:8080/ +USEPROC=yes + |