######################################################################## # Begin /etc/sysconfig/createfiles # # Description : Createfiles script config file # # Authors : # # Version : 00.00 # # Notes : The syntax of this file is as follows: # if type is equal to "file" or "dir" # # if type is equal to "dev" # # # is the name of the file which is to be created # is either file, dir, or dev. # file creates a new file # dir creates a new directory # dev creates a new device # is either block, char or pipe # block creates a block device # char creates a character deivce # pipe creates a pipe, this will ignore the and fields # and are the major and minor numbers used for the device. ######################################################################## # End /etc/sysconfig/createfiles