summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-12-17 09:28:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:27 -0500
commit358cfffaa2c6b4048667ffe05f1beddca54b6cc8 (patch)
treeeec6136cabc3aa6439a8efb55b113101f89ef47d /source4/build
parentb19d882458645ea303678c979eb04dc57b0c85a0 (diff)
downloadsamba-358cfffaa2c6b4048667ffe05f1beddca54b6cc8.tar.gz
samba-358cfffaa2c6b4048667ffe05f1beddca54b6cc8.tar.bz2
samba-358cfffaa2c6b4048667ffe05f1beddca54b6cc8.zip
r12301: FHS 2.2 says that /var/cache/* contains only cached data, which can we removed without
losing data, we should keep our databases under /var/lib/* should I merge this to samba3 too? metze (This used to be commit 82f5a0462e51e9e59d8d1ed402762d08cfca20fe)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/m4/check_path.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/m4/check_path.m4 b/source4/build/m4/check_path.m4
index ae9aa07594..d67671c5a4 100644
--- a/source4/build/m4/check_path.m4
+++ b/source4/build/m4/check_path.m4
@@ -14,7 +14,7 @@ AC_PREFIX_DEFAULT(/usr/local/samba)
AC_ARG_WITH(fhs,
[ --with-fhs Use FHS-compliant paths (default=no)],
configdir="${sysconfdir}/samba"
- lockdir="\${localstatedir}/cache/samba"
+ lockdir="\${localstatedir}/lib/samba"
piddir="\${localstatedir}/run/samba"
logfilebase="\${localstatedir}/log/samba"
privatedir="\${CONFIGDIR}/private"