]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/ntp/scripts/hpadjtime.sh
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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