{"find", 1, (opkg_cmd_fun_t) opkg_find_cmd, PFM_SOURCE},
{"download", 1, (opkg_cmd_fun_t) opkg_download_cmd,
PFM_DESCRIPTION | PFM_SOURCE},
- {"compare_versions", 1, (opkg_cmd_fun_t) opkg_compare_versions_cmd,
- PFM_DESCRIPTION | PFM_SOURCE},
- {"compare-versions", 1, (opkg_cmd_fun_t) opkg_compare_versions_cmd,
- PFM_DESCRIPTION | PFM_SOURCE},
+ {"compare_versions", 1, (opkg_cmd_fun_t) opkg_compare_versions_cmd, 0},
+ {"compare-versions", 1, (opkg_cmd_fun_t) opkg_compare_versions_cmd, 0},
{"print-architecture", 0, (opkg_cmd_fun_t) opkg_print_architecture_cmd,
PFM_DESCRIPTION | PFM_SOURCE},
{"print_architecture", 0, (opkg_cmd_fun_t) opkg_print_architecture_cmd,
!strcmp(cmd_name, "print-architecture") ||
!strcmp(cmd_name, "print_architecture") ||
!strcmp(cmd_name, "print-installation-architecture") ||
- !strcmp(cmd_name, "print_installation_architecture"))
+ !strcmp(cmd_name, "print_installation_architecture") ||
+ !strcmp(cmd_name, "compare_versions") ||
+ !strcmp(cmd_name, "compare-versions"))
nocheckfordirorfile = 1;
if (!strcmp(cmd_name, "flag") ||
!strcmp(cmd_name, "remove") ||
!strcmp(cmd_name, "files") ||
!strcmp(cmd_name, "search") ||
- !strcmp(cmd_name, "compare_versions") ||
- !strcmp(cmd_name, "compare-versions") ||
!strcmp(cmd_name, "list_installed") ||
!strcmp(cmd_name, "list-installed") ||
!strcmp(cmd_name, "list_changed_conffiles") ||