mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
COPKGManager: defuse effect of resolve_conffiles errors
Origin commit data
------------------
Commit: ae66014102
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-02-08 (Sun, 08 Feb 2015)
This commit is contained in:
@@ -718,6 +718,13 @@ void COPKGManager::handleShellOutput(string& cur_line)
|
|||||||
dprintf(DEBUG_NORMAL, "[COPKGManager] [%s - %d] WARNING: Duplicate option cache, please check opkg config file!\n", __func__, __LINE__);
|
dprintf(DEBUG_NORMAL, "[COPKGManager] [%s - %d] WARNING: Duplicate option cache, please check opkg config file!\n", __func__, __LINE__);
|
||||||
has_err = false;
|
has_err = false;
|
||||||
}
|
}
|
||||||
|
/*resolve_conffiles: already existent configfiles are not installed, but renamed in the same directory,
|
||||||
|
* NOTE: It's not fine but not really bad. Files should be installed separate or user can change manually
|
||||||
|
*/
|
||||||
|
if (cur_line.find("Existing conffile") != string::npos){
|
||||||
|
dprintf(DEBUG_NORMAL, "[COPKGManager] [%s - %d] WARNING: Existing conffile(s) not changed!\n", __func__, __LINE__);
|
||||||
|
has_err = false;
|
||||||
|
}
|
||||||
|
|
||||||
//find obvious errors
|
//find obvious errors
|
||||||
//download error:
|
//download error:
|
||||||
|
Reference in New Issue
Block a user