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 Date: Thu, 07 Jun 2001 04:00:00 -0000 Message-id: <20010607110025.13499.qmail@sourceware.cygnus.com> X-SW-Source: 2001/msg00023.html List-Id: CVSROOT: /cvs/rpm2html Module name: rpmfind Changes by: jnewbigin@sources.redhat.com 2001-06-07 04:00:25 Modified files: . : autoupdate.c Log message: autoupgrade now uses the auto=[yes|no] option. If no (default) the you will be asked if you want to run each rpm command. Do do this I have moved the fork & exec code to a common function which required a few changes to autoupgradeInstallRange and autoupgradeInstall. I don't think that I broke anything. I think this completes the major requirements to make rpmfind a useful alternative to up2date. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/rpmfind/autoupdate.c.diff?cvsroot=rpm2html&r1=1.56&r2=1.57