KB Article #171567

How to edit CFTINIT in CFT v3, in order to surpress the action of emptying the CFTCOM.

[PROBLEM /QUESTION]

--How to edit CFTINIT in CFT v3, in order to surpress the action of emptying the CFTCOM.

 

[SOLUTION]

Starting with CFT v3, there is no longer possible to edit CFTINIT as it comes as a binary only.

This will be reflected in the CFT documentation, starting with  3.0.1 SP5 

A custom script should be creating by the client, to perform sellected actions , like:

# surpression of configuration files

 Liste=$CFTCATA" "$CFTPARM" "$CFTPART" "$CFTCOM

Liste=$Liste" "$CFTLOG" "$CFTLOGA" "$CFTACNT" "$CFTACNTA

 for i in $Liste

do

        $RM -f $i

        $RM -f $i.idx

done