diff options
author | Christian Hesse <mail@eworm.de> | 2017-04-28 23:33:33 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2017-04-28 23:33:33 +0200 |
commit | de7aafeafa97283b1d66c8f6d3464350dfc23d93 (patch) | |
tree | 6f52e226ac6594e4def19035dd7bb96b4c2c8f67 /README.md | |
parent | 24ab5936629e735ff551f060a894fd93ad91470e (diff) | |
parent | e73f944a7151e89c514e324657e9480f1008b1c9 (diff) | |
download | pacredir-de7aafeafa97283b1d66c8f6d3464350dfc23d93.tar.gz pacredir-de7aafeafa97283b1d66c8f6d3464350dfc23d93.tar.zst |
Merge branch 'pacredir'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,7 +1,7 @@ -paccache +pacredir ======== -**paccache - serve pacman cache and redirect via avahi service** +**pacredir - redirect pacman requests, assisted by avahi service discovery** By default every [Arch Linux](https://www.archlinux.org/) installation downloads its package files from online mirrors, transferring all the @@ -9,13 +9,13 @@ bits via WAN connection. But often other Arch systems may be around that already have the files available on local storage - just a fast LAN connection way. This is -where `paccache` can help. It uses [Avahi](http://avahi.org/) to find +where `pacredir` can help. It uses [Avahi](http://avahi.org/) to find other instances and get the files there if available. Requirements ------------ -To compile and run `paccache` you need: +To compile and run `pacredir` you need: * [systemd](https://www.github.com/systemd/systemd) * [avahi](http://avahi.org/) @@ -41,7 +41,7 @@ followed by: > make install This will place an executable at `/usr/bin/pacredir`, -documentation can be found in `/usr/share/doc/paccache/`. +documentation can be found in `/usr/share/doc/pacredir/`. Additionally systemd service files are installed to `/usr/lib/systemd/system/` and avahi service files go to `/etc/avahi/services/`. @@ -55,7 +55,7 @@ works. Then enable systemd services `pacserve`, `pacdbserve` and `pacredir`, open TCP ports 7078 and 7079 and add the following line to your repository definitions in `pacman.conf`: -> Include = /etc/pacman.d/paccache +> Include = /etc/pacman.d/pacredir Do not worry if `pacman` reports: @@ -80,5 +80,5 @@ anything goes wrong. ### Upstream -URL: [GitHub.com](https://github.com/eworm-de/paccache) -Mirror: [eworm.de](https://git.eworm.de/cgit.cgi/paccache/) +URL: [GitHub.com](https://github.com/eworm-de/pacredir) +Mirror: [eworm.de](https://git.eworm.de/cgit.cgi/pacredir/) |