1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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 82f5a0462e)
This commit is contained in:
Stefan Metzmacher 2005-12-17 09:28:39 +00:00 committed by Gerald (Jerry) Carter
parent b19d882458
commit 358cfffaa2

View File

@ -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"