1 Index: busybox-1.7.2/archival/libipkg/ipkg_install.c
2 ===================================================================
3 --- busybox-1.7.2.orig/archival/libipkg/ipkg_install.c 2007-10-30 17:15:31.000000000 -0500
4 +++ busybox-1.7.2/archival/libipkg/ipkg_install.c 2007-10-30 17:15:33.000000000 -0500
6 ipkg_error_t ipkg_install_by_name(ipkg_conf_t *conf, const char *pkg_name)
11 char *old_version, *new_version;
15 new->dest = old->dest;
16 old->state_want = SW_DEINSTALL; /* Here probably the problem for bug 1277 */
22 anyone ever wants to make a nice libipkg. */
24 ipkg_message(conf, IPKG_DEBUG2,"Function: %s calling ipkg_install_pkg \n",__FUNCTION__);
25 - return ipkg_install_pkg(conf, new,0);
26 + return ipkg_install_pkg(conf, new,u);
29 ipkg_error_t ipkg_install_multi_by_name(ipkg_conf_t *conf, const char *pkg_name)
35 + if ( from_upgrade ) {
36 message = 1; /* Coming from an upgrade, and should change the output message */
37 + setenv("IPKG_UPGRADE", "yes", 1);
41 ipkg_message(conf, IPKG_ERROR,