aboutsummaryrefslogtreecommitdiff
path: root/165
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /165
Initial versionHEADmain
Diffstat (limited to '165')
-rw-r--r--165/index.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/165/index.md b/165/index.md
new file mode 100644
index 0000000..885e209
--- /dev/null
+++ b/165/index.md
@@ -0,0 +1,22 @@
+Title: Installation guide: building and plugins Makefile template
+Author: tkapias
+Created: Wed, 08 May 2024 16:54:24 +0000
+State: open
+
+The examples in the installation guide (doc/install.md) will install the config files in `/usr/local/etc/dillo`.
+
+But most other tutorials and the Makefile template in every official plugins expect `/etc/dillo`.
+
+The examples should be `../configure --prefix=/usr/local --sysconfdir=/etc`.
+
+--%--
+From: rodarima
+Date: Wed, 08 May 2024 18:33:56 +0000
+
+> The examples should be ../configure --prefix=/usr/local --sysconfdir=/etc.
+
+Plugins should accept non-standard installation paths for /etc (including others than /usr/local/etc), so we don't need to pollute /etc with non-packaged files.
+
+We can search in /etc and /use/local/etc for dpidrc by default for now.
+
+Maybe also add a make variable so we can specify where to look for dpidrc to support other installation prefixes. \ No newline at end of file