19b020fcbc7cddcfd5d183d4bba775dd76d683f1
[openembedded.git] / recipes / nslu2-binary-only / unslung-rootfs / rc.rstimezone-diversion.patch
1 --- nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.rstimezone.orig    2004-07-27 23:37:55.000000000 -0400
2 +++ nslu2-linksys-ramdisk-2.3r25/etc/rc.d/rc.rstimezone 2004-09-01 21:58:47.000000000 -0400
3 @@ -1,4 +1,7 @@
4  #!/bin/sh
5 +
6 +if ( [ -f /unslung/rc.rstimezone ] && . /unslung/rc.rstimezone ) ; then return 0 ; fi
7 +
8  #TIME=`/usr/sbin/hwclock`
9  /usr/sbin/Set_TimeZone >/dev/null
10  #/bin/date -s "$TIME"