aboutsummaryrefslogtreecommitdiff
path: root/patches/apache/config.layout.slack
diff options
context:
space:
mode:
Diffstat (limited to 'patches/apache/config.layout.slack')
-rw-r--r--patches/apache/config.layout.slack19
1 files changed, 0 insertions, 19 deletions
diff --git a/patches/apache/config.layout.slack b/patches/apache/config.layout.slack
deleted file mode 100644
index e40a1bbd..00000000
--- a/patches/apache/config.layout.slack
+++ /dev/null
@@ -1,19 +0,0 @@
-# Layout for Slackware Linux
-<Layout Slackware>
- prefix: /usr
- exec_prefix: $prefix
- bindir: $exec_prefix/bin
- sbindir: $exec_prefix/sbin
- libexecdir: $exec_prefix/libexec/apache
- mandir: $prefix/man
- sysconfdir: /etc/apache
- datadir: /var/www
- iconsdir: $datadir/icons
- htdocsdir: $datadir/htdocs
- cgidir: $datadir/cgi-bin
- includedir: $prefix/include/apache
- localstatedir: /var
- runtimedir: $localstatedir/run
- logfiledir: $localstatedir/log/apache
- proxycachedir: $localstatedir/cache/proxy
-</Layout>