diff options
author | Christian Hesse <mail@eworm.de> | 2013-10-29 10:46:01 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-10-29 10:46:01 +0100 |
commit | e6b9e97e92c4ac2044c0ba3aa469274eff695b1d (patch) | |
tree | 87f977bc2be9cb15dfdecc989af0ec0605dd7088 /README.md | |
parent | d79189f02d2cf5024e728ae9167b01209e700fdf (diff) | |
download | paccache-e6b9e97e92c4ac2044c0ba3aa469274eff695b1d.tar.gz paccache-e6b9e97e92c4ac2044c0ba3aa469274eff695b1d.tar.zst |
rename the project to paccache
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,7 +1,7 @@ -pacserve +paccache ======== -**pacserve - serve pacman cache and redirect via avahi service** +**paccache - serve pacman cache and redirect via avahi service** 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 `pacserve` can help. It uses [Avahi](http://avahi.org/) to find +where `paccache` can help. It uses [Avahi](http://avahi.org/) to find other instances and get the files there if available. Requirements ------------ -To compile and run `pacserve` you need: +To compile and run `paccache` you need: * [avahi](http://avahi.org/) * [libmicrohttpd](http://www.gnu.org/software/libmicrohttpd/) @@ -39,7 +39,7 @@ followed by: > make install This will place an executable at `/usr/bin/pacredir`, -documentation can be found in `/usr/share/doc/pacserve/`. +documentation can be found in `/usr/share/doc/paccache/`. Additionally systemd service files are installed to `/usr/lib/systemd/system/` and avahi service files go to `/etc/avahi/services/`. @@ -49,16 +49,16 @@ Usage Make sure [multicast- DNS](https://wiki.archlinux.org/index.php/Avahi#Hostname_resolution) -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`: +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/pacserve +> Include = /etc/pacman.d/paccache Do not worry if `pacman` reports: > error: failed retrieving file 'core.db' from localhost:7077 : The > requested URL returned error: 404 Not Found -This is ok, it just tells `pacman` that `pacserve` could not find a file +This is ok, it just tells `pacman` that `pacredir` could not find a file and downloading it from an official server is required. |