Print this page
XXX Remove nawk(1)


  21 #       <a href=ftp://ftp.gnu.org/pub/gnu/>
  22 #       Bourne-Again shell (bash)
  23 #       </a>
  24 #
  25 #       <a href=ftp://ftp.cs.mun.ca/pub/pdksh/pdksh.tar.gz>
  26 #       Public domain ksh
  27 #       </a>
  28 #
  29 # This script also uses several features of modern awk programs.
  30 # If your host lacks awk, or has an old awk that does not conform to POSIX.2,
  31 # you can use either of the following free programs instead:
  32 #
  33 #       <a href=ftp://ftp.gnu.org/pub/gnu/>
  34 #       GNU awk (gawk)
  35 #       </a>
  36 #
  37 #       <a href=ftp://ftp.whidbey.net/pub/brennan/>
  38 #       mawk
  39 #       </a>
  40 
  41 AWK=/usr/bin/nawk
  42 GREP=/usr/bin/grep
  43 EXPR=/usr/bin/expr
  44 LOCALE=/usr/bin/locale
  45 SORT=/usr/bin/sort
  46 PRINTF=/usr/bin/printf
  47 DATE=/usr/bin/date
  48 GETTEXT=/usr/bin/gettext
  49 
  50 TZDIR=/usr/share/lib/zoneinfo
  51 
  52 # Messages
  53 ERR_NO_SETUP="%s: time zone files are not set up correctly"
  54 INFO_LOCATION="Please identify a location so that time zone rules \
  55 can be set correctly."
  56 INFO_SELECT_CONT="Please select a continent or ocean."
  57 INFO_POSIX="none - I want to specify the time zone using the POSIX \
  58 TZ format."
  59 WARN_ENTER_NUM="Please enter a number in range."
  60 INFO_ENTER_POSIX="Please enter the desired value of the TZ environment \
  61 variable."




  21 #       <a href=ftp://ftp.gnu.org/pub/gnu/>
  22 #       Bourne-Again shell (bash)
  23 #       </a>
  24 #
  25 #       <a href=ftp://ftp.cs.mun.ca/pub/pdksh/pdksh.tar.gz>
  26 #       Public domain ksh
  27 #       </a>
  28 #
  29 # This script also uses several features of modern awk programs.
  30 # If your host lacks awk, or has an old awk that does not conform to POSIX.2,
  31 # you can use either of the following free programs instead:
  32 #
  33 #       <a href=ftp://ftp.gnu.org/pub/gnu/>
  34 #       GNU awk (gawk)
  35 #       </a>
  36 #
  37 #       <a href=ftp://ftp.whidbey.net/pub/brennan/>
  38 #       mawk
  39 #       </a>
  40 
  41 AWK=/usr/xpg4/bin/awk
  42 GREP=/usr/bin/grep
  43 EXPR=/usr/bin/expr
  44 LOCALE=/usr/bin/locale
  45 SORT=/usr/bin/sort
  46 PRINTF=/usr/bin/printf
  47 DATE=/usr/bin/date
  48 GETTEXT=/usr/bin/gettext
  49 
  50 TZDIR=/usr/share/lib/zoneinfo
  51 
  52 # Messages
  53 ERR_NO_SETUP="%s: time zone files are not set up correctly"
  54 INFO_LOCATION="Please identify a location so that time zone rules \
  55 can be set correctly."
  56 INFO_SELECT_CONT="Please select a continent or ocean."
  57 INFO_POSIX="none - I want to specify the time zone using the POSIX \
  58 TZ format."
  59 WARN_ENTER_NUM="Please enter a number in range."
  60 INFO_ENTER_POSIX="Please enter the desired value of the TZ environment \
  61 variable."