• Home
  • Raw
  • Download

Lines Matching refs:UNAME_RELEASE

131 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
158 case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
227 release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
237 echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
241 echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
245 echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE}
248 echo ${UNAME_MACHINE}-unknown-midnightbsd${UNAME_RELEASE}
251 echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
254 echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
257 echo powerpc-unknown-mirbsd${UNAME_RELEASE}
260 echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
269 case $UNAME_RELEASE in
271 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
274 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
319 …echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQR…
343 echo arm-acorn-riscix${UNAME_RELEASE}
370 echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
373 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
376 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
379 echo i386-pc-auroraux${UNAME_RELEASE}
395 echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
401 echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
406 UNAME_RELEASE=`uname -v`
410 echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
413 echo m68k-sun-sunos${UNAME_RELEASE}
416 UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
417 test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
420 echo m68k-sun-sunos${UNAME_RELEASE}
423 echo sparc-sun-sunos${UNAME_RELEASE}
428 echo sparc-auspex-sunos${UNAME_RELEASE}
439 echo m68k-atari-mint${UNAME_RELEASE}
442 echo m68k-atari-mint${UNAME_RELEASE}
445 echo m68k-atari-mint${UNAME_RELEASE}
448 echo m68k-milan-mint${UNAME_RELEASE}
451 echo m68k-hades-mint${UNAME_RELEASE}
454 echo m68k-unknown-mint${UNAME_RELEASE}
457 echo m68k-apple-machten${UNAME_RELEASE}
460 echo powerpc-apple-machten${UNAME_RELEASE}
466 echo mips-dec-ultrix${UNAME_RELEASE}
469 echo vax-dec-ultrix${UNAME_RELEASE}
472 echo clipper-intergraph-clix${UNAME_RELEASE}
498 dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
501 echo mips-mips-riscos${UNAME_RELEASE}
532 echo m88k-dg-dgux${UNAME_RELEASE}
534 echo m88k-dg-dguxbcs${UNAME_RELEASE}
537 echo i586-dg-dgux${UNAME_RELEASE}
554 echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
566 IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
607 IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
618 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
633 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
715 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
793 echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
796 echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
802 echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
805 echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
808 echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
811 echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
816 FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
821 …FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | se…
825 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
828 echo sparc-unknown-bsdi${UNAME_RELEASE}
831 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
841 echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
861 echo i586-pc-interix${UNAME_RELEASE}
864 echo x86_64-unknown-interix${UNAME_RELEASE}
867 echo ia64-unknown-interix${UNAME_RELEASE}
877 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
881 …echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,…
885 …NAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(…
1073 echo i386-unknown-lynxos${UNAME_RELEASE}
1079 UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
1093 echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
1130 echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
1132 echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4
1169 echo m68k-unknown-lynxos${UNAME_RELEASE}
1175 echo sparc-unknown-lynxos${UNAME_RELEASE}
1178 echo rs6000-unknown-lynxos${UNAME_RELEASE}
1181 echo powerpc-unknown-lynxos${UNAME_RELEASE}
1184 echo mips-dde-sysv${UNAME_RELEASE}
1222 echo m68k-apple-aux${UNAME_RELEASE}
1229 echo mips-nec-sysv${UNAME_RELEASE}
1231 echo mips-unknown-sysv${UNAME_RELEASE}
1250 echo sx4-nec-superux${UNAME_RELEASE}
1253 echo sx5-nec-superux${UNAME_RELEASE}
1256 echo sx6-nec-superux${UNAME_RELEASE}
1259 echo sx7-nec-superux${UNAME_RELEASE}
1262 echo sx8-nec-superux${UNAME_RELEASE}
1265 echo sx8r-nec-superux${UNAME_RELEASE}
1268 echo sxace-nec-superux${UNAME_RELEASE}
1271 echo powerpc-apple-rhapsody${UNAME_RELEASE}
1274 echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
1282 if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
1310 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1318 echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
1324 echo neo-tandem-nsk${UNAME_RELEASE}
1327 echo nse-tandem-nsk${UNAME_RELEASE}
1330 echo nsr-tandem-nsk${UNAME_RELEASE}
1333 echo nsx-tandem-nsk${UNAME_RELEASE}
1342 echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
1374 echo mips-sei-seiux${UNAME_RELEASE}
1377 echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
1390 echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
1451 UNAME_RELEASE = ${UNAME_RELEASE}