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:
parent
b19d882458
commit
358cfffaa2
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user