summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-05-26 23:39:07 +0000
committerTed Trask <ttrask01@yahoo.com>2014-05-26 23:39:07 +0000
commit16ae49688035474711f4cc32d890ff4000bdee73 (patch)
treeb49927ab0309e1134f8158575b775772851ad41e /config.mk
downloadacf-unbound-0.0.1.tar.bz2
acf-unbound-0.0.1.tar.xz
Initial commit of Unbound ACFv0.0.1
Basic support for status / startstop / expert / logfile Logfile assumes syslog and does not yet read the config for logfile location
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..45f4d21
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,10 @@
+prefix=/usr
+datadir=${prefix}/share
+sysconfdir=${prefix}/etc
+localstatedir=${prefix}/var
+acfdir=${datadir}/acf
+wwwdir=${acfdir}/www
+cgibindir=${acfdir}/cgi-bin
+appdir=${acfdir}/app
+acflibdir=${acfdir}/lib
+sessionsdir=${localstatedir}/lib/acf/sessions