Projet

Général

Profil

Révision 17f78427

ID17f784270ae966ee9a13e9f5104a5b8f925b639e
Parent ef851f0c
Enfant d4320aea, 5b2396a9

Ajouté par Lars Kruse il y a plus de 7 ans

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files

Voir les différences:

plugins/ntp/ntp_kernel_pll_tol
35 35
EOF
36 36

  
37 37
if [ "$1" = "autoconf" ]; then
38
    { ntpq -c kerninfo; ntpdc -c kerninfo; } 2>/dev/null | 
38
    { ntpq -c kerninfo; ntpdc -c kerninfo; } 2>/dev/null |
39 39
    awk 'BEGIN { ev=1; }
40
         /^frequency tolerance:/ { ev=0; } 
40
         /^frequency tolerance:/ { ev=0; }
41 41
         END { if (ev == 0) { print "yes";} else { print "no"; } exit ev; }'
42 42
    exit 0
43 43
fi

Formats disponibles : Unified diff