From mboxrd@z Thu Jan 1 00:00:00 1970 From: jnewbigin@sourceware.cygnus.com To: rpm2html-cvs@sources.redhat.com Subject: rpmfind autoupdate.c config.c database.c datab ... Date: Fri, 01 Jun 2001 23:53:00 -0000 Message-id: <20010602065329.22969.qmail@sourceware.cygnus.com> X-SW-Source: 2001/msg00020.html List-Id: CVSROOT: /cvs/rpm2html Module name: rpmfind Changes by: jnewbigin@sources.redhat.com 2001-06-01 23:53:29 Modified files: . : autoupdate.c config.c database.c database.h list.c list.h Log message: Added config items to specify the rpm program and command line parameters [autoupgrade] rpm_command=/bin/rpm rpm_param=-Uvh rpm_param=--test If no parameters are specified then defaults are used. I also added a generic string_list type which is used by the rpm_param. This can now be used by other parts of rpm_find which work with strings which should improve the memory management. To support this I renamed the regex lists to regex_list_t Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/rpmfind/autoupdate.c.diff?cvsroot=rpm2html&r1=1.55&r2=1.56 http://sources.redhat.com/cgi-bin/cvsweb.cgi/rpmfind/config.c.diff?cvsroot=rpm2html&r1=1.31&r2=1.32 http://sources.redhat.com/cgi-bin/cvsweb.cgi/rpmfind/database.c.diff?cvsroot=rpm2html&r1=1.24&r2=1.25 http://sources.redhat.com/cgi-bin/cvsweb.cgi/rpmfind/database.h.diff?cvsroot=rpm2html&r1=1.12&r2=1.13 http://sources.redhat.com/cgi-bin/cvsweb.cgi/rpmfind/list.c.diff?cvsroot=rpm2html&r1=1.1&r2=1.2 http://sources.redhat.com/cgi-bin/cvsweb.cgi/rpmfind/list.h.diff?cvsroot=rpm2html&r1=1.1&r2=1.2