Oh GACK! src-clean doesn't quite work that easily since cleandist rebuilds the
[unix-history] / contrib / xntpd / scripts / hpadjtime.sh
CommitLineData
2982119d
GW
1#! /bin/sh
2val=1
3if [ -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) case "$5" in
9 9000/3*) val=1 ;;
10 *) val=0 ;;
11 esac ;;
12 *) val=0 ;;
13 esac
14 ;;
15 *)
16 esac
17fi
18exit $val