performing some operation directly on the keyrings to realign the key
index with the keyrings.
+@subsection Zone Reorganization
+
+@quotation
+@t{keymaster.pl -z @var{source} split-zone @var{destination}}
+@end quotation
+
+Update configuration and state information after packages have been
+moved from one zone to another, separate zones that have previously
+shared configuration, or merge configuration and state information to
+combine zones.
+
+This tool requires both the global @option{--zone} option and a
+destination zone as a positional argument. Both zones must be defined
+in the configuration, and must have distinct public (@code{publicdir})
+directories. Additionally, at least one of the configuration
+(@code{pkgconfdir}) or state (@code{pkgstatedir}) directories must be
+different between the two zones.
+
+This tool examines the sets of packages in the public directories, and
+transfers package trees from the source zone configuration tree to the
+destination zone configuration tree to match, then transfers the
+corresponding directive timestamp records similarly. Both zones must
+be using the same directive timestamp database format for this last
+transfer to occur.
+
+More generally, this tool can also be used to combine or selectively
+combine zones, or generally to move package configuration and history
+between zones. First, move the public file tree for each package,
+then use this tool to move the configuration and state information.
+
+This tool will refuse to touch a package that appears in both source
+and destination zones, instead issuing a warning that the package was
+ignored.
+
+
@node Operation, Copying Conditions, Configuration, Top
@chapter Operation