System Directories
This dirs_system_objects.cfg example specifies system directory lists referenced by various PIKT scripts, for instance, DirsSystemPermissionsOwnersChanges. Note how the #include directives incorporate several different directory lists, for example dirs_system_redhat_linux_objects.cfg, dirs_system_suse_linux_objects.cfg, or dirs_system_solaris_objects.cfg (and possibly still other directory lists for other operating systems), together with system directories local to the site (for directories not included in a standard OS install).
/////////////////////////////////////////////////////////////////////////////// // // dirs_system_objects.cfg // /////////////////////////////////////////////////////////////////////////////// DirsSystem #include <objects/dirs_system_redhat_linux_objects.cfg> #include <objects/dirs_system_suse_linux_objects.cfg> #include <objects/dirs_system_solaris_objects.cfg> [... and so on for other operating systems ...] #include <objects/dirs_system_local_objects.cfg> ///////////////////////////////////////////////////////////////////////////////
On the piktmaster system, we would install the DirsSystem.obj file to each PIKT slave system with the command:
# piktc -iv +O DirsSystem +H all [or: ... -H down]
For more examples, see Samples.