Rename property in conf file for virtual packages to "virtual-packages".

This commit is contained in:
Juan RP 2011-06-04 11:30:21 +02:00
parent a9a558796c
commit cb7b44bc13
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
</array>
<!-- Virtual packages -->
<key>package-virtual</key>
<key>virtual-packages</key>
<array>
<!-- This dictionary sets that we _always_ want
the "dcron" package to be the default cron-daemon

View File

@ -177,7 +177,7 @@ find_virtualpkg_user_in_conf(const char *vpkg, bool bypattern)
return NULL;
if ((iter = xbps_array_iter_from_dict(xhp->conf_dictionary,
"package-virtual")) == NULL)
"virtual-packages")) == NULL)
return NULL;
while ((obj = prop_object_iterator_next(iter)) != NULL) {