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)
commitd6cdbfd875bb2653e831d314726c3240beb0a96b
treeb87fff1652cd8570dd93e0e20319e1f0501c5eea
parentb7d2fadbef044a89920da613b1aafc74a3d94e24
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
14 files changed:
source/groupdb/mapping_ldb.c
source/groupdb/mapping_tdb.c
source/intl/lang_tdb.c
source/lib/account_pol.c
source/lib/sharesec.c
source/lib/util_unistr.c
source/nmbd/nmbd_winsserver.c
source/param/loadparm.c
source/passdb/pdb_tdb.c
source/printing/nt_printing.c
source/registry/reg_db.c
source/registry/reg_perfcount.c
source/rpc_server/srv_eventlog_lib.c
source/winbindd/idmap_tdb.c