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

Revert "build: Put lockdir and cachedir in FHS-like locations by default"

This reverts commit 6c9a78074a.
This commit is contained in:
Stefan Metzmacher 2011-06-20 18:02:00 +02:00
parent f97e4f6b8f
commit 196093930f

View File

@ -9,8 +9,8 @@ dir_options = {
'with-privatedir' : [ '${PREFIX}/private', 'Where to put sam.ldb and other private files' ],
'with-sockets-dir' : [ '${LOCALSTATEDIR}/run', 'sockets directory' ],
'with-winbindd-privileged-socket-dir' : [ '${LOCALSTATEDIR}/lib/winbindd_privileged', 'winbind privileged socket directory'],
'with-lockdir' : [ '${LOCALSTATEDIR}/lock', 'where to put short term disposable state files' ],
'with-cachedir' : [ '${LOCALSTATEDIR}/cache', 'where to put cache files' ],
'with-lockdir' : [ '${LOCALSTATEDIR}/locks', 'where to put short term disposable state files' ],
'with-cachedir' : [ '${LOCALSTATEDIR}/locks', 'where to put cache files' ],
'with-logfilebase' : [ '${LOCALSTATEDIR}', 'Where to put log files' ],
'with-pammodulesdir' : [ '${LIBDIR}', 'Which directory to use for PAM modules' ],
'with-statedir' : [ '${LOCALSTATEDIR}/locks', 'where to put persistent state files' ],