diff options
author | Dan McGee <dan@archlinux.org> | 2012-02-14 12:32:25 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-04-12 08:55:49 -0500 |
commit | 6a8e50a69ec419cc95ee513cd2e73944c4ac57f9 (patch) | |
tree | 9db3a839aaa5b1f337a7875ef2b8fab1346abf58 /src/pacman/conf.h | |
parent | 8fb1948cd05eb90d8c61c7ab4873c90eea0e9f09 (diff) |
Remove SyncFirst option
This has outlived its usefulness and causes more problems than it
solves. It has historically only ever been used to install pacman first.
That should not be needed given we provide the vercmp utility (which has
no library dependencies) and so calling pacman in install scripts is a
sign of poor packaging.
Work-duplicated-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r-- | src/pacman/conf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/conf.h b/src/pacman/conf.h index d3494c75..69c955ed 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -84,7 +84,6 @@ typedef struct __config_t { /* select -Sc behavior */ unsigned short cleanmethod; alpm_list_t *holdpkg; - alpm_list_t *syncfirst; alpm_list_t *ignorepkg; alpm_list_t *ignoregrp; alpm_list_t *noupgrade; |