diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-06-20 18:02:00 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-07-13 08:22:37 +0200 |
commit | 196093930fed9923fbbcb51bd4869c6dd697c13d (patch) | |
tree | 0220eb8a0eed3e352d323ba42ef518e66bff3618 /dynconfig | |
parent | f97e4f6b8f0693c737bfaf1c4d58ea52d8854306 (diff) | |
download | samba-196093930fed9923fbbcb51bd4869c6dd697c13d.tar.gz |
Revert "build: Put lockdir and cachedir in FHS-like locations by default"
This reverts commit 6c9a78074a429773cefd1a3c798b7e3ad7d4c325.
Diffstat (limited to 'dynconfig')
-rwxr-xr-x | dynconfig/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dynconfig/wscript b/dynconfig/wscript index d6b07efb5dd..ccb181c1024 100755 --- a/dynconfig/wscript +++ b/dynconfig/wscript @@ -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' ], |