Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 1
EVENT=collect_GConf analyzer=CCpp dso_list~=.*/libgconf-2.*
2
        # assumption: gconftool-2 is present because libgconf is
3
        executable=`cat executable` &&
4
        gconfdir="/apps/${executable##*/}" &&
5
        {
6
                gconftool-2 --dir-exists=$gconfdir ||
7
                { echo "GConf directory $gconfdir does not exist"; exit 1; }
8
        } &&
9
        gconftool-2 --recursive-list $gconfdir >gconf_subtree &&
10
        echo "Element 'gconf_subtree' saved"
11
 
12