~ubuntu-branches/ubuntu/trusty/xterm/trusty-proposed

« back to all changes in this revision

Viewing changes to config.guess

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-06-17 10:40:36 UTC
  • mfrom: (1.4.12 upstream) (11.1.26 sid)
  • Revision ID: james.westby@ubuntu.com-20110617104036-id4ml81yetasewp9
Tags: 270-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/patches/950_ubuntu_charclass_highlight.diff: Enabled URL
    highlighting
  - debian/patches/Add 951_uxterm_utf8_title.diff: Set utf8Titles to true by
    default when using uxterm, so that it displays utf8 directories in titles
    properly.  May cause issues with apps that use control sequences for
    updating the xterm titlebar - users should use xterm or set utf8Title
    to false in this case.
  - debian/gbp.conf: Use "Ubuntu" in "debian-branch" directly

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Attempt to guess a canonical system name.
3
3
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
 
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
5
 
#   Free Software Foundation, Inc.
 
4
#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
 
5
#   2911 Free Software Foundation, Inc.
6
6
 
7
 
timestamp='2009-12-30'
 
7
timestamp='2011-01-01'
8
8
 
9
9
# This file is free software; you can redistribute it and/or modify it
10
10
# under the terms of the GNU General Public License as published by
57
57
 
58
58
Originally written by Per Bothner.
59
59
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
60
 
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
61
 
Software Foundation, Inc.
 
60
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
 
61
Free Software Foundation, Inc.
62
62
 
63
63
This is free software; see the source for copying conditions.  There is NO
64
64
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
181
181
                fi
182
182
                ;;
183
183
            *)
184
 
                os=netbsd
 
184
                os=netbsd
185
185
                ;;
186
186
        esac
187
187
        # The OS release
220
220
        exit ;;
221
221
    alpha:OSF1:*:*)
222
222
        case $UNAME_RELEASE in
223
 
        *4.0)
 
223
            *4.0)
224
224
                UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
225
225
                ;;
226
 
        *5.*)
227
 
                UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
 
226
            *5.*)
 
227
                UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
228
228
                ;;
229
229
        esac
230
230
        # According to Compaq, /usr/sbin/psrinfo has been available on
270
270
        # A Xn.n version is an unreleased experimental baselevel.
271
271
        # 1.2 uses "1.2" for uname -r.
272
272
        echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
273
 
        exit ;;
 
273
        # Reset EXIT trap before exiting to avoid spurious non-zero exit code.
 
274
        exitcode=$?
 
275
        trap '' 0
 
276
        exit $exitcode ;;
274
277
    Alpha\ *:Windows_NT*:*)
275
278
        # How do we know it's Interix rather than the generic POSIX subsystem?
276
279
        # Should we change UNAME_MACHINE based on the output of uname instead
296
299
        echo s390-ibm-zvmoe
297
300
        exit ;;
298
301
    *:OS400:*:*)
299
 
        echo powerpc-ibm-os400
 
302
        echo powerpc-ibm-os400
300
303
        exit ;;
301
304
    arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
302
305
        echo arm-acorn-riscix${UNAME_RELEASE}
395
398
    # MiNT.  But MiNT is downward compatible to TOS, so this should
396
399
    # be no problem.
397
400
    atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
398
 
        echo m68k-atari-mint${UNAME_RELEASE}
 
401
        echo m68k-atari-mint${UNAME_RELEASE}
399
402
        exit ;;
400
403
    atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
401
404
        echo m68k-atari-mint${UNAME_RELEASE}
402
 
        exit ;;
 
405
        exit ;;
403
406
    *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
404
 
        echo m68k-atari-mint${UNAME_RELEASE}
 
407
        echo m68k-atari-mint${UNAME_RELEASE}
405
408
        exit ;;
406
409
    milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
407
 
        echo m68k-milan-mint${UNAME_RELEASE}
408
 
        exit ;;
 
410
        echo m68k-milan-mint${UNAME_RELEASE}
 
411
        exit ;;
409
412
    hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
410
 
        echo m68k-hades-mint${UNAME_RELEASE}
411
 
        exit ;;
 
413
        echo m68k-hades-mint${UNAME_RELEASE}
 
414
        exit ;;
412
415
    *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
413
 
        echo m68k-unknown-mint${UNAME_RELEASE}
414
 
        exit ;;
 
416
        echo m68k-unknown-mint${UNAME_RELEASE}
 
417
        exit ;;
415
418
    m68k:machten:*:*)
416
419
        echo m68k-apple-machten${UNAME_RELEASE}
