--- rc.sysinit 2008-04-13 09:02:14.464521861 -0300 +++ rc.sysinit.patched 2008-04-13 09:24:42.724723785 -0300 @@ -310,7 +310,7 @@ fi if [ "$TIMEZONE" != "" -a -e "/usr/share/zoneinfo/$TIMEZONE" ]; then /bin/rm -f /etc/localtime - /bin/cp /usr/share/zoneinfo/$TIMEZONE /etc/localtime + /bin/cp "/usr/share/zoneinfo/$TIMEZONE" /etc/localtime fi /sbin/hwclock $HWCLOCK_PARAMS