On Thu, 28 Jun 2007 10:15:58 -0700 Noah <[EMAIL PROTECTED]> wrote: > Hi there, > > I want to make it so the fink command "Update-all" option does not > update rdiff-backup. > > It appears to want to perform the update since I am running an outdated > version. >
I had a similar problem with another package that I didn't want to update, so I hacked together a python script to solve it. The python script reads a file that contains the list of packages that should not be updated. It then presents a suggested fink command line to update the other packages, and runs it if the user gives the OK. I will e-mail the script to interested parties. I am a python newbie, so it is pretty ugly. But it works. Kevin Horton ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
