From 225851674c4a10b07e82ef718ecaee2dd57d1ec7 Mon Sep 17 00:00:00 2001 From: dancer Date: Fri, 6 Sep 2002 03:48:21 +0000 Subject: +2002-09-06 Junichi Uekawa + + * pbuider-loadconfig: create from checkparams. a module to load config files only. + + * debuild-pbuilder: add debuild wrapper script. + + * debuild-pbuilder.1: add manpage + + * pbuilder-buildpackage (BUILD_PID): use "trap" a bit, so that error checking can be done at all. --- pbuilder-checkparams | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'pbuilder-checkparams') diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 7075e55..41daf86 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -17,13 +17,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -for RCFILE in /usr/share/pbuilder/pbuilderrc /etc/pbuilderrc ${HOME}/.pbuilderrc; do - if [ -f "$RCFILE" ]; then - . "$RCFILE" - else - echo "W: $RCFILE does not exist" - fi -done +. /usr/lib/pbuilder/pbuilder-loadconfig . /usr/lib/pbuilder/pbuilder-modules -- cgit v1.2.3