Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/ntp/ntp_kernel_pll_prec | ||
|---|---|---|
| 37 | 37 |
if [ "$1" = "autoconf" ]; then |
| 38 | 38 |
{ ntpq -c kerninfo; ntpdc -c kerninfo; } 2>/dev/null |
|
| 39 | 39 |
awk 'BEGIN { ev=1; }
|
| 40 |
/^precision:/ { ev=0; }
|
|
| 40 |
/^precision:/ { 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