Patch 2 of 3 from Debian Samba packagers:
authorGerald (Jerry) Carter <jerry@samba.org>
Thu, 1 Nov 2007 19:53:44 +0000 (15:53 -0400)
committerGerald (Jerry) Carter <jerry@samba.org>
Thu, 1 Nov 2007 19:53:44 +0000 (15:53 -0400)
commit88ee61625a5de5e443d14c54eab91a90d87cda85
tree1b0b440e674d05bb30da28b11464ad47c690b2f5
parent8132a7b98b09bb5915559f6ca0ca8eb3ae0e529d
Patch 2 of 3 from Debian Samba packagers:

The point is doing the following associations:

- non discardable state data (all TDB files that may need to be backed
  up) go to statedir
- shared data (codepage stuff) go to codepagedir

The patch *does not change* the default location for these
directories. So, there is no behaviour change when applying it.

The main change is for samba developers who have to think when dealing
with files that previously pertained to libdir whether they:
- go in statedir
- go in codepagedir
- stay in libdir
(This used to be commit d6cdbfd875bb2653e831d314726c3240beb0a96b)
14 files changed:
source3/groupdb/mapping_ldb.c
source3/groupdb/mapping_tdb.c
source3/intl/lang_tdb.c
source3/lib/account_pol.c
source3/lib/sharesec.c
source3/lib/util_unistr.c
source3/nmbd/nmbd_winsserver.c
source3/param/loadparm.c
source3/passdb/pdb_tdb.c
source3/printing/nt_printing.c
source3/registry/reg_db.c
source3/registry/reg_perfcount.c
source3/rpc_server/srv_eventlog_lib.c
source3/winbindd/idmap_tdb.c