417
420
        exit ;;
481
484
        echo m88k-motorola-sysv3
482
485
        exit ;;
483
486
    AViiON:dgux:*:*)
484
 
        # DG/UX returns AViiON for all architectures
485
 
        UNAME_PROCESSOR=`/usr/bin/uname -p`
 
487
        # DG/UX returns AViiON for all architectures
 
488
        UNAME_PROCESSOR=`/usr/bin/uname -p`
486
489
        if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
487
490
        then
488
491
            if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
495
498
        else
496
499
            echo i586-dg-dgux${UNAME_RELEASE}
497
500
        fi
498
 
        exit ;;
 
501
        exit ;;
499
502
    M88*:DolphinOS:*:*) # DolphinOS (SVR3)
500
503
        echo m88k-dolphin-sysv3
501
504
        exit ;;
552
555
                echo rs6000-ibm-aix3.2
553
556
        fi
554
557
        exit ;;
555
 
    *:AIX:*:[456])
 
558
    *:AIX:*:[4567])
556
559
        IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
557
560
        if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
558
561
                IBM_ARCH=rs6000
595
598
            9000/[678][0-9][0-9])
596
599
                if [ -x /usr/bin/getconf ]; then
597
600
                    sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
598
 
                    sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
599
 
                    case "${sc_cpu_version}" in
 
601
                    sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
 
602
                    case "${sc_cpu_version}" in
600
603
                      523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
601
604
                      528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
602
605
                      532)                      # CPU_PA_RISC2_0
731
734
        exit ;;
732
735
    C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
733
736
        echo c1-convex-bsd
734
 
        exit ;;
 
737
        exit ;;
735
738
    C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
736
739
        if getsysinfo -f scalar_acc
737
740
        then echo c32-convex-bsd
738
741
        else echo c2-convex-bsd
739
742
        fi
740
 
        exit ;;
 
743
        exit ;;
741
744
    C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
742
745
        echo c34-convex-bsd
743
 
        exit ;;
 
746
        exit ;;
744
747
    C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
745
748
        echo c38-convex-bsd
746
 
        exit ;;
 
749
        exit ;;
747
750
    C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
748
751
        echo c4-convex-bsd
749
 
        exit ;;
 
752
        exit ;;
750
753
    CRAY*Y-MP:*:*:*)
751
754
        echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
752
755
        exit ;;
770
773
        exit ;;
771
774
    F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
772
775
        FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
773
 
        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
774
 
        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
775
 
        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
776
 
        exit ;;
 
776
        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
 
777
        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
 
778
        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
 
779
        exit ;;
777
780
    5000:UNIX_System_V:4.*:*)
778
 
        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
779
 
        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
780
 
        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
 
781
        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
 
782
        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
 
783
        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
781
784
        exit ;;
782
785
    i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
783
786
        echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
805
808
        echo ${UNAME_MACHINE}-pc-mingw32
806
809
        exit ;;
807
810
    i*:windows32*:*)
808
 
        # uname -m includes "-pc" on this system.
809
 
        echo ${UNAME_MACHINE}-mingw32
 
811
        # uname -m includes "-pc" on this system.
 
812
        echo ${UNAME_MACHINE}-mingw32
810
813
        exit ;;
811
814
    i*:PW*:*)
812
815
        echo ${UNAME_MACHINE}-pc-pw32
813
816
        exit ;;
814
817
    *:Interix*:*)
815
 
        case ${UNAME_MACHINE} in
 
818
        case ${UNAME_MACHINE} in
816
819
            x86)
817
820
                echo i586-pc-interix${UNAME_RELEASE}
818
821
                exit ;;
860
863
        exit ;;
861
864
    alpha:Linux:*:*)
862
865
        case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
863
 
          EV5)   UNAME_MACHINE=alphaev5 ;;
864
 
          EV56)  UNAME_MACHINE=alphaev56 ;;
865
 
          PCA56) UNAME_MACHINE=alphapca56 ;;
866
 
          PCA57) UNAME_MACHINE=alphapca56 ;;
867
 
          EV6)   UNAME_MACHINE=alphaev6 ;;
868
 
          EV67)  UNAME_MACHINE=alphaev67 ;;
869
 
          EV68*) UNAME_MACHINE=alphaev68 ;;
870
 
        esac
 
866
            EV5)   UNAME_MACHINE=alphaev5 ;;
 
867
            EV56)  UNAME_MACHINE=alphaev56 ;;
 
868
            PCA56) UNAME_MACHINE=alphapca56 ;;
 
