Next Previous Contents

4. The sysf.conf File

The sysf.conf file lists all the sysf entry files. Each entry fits usually on a single line, but this is not a requirement as a semi colon is used to mark the end of every definition. Line starting with a # are considered as comments. The syntax is as follow:

    SYSFILE_NAME = GROUP SYSTEM_FILE CONFIG_FILE [FLAGS];
where

When one of the flags C, I, U is specified in the sysf.conf file, sysf executes the command

    BIN/SYSFILE_NAME ACTION COM SYSFILE_NAME CONFIG_FILE ECHO
to perform various operations. COM is the name of the sysf command. The ACTION is dictated by sysf command and the flags set for the sysf entry. They are described in the section on auxiliary config commands.


Next Previous Contents