> @@ -861,7 +823,43 @@ int pacman_sync(alpm_list_t *targets)
>               return(sync_list(sync_dbs, targets));
>       }
> 
> -     return(0);
> +     if(targets == NULL) {
> +             if(config->op_s_sync) {
> +                     return(0);

I may overlook something, but won't this break -Syu?

> +             } else if(config->op_s_upgrade) {
> +                     /* proceed */
> +             } else {
> +                     /* don't proceed here unless we have an
> operation that doesn't require a
> +                      * target list */
> +                     pm_printf(PM_LOG_ERROR, _("no targets
> specified (use -h for help)\n"));
> +                     return(1);
> +             }
> +     }

Bye


----------------------------------------------------
SZTE Egyetemi Könyvtár - http://www.bibl.u-szeged.hu
This mail sent through IMP: http://horde.org/imp/


_______________________________________________
pacman-dev mailing list
[email protected]
http://archlinux.org/mailman/listinfo/pacman-dev

Reply via email to