Talk:Network Shared Pacman Cache
From ArchWiki
#List machines allowed to mount this share. # See 'man exports' for details #A single machine on the network /var/cache/pacman/pkg/ 192.168.1.199(rw,sync,no_root_squash,subtree_check) #The entire local network /var/cache/pacman/pkg/ 192.168.1.199(rw,sync,no_root_squash,subtree_check)
^ The two lines are exactly the same - looks like a copy,paste,forget job.