Projet

Général

Profil

Révision 74697839

ID74697839dd2f3a33a21514f2c7279a4017b8ef96
Parent b2a5b603
Enfant 1655f820

Ajouté par Lars Kruse il y a environ 9 ans

[openvz_] Add real autoconf test

Voir les différences:

plugins/openvz/openvz_
19 19

  
20 20

  
21 21
if [ "$1" = "autoconf" ]; then
22
        echo yes
22
        if which vzlist >/dev/null; then
23
                echo yes
24
        else
25
                echo "no (missing 'vzlist' executable)"
26
        fi
23 27
        exit 0
24 28
fi
25 29

  
......
45 49
         print("'$ATTRIBUTE'"$1".value "$2)}'
46 50

  
47 51
exit 0
48

  

Formats disponibles : Unified diff