869
            PCA57) UNAME_MACHINE=alphapca56 ;;
 
870
            EV6)   UNAME_MACHINE=alphaev6 ;;
 
871
            EV67)  UNAME_MACHINE=alphaev67 ;;
 
872
            EV68*) UNAME_MACHINE=alphaev68 ;;
 
873
        esac
871
874
        objdump --private-headers /bin/sh | grep -q ld.so.1
872
875
        if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
873
876
        echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
874
877
        exit ;;
875
878
    arm*:Linux:*:*)
876
879
        eval $set_cc_for_build
877
 
        if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
878
 
            | grep -q __ARM_EABI__
 
880
        if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null | \
 
881
            grep -q __ARM_EABI__
879
882
        then
880
883
            echo ${UNAME_MACHINE}-unknown-linux-gnu
881
884
        else
892
895
        echo crisv32-axis-linux-gnu
893
896
        exit ;;
894
897
    frv:Linux:*:*)
895
 
        echo frv-unknown-linux-gnu
 
898
        echo frv-unknown-linux-gnu
896
899
        exit ;;
897
900
    i*86:Linux:*:*)
898
901
        LIBC=gnu
899
902
        eval $set_cc_for_build
900
 
        sed 's/^        //' << EOF >$dummy.c
 
903
        sed 's/^        //' << EOF >$dummy.c
901
904
        #ifdef __dietlibc__
902
905
        LIBC=dietlibc
903
906
        #endif
960
963
        echo ${UNAME_MACHINE}-ibm-linux
961
964
        exit ;;
962
965
    sh64*:Linux:*:*)
963
 
        echo ${UNAME_MACHINE}-unknown-linux-gnu
 
966
        echo ${UNAME_MACHINE}-unknown-linux-gnu
964
967
        exit ;;
965
968
    sh*:Linux:*:*)
966
969
        echo ${UNAME_MACHINE}-unknown-linux-gnu
968
971
    sparc:Linux:*:* | sparc64:Linux:*:*)
969
972
        echo ${UNAME_MACHINE}-unknown-linux-gnu
970
973
        exit ;;
 
974
    tile*:Linux:*:*)
 
975
        echo ${UNAME_MACHINE}-tilera-linux-gnu
 
976
        exit ;;
971
977
    vax:Linux:*:*)
972
978
        echo ${UNAME_MACHINE}-dec-linux-gnu
973
979
        exit ;;
975
981
        echo x86_64-unknown-linux-gnu
976
982
        exit ;;
977
983
    xtensa*:Linux:*:*)
978
 
        echo ${UNAME_MACHINE}-unknown-linux-gnu
 
984
        echo ${UNAME_MACHINE}-unknown-linux-gnu
979
985
        exit ;;
980
986
    i*86:DYNIX/ptx:4*:*)
981
987
        # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
984
990
        echo i386-sequent-sysv4
985
991
        exit ;;
986
992
    i*86:UNIX_SV:4.2MP:2.*)
987
 
        # Unixware is an offshoot of SVR4, but it has its own version
988
 
        # number series starting with 2...
989
 
        # I am not positive that other SVR4 systems won't match this,
 
993
        # Unixware is an offshoot of SVR4, but it has its own version
 
994
        # number series starting with 2...
 
995
        # I am not positive that other SVR4 systems won't match this,
990
996
        # I just have to hope.  -- rms.
991
 
        # Use sysv4.2uw... so that sysv4* matches it.
 
997
        # Use sysv4.2uw... so that sysv4* matches it.
992
998
        echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
993
999
        exit ;;
994
1000
    i*86:OS/2:*:*)
1020
1026
        fi
1021
1027
        exit ;;
1022
1028
    i*86:*:5:[678]*)
1023
 
        # UnixWare 7.x, OpenUNIX and OpenServer 6.
 
1029
        # UnixWare 7.x, OpenUNIX and OpenServer 6.
1024
1030
        case `/bin/uname -X | grep "^Machine"` in
1025
1031
            *486*)           UNAME_MACHINE=i486 ;;
1026
1032
            *Pentium)        UNAME_MACHINE=i586 ;;
1048
1054
        exit ;;
1049
1055
    pc:*:*:*)
1050
1056
        # Left here for compatibility:
1051
 
        # uname -m prints for DJGPP always 'pc', but it prints nothing about
1052
 
        # the processor, so we play safe by assuming i586.
 
1057
        # uname -m prints for DJGPP always 'pc', but it prints nothing about
 
1058
        # the processor, so we play safe by assuming i586.
