diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2016-10-17 15:01:45 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-10-17 15:13:05 +0200 |
commit | 85866796a40923708f6b868c32ddc2f2f4417d1d (patch) | |
tree | 8a58a593ad121ea6691196eee6af055e7010e069 /upgrading | |
parent | 9581069f49fbc305be3a37c2b46db0a24ede0564 (diff) | |
download | aur-85866796a40923708f6b868c32ddc2f2f4417d1d.tar.gz aur-85866796a40923708f6b868c32ddc2f2f4417d1d.tar.xz |
Move configuration to /etc/aurweb/config
Since d4fe77a (Reorganize Git interface scripts, 2016-10-08), the key
components of the aurweb SSH interface are installed system-wide. Update
the default configuration path to point to a central location.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'upgrading')
-rw-r--r-- | upgrading/4.4.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/upgrading/4.4.1.txt b/upgrading/4.4.1.txt new file mode 100644 index 00000000..b06696e0 --- /dev/null +++ b/upgrading/4.4.1.txt @@ -0,0 +1,3 @@ +1. The default configuration file search path now points to /etc/aurweb/config. + Make sure you copy your aurweb configuration to the new location before + upgrading. |