Using long options at example #XferCommand in /etc/pacman.conf

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



As long options are more readable, I suggest to
    
--- a/etc/pacman.conf	2022-11-27 12:31:42.955317302 +0000
+++ b/etc/pacman.conf	2022-11-27 12:43:57.878284493 +0000
@@ -16,8 +16,8 @@
 #GPGDir      = /etc/pacman.d/gnupg/
 #HookDir     = /etc/pacman.d/hooks/
 HoldPkg     = pacman glibc
-#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
-#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
+#XferCommand = /usr/bin/curl --location --continue-at - --fail --output %o %u
+#XferCommand = /usr/bin/wget --passive-ftp --continue --output-document %o %u
 #CleanMethod = KeepInstalled
 Architecture = auto

I also suggest to add, or change, pacman.conf %o and %u to make it more 
descriptive.

--
u34 



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux