New package format

From: Benjamin Long <bflong_at_longbros.com>
Date: Fri, 22 Feb 2002 13:03:55 -0500

We've changed the names of the packages to make versioning saner. The
packages now have a timestamp in them instead of the "-beta#" subversion.
Unfortunately, ipkg chokes on this if you try to upgrade from the older
packages. It thinks the packages are a lower version number. To get around
this, you can run:
for i in `ipkg status|grep opie|cut -d" " -f2`; do ipkg remove $i; done;
This will remove all the old opie-* packages and allow you to install the new
ones.

Sorry for the hiccup.

Benjamin Long
Received on Fri Feb 22 2002 - 11:13:39 EST

This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:30:53 EDT