Author: metze
Date: 2005-12-17 09:28:39 +0000 (Sat, 17 Dec 2005)
New Revision: 12301

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12301

Log:
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
Modified:
   branches/SAMBA_4_0/source/build/m4/check_path.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_path.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_path.m4    2005-12-17 01:14:04 UTC 
(rev 12300)
+++ branches/SAMBA_4_0/source/build/m4/check_path.m4    2005-12-17 09:28:39 UTC 
(rev 12301)
@@ -14,7 +14,7 @@
 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"

Reply via email to