Current Path : /compat/linux/proc/self/root/usr/src/contrib/ntp/scripts/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //compat/linux/proc/self/root/usr/src/contrib/ntp/scripts/hpadjtime.sh |
#! /bin/sh val=1 if [ -f /bin/uname -o -f /usr/bin/uname ]; then set `uname -a | tr '[A-Z]' '[a-z]'` case "$1" in hp-ux) case "$3" in *.10.*) val=1 ;; *.09.03 | *.09.10) case "$5" in 9000/3*) val=1 ;; *) val=0 ;; esac ;; *) val=0 ;; esac ;; *) esac fi exit $val