summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/scripts/Guess.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/scripts/Guess.sh')
-rwxr-xr-xusr.sbin/xntpd/scripts/Guess.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/scripts/Guess.sh b/usr.sbin/xntpd/scripts/Guess.sh
index 88dcb1a..9b3180b 100755
--- a/usr.sbin/xntpd/scripts/Guess.sh
+++ b/usr.sbin/xntpd/scripts/Guess.sh
@@ -4,7 +4,7 @@ if [ -f /bin/uname -o -f /usr/bin/uname ]; then
set `uname -a | tr '[A-Z]' '[a-z]'`
# set `cat test | tr '[A-Z]' '[a-z]'`
case "$1" in
- convexos) case "$3" in
+ convexos) case "$4" in
10.*) guess="convexos10" ;;
esac
;;
@@ -23,7 +23,8 @@ if [ -f /bin/uname -o -f /usr/bin/uname ]; then
case "$3" in
4.1*) guess="sunos4" ;;
5.1) guess="sunos5.1" ;;
- 5.*) guess="sunos5.2" ;;
+ 5.2) guess="sunos5.2" ;;
+ 5.*) guess="sunos5.3" ;;
esac
;;
irix) case "$3" in
@@ -63,6 +64,9 @@ if [ -f /bin/uname -o -f /usr/bin/uname ]; then
"netbsd")
guess="netbsd"
;;
+ "4.4bsd")
+ guess="4.4bsd"
+ ;;
# now the fun starts - there are vendors that
# do not really identify their OS in uname.
# Fine - now I look at our version and hope
OpenPOWER on IntegriCloud