Partition Module, to allow administration of skels/partitions. Author: Damion Parry Last updated: 8th May 2001 Protocol description ==================== PART_SKELADD Description: Creates a skel in partition , declaration in vsd.conf. Output: Nothing. PART_SKELDEL Description: Delete skel from partition , declaration in vsd.conf. If the skel is registerd as the global skel and not registered in any other partition, it is also removed. Output: Nothing. PART_SETSKELGLOBAL Description: Sets as skel defined in the global section of vsd.conf if the skel is registered on a partition. If a skel is not specifed during vs_create, the global skel is used. Output: Nothing. PART_DELSKELGLOBAL Description: If the skel is registered as the global skel, it is removed from the global section. Output: Nothing. PART_SKELLIST [] Description: Lists all of the skels on if specified, otherwise, all skels and the global skel (if defined). Output: A new-line separated list of partitions containing a space separated list of skels. Eaxample: global: skel_one partition 0: skel_one skel_two skel_n PART_SETSKELVS Description: Sets the skel entry of a vs to . Output: Nothing. ChangeLog ========= 08-May-20001 New file. Added descriptions of PART_SKELADD, PART_SKELDEL, PART_SETSKELGLOBAL, PART_DELSKELGlOBAL, PART_SKELLIST. 08-May-2001 Added PART_SETSKELVS.