From 0635f0c5ecd07978d63ff348acfd34a6d4768e03 Mon Sep 17 00:00:00 2001 From: Levente Polyak Date: Thu, 17 Jun 2021 00:00:19 +0200 Subject: sync pacman.conf with the pacman 6.0.0-3 package This effectively does nothing but keep the commented options in sync to not deviate from the original file for no reason. Signed-off-by: Levente Polyak --- pacman-extra.conf | 3 ++- pacman-gnome-unstable.conf | 3 ++- pacman-kde-unstable.conf | 3 ++- pacman-multilib-staging.conf | 3 ++- pacman-multilib-testing.conf | 3 ++- pacman-multilib.conf | 3 ++- pacman-staging.conf | 3 ++- pacman-testing.conf | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) diff --git a/pacman-extra.conf b/pacman-extra.conf index ff1d93d..5ae20cd 100644 --- a/pacman-extra.conf +++ b/pacman-extra.conf @@ -31,10 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#TotalDownload +#NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace #VerbosePkgLists +#ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/pacman-gnome-unstable.conf b/pacman-gnome-unstable.conf index cb4f18e..679946f 100644 --- a/pacman-gnome-unstable.conf +++ b/pacman-gnome-unstable.conf @@ -31,10 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#TotalDownload +#NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace #VerbosePkgLists +#ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/pacman-kde-unstable.conf b/pacman-kde-unstable.conf index b9c9547..72995c1 100644 --- a/pacman-kde-unstable.conf +++ b/pacman-kde-unstable.conf @@ -31,10 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#TotalDownload +#NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace #VerbosePkgLists +#ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/pacman-multilib-staging.conf b/pacman-multilib-staging.conf index 1e4b740..a49e4aa 100644 --- a/pacman-multilib-staging.conf +++ b/pacman-multilib-staging.conf @@ -31,10 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#TotalDownload +#NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace #VerbosePkgLists +#ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/pacman-multilib-testing.conf b/pacman-multilib-testing.conf index b6d6e5e..7c222a5 100644 --- a/pacman-multilib-testing.conf +++ b/pacman-multilib-testing.conf @@ -31,10 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#TotalDownload +#NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace #VerbosePkgLists +#ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/pacman-multilib.conf b/pacman-multilib.conf index 55b5cf4..e8ad4cc 100644 --- a/pacman-multilib.conf +++ b/pacman-multilib.conf @@ -31,10 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#TotalDownload +#NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace #VerbosePkgLists +#ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/pacman-staging.conf b/pacman-staging.conf index 6419342..e56d2a5 100644 --- a/pacman-staging.conf +++ b/pacman-staging.conf @@ -31,10 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#TotalDownload +#NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace #VerbosePkgLists +#ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. diff --git a/pacman-testing.conf b/pacman-testing.conf index 026cbaa..28f032a 100644 --- a/pacman-testing.conf +++ b/pacman-testing.conf @@ -31,10 +31,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#TotalDownload +#NoProgressBar # We cannot check disk space from within a chroot environment #CheckSpace #VerbosePkgLists +#ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. -- cgit v1.2.3-54-g00ecf