mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
opkg_manager: don't overwrite opkg.conf
overwriting the user's configuration with strange stuff is not nice, so disarm this by renaming the config file :-)
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define OPKG_BAD_PATTERN_LIST_FILE CONFIGDIR "/bad_package_pattern.list"
|
#define OPKG_BAD_PATTERN_LIST_FILE CONFIGDIR "/bad_package_pattern.list"
|
||||||
#define OPKG_CONFIG_FILE "/etc/opkg/opkg.conf"
|
#define OPKG_CONFIG_FILE "/etc/opkg/opkg.conf.borken"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user