From 358cfffaa2c6b4048667ffe05f1beddca54b6cc8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 17 Dec 2005 09:28:39 +0000 Subject: 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) --- source4/build/m4/check_path.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build') 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" -- cgit