--- setup.orig 2009-02-02 19:02:57.000000000 -0200 +++ setup 2009-02-02 19:33:12.000000000 -0200 @@ -1287,7 +1287,7 @@ # /etc/rc.conf # insert timezone and utc info - sed -i -e "s/^TIMEZONE=.*/TIMEZONE=\"$TIMEZONE\"/g" \ + sed -i -e "s/^TIMEZONE=.*/TIMEZONE=\"$(echo $TIMEZONE | sed "s/\//\\\\\//g")\"/g" \ -e "s/^HARDWARECLOCK=.*/HARDWARECLOCK=\"$HARDWARECLOCK\"/g" \ ${DESTDIR}/etc/rc.conf fi