summaryrefslogtreecommitdiffstats
path: root/patches/source/glibc/timezone-scripts/parts/02
blob: bd5a50bb052c75621536005ce14d60d9dab957e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
   2> $TMP/tz

   if [ $? = 1 -o $? = 255 ]; then
      rm -f $TMP/tz
      exit
   fi

   TIMEZONE="`cat $TMP/tz`"
   rm -f $TMP/tz

   setzone $TIMEZONE
   exit
else
   ###
   ### use text prompts
   ###
   while [ 0 ]; do
      echo -n "Would you like to configure your timezone ([y]es, [n]o)? "
      read TIMECONF;
      echo

      if [ "$TIMECONF" = "n" ]; then
         break
      fi

      cat << EOF
Select one of these timezones: