aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2017-04-28 23:25:31 +0200
committerGravatar Christian Hesse <mail@eworm.de>2017-04-28 23:25:31 +0200
commite73f944a7151e89c514e324657e9480f1008b1c9 (patch)
tree6f52e226ac6594e4def19035dd7bb96b4c2c8f67
parent3f39d0e11b54d025d47eea298a08fc744d1b8974 (diff)
downloadpacredir-e73f944a7151e89c514e324657e9480f1008b1c9.tar.gz
pacredir-e73f944a7151e89c514e324657e9480f1008b1c9.tar.zst
update references to 'pacredir'
-rw-r--r--.gitignore4
-rw-r--r--Makefile10
-rw-r--r--README.md14
-rw-r--r--config.def.h2
4 files changed, 15 insertions, 15 deletions
diff --git a/.gitignore b/.gitignore
index 592c2d3..ff8db53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,5 +6,5 @@ config.h
avahi/pacdbserve.service
README.html
version.h
-paccache-*.tar.xz
-paccache-*.tar.xz.asc
+pacredir-*.tar.xz
+pacredir-*.tar.xz.asc
diff --git a/Makefile b/Makefile
index 7d3a416..2db7ee6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# paccache - serve pacman cache and redirect via avahi service
+# pacredir - redirect pacman requests, assisted by avahi service discovery
PREFIX := /usr
@@ -66,8 +66,8 @@ install-bin: pacredir
$(INSTALL) -D -m0755 networkmanager/80-pacredir $(DESTDIR)/etc/NetworkManager/dispatcher.d/80-pacredir
install-doc: README.html
- $(INSTALL) -D -m0644 README.md $(DESTDIR)$(PREFIX)/share/doc/paccache/README.md
- $(INSTALL) -D -m0644 README.html $(DESTDIR)$(PREFIX)/share/doc/paccache/README.html
+ $(INSTALL) -D -m0644 README.md $(DESTDIR)$(PREFIX)/share/doc/pacredir/README.md
+ $(INSTALL) -D -m0644 README.html $(DESTDIR)$(PREFIX)/share/doc/pacredir/README.html
clean:
$(RM) -f *.o *~ arch pacredir avahi/pacdbserve.service README.html version.h
@@ -76,5 +76,5 @@ distclean:
$(RM) -f *.o *~ arch pacredir avahi/pacdbserve.service README.html version.h config.h
release:
- git archive --format=tar.xz --prefix=paccache-$(VERSION)/ $(VERSION) > paccache-$(VERSION).tar.xz
- gpg -ab paccache-$(VERSION).tar.xz
+ git archive --format=tar.xz --prefix=pacredir-$(VERSION)/ $(VERSION) > pacredir-$(VERSION).tar.xz
+ gpg -ab pacredir-$(VERSION).tar.xz
diff --git a/README.md b/README.md
index 2b4f0a7..a888445 100644
--- a/README.md
+++ b/README.md
@@ -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/`.
@@ -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/)
diff --git a/config.def.h b/config.def.h
index 8dfa874..037bd4a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -9,7 +9,7 @@
#define _CONFIG_H
/* website url */
-#define WEBSITE "https://github.com/eworm-de/paccache/"
+#define WEBSITE "https://github.com/eworm-de/pacredir/"
/* This is used for default documents. Usually you will not see this anyway. */
#define PAGE307 "<html><head><title>307 temporary redirect</title>" \