]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/ntp/scripts/hpadjtime.sh
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / ntp / scripts / hpadjtime.sh
1 #! /bin/sh
2 val=1
3 if [ -f /bin/uname -o -f /usr/bin/uname ]; then
4         set `uname -a | tr '[A-Z]' '[a-z]'`
5         case "$1" in
6                 hp-ux)  case "$3" in
7                         *.10.*) val=1 ;;
8                         *.09.03 | *.09.10) case "$5" in
9                                 9000/3*) val=1 ;;
10                                 *)       val=0 ;;
11                                 esac ;;
12                         *) val=0 ;;
13                         esac
14                         ;;
15         *)
16         esac
17 fi
18 exit $val