Parfaitissime !

excellent, bestiallissime , je sais il m'en faut peu mais bon

Bonne journ�e � vous !

et merci encore pour vos pr�cieuses informations

for i in /etc/profile.d/*.sh ; do
        if [ -x $i ]; then
                . $i
        fi
done
unset i
--------

dans /etc/csh.cshrc, rajouter ces lignes en fin
--------
test -d /etc/profile.d
if ($status == 0) then
        set nonomatch
        foreach i ( /etc/profile.d/*.csh )
                test -r $i
                if ($status == 0) then
                        if ( $shlvl == 1 ) then
                                $shell -f $i && source $i || echo "/etc/csh.cshrc: error in 
$i"
                        else
                                source $i
                        endif
                endif
        end
        unset i nonomatch
endif
--------

C�dric BRINER _______________________________________________ gull mailing list [EMAIL PROTECTED] http://lists.alphanet.ch/mailman/listinfo/gull

Répondre à