1053
1059
        # Note: whatever this is, it MUST be the same as what config.sub
1054
1060
        # prints for the "djgpp" host, or else GDB configury will decide that
1055
1061
        # this is a cross-build.
1056
1062
        echo i586-pc-msdosdjgpp
1057
 
        exit ;;
 
1063
        exit ;;
1058
1064
    Intel:Mach:3*:*)
1059
1065
        echo i386-pc-mach3
1060
1066
        exit ;;
1089
1095
        /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1090
1096
          && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
1091
1097
    3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
1092
 
        /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1093
 
          && { echo i486-ncr-sysv4; exit; } ;;
 
1098
        /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
 
1099
           && { echo i486-ncr-sysv4; exit; } ;;
1094
1100
    NCR*:*:4.2:* | MPRAS*:*:4.2:*)
1095
1101
        OS_REL='.3'
1096
1102
        test -r /etc/.relid \
1134
1140
        fi
1135
1141
        exit ;;
1136
1142
    PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
1137
 
                      # says <Richard.M.Bartel@ccMail.Census.GOV>
1138
 
        echo i586-unisys-sysv4
1139
 
        exit ;;
 
1143
                      # says <Richard.M.Bartel@ccMail.Census.GOV>
 
1144
        echo i586-unisys-sysv4
 
1145
        exit ;;
1140
1146
    *:UNIX_System_V:4*:FTX*)
1141
1147
        # From Gerald Hewes <hewes@openmarket.com>.
1142
1148
        # How about differentiating between stratus architectures? -djm
1166
1172
        else
1167
1173
                echo mips-unknown-sysv${UNAME_RELEASE}
1168
1174
        fi
1169
 
        exit ;;
 
1175
        exit ;;
1170
1176
    BeBox:BeOS:*:*)     # BeOS running on hardware made by Be, PPC only.
1171
1177
        echo powerpc-be-beos
1172
1178
        exit ;;
1209
1215
            i386)
1210
1216
                eval $set_cc_for_build
1211
1217
                if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1212
 
                  if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1213
 
                      (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1214
 
                      grep IS_64BIT_ARCH >/dev/null
1215
 
                  then
1216
 
                      UNAME_PROCESSOR="x86_64"
1217
 
                  fi
 
1218
                    if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
 
1219
                        (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
 
1220
                        grep IS_64BIT_ARCH >/dev/null
 
1221
                    then
 
1222
                        UNAME_PROCESSOR="x86_64"
 
1223
                    fi
1218
1224
                fi ;;
1219
1225
            unknown) UNAME_PROCESSOR=powerpc ;;
1220
1226
        esac
1223
1229
    *:procnto*:*:* | *:QNX:[0123456789]*:*)
1224
1230
        UNAME_PROCESSOR=`uname -p`
1225
1231
        if test "$UNAME_PROCESSOR" = "x86"; then
1226
 
                UNAME_PROCESSOR=i386
1227
 
                UNAME_MACHINE=pc
 
1232
            UNAME_PROCESSOR=i386
 
1233
            UNAME_MACHINE=pc
1228
1234
        fi
1229
1235
        echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
1230
1236
        exit ;;
1231
1237
    *:QNX:*:4*)
1232
1238
        echo i386-pc-qnx
1233
1239
        exit ;;
 
1240
    NEO-?:NONSTOP_KERNEL:*:*)
 
1241
        echo neo-tandem-nsk${UNAME_RELEASE}
 
1242
        exit ;;
1234
1243
    NSE-?:NONSTOP_KERNEL:*:*)
1235
1244
        echo nse-tandem-nsk${UNAME_RELEASE}
1236
1245
        exit ;;
1276
1285
        echo pdp10-unknown-its
1277
1286
        exit ;;
1278
1287
    SEI:*:*:SEIUX)
1279
 
        echo mips-sei-seiux${UNAME_RELEASE}
 
1288
        echo mips-sei-seiux${UNAME_RELEASE}
1280
1289
        exit ;;
1281
1290
    *:DragonFly:*:*)
1282
1291
        echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
1283
1292
        exit ;;
1284
1293
    *:*VMS:*:*)
1285
 
        UNAME_MACHINE=`(uname -p) 2>/dev/null`
 
1294
        UNAME_MACHINE=`(uname -p) 2>/dev/null`
1286
1295
        case "${UNAME_MACHINE}" in
1287
1296
            A*) echo alpha-dec-vms ; exit ;;
1288
1297
            I*) echo ia64-dec-vms ; exit ;;