diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-09-13 08:13:36 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-09-13 08:13:36 +0000 |
commit | bf29f6455fd57578f26cff7e3aceaaf88b6778ca (patch) | |
tree | b3ce16945dc1b4f99f360f4d4b30432904c9bec0 /package/opkg/patches/011-old-config-location.patch | |
parent | c415d7529b7b7a572acde5a9fe55cf847b136043 (diff) | |
download | upstream-bf29f6455fd57578f26cff7e3aceaaf88b6778ca.tar.gz upstream-bf29f6455fd57578f26cff7e3aceaaf88b6778ca.tar.bz2 upstream-bf29f6455fd57578f26cff7e3aceaaf88b6778ca.zip |
package/opkg: update to r563
SVN-Revision: 23050
Diffstat (limited to 'package/opkg/patches/011-old-config-location.patch')
-rw-r--r-- | package/opkg/patches/011-old-config-location.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/opkg/patches/011-old-config-location.patch b/package/opkg/patches/011-old-config-location.patch index 4094713f34..85c6d68ffd 100644 --- a/package/opkg/patches/011-old-config-location.patch +++ b/package/opkg/patches/011-old-config-location.patch @@ -1,11 +1,9 @@ --- a/src/opkg-cl.c +++ b/src/opkg-cl.c -@@ -172,7 +172,10 @@ args_parse(int argc, char *argv[]) - printf("Confusion: getopt_long returned %d\n", c); +@@ -200,6 +200,9 @@ args_parse(int argc, char *argv[]) } } -- -+ + + if(!conf->conf_file && !conf->offline_root) + conf->conf_file = xstrdup("/etc/opkg.conf"); + |