]> git.pld-linux.org Git - packages/rc-scripts.git/blob - rc-scripts-timezone-posix.patch
- obsolete
[packages/rc-scripts.git] / rc-scripts-timezone-posix.patch
1 --- rc-scripts-0.3.1/rc.d/init.d/timezone.orig  Sun May 13 17:10:17 2001
2 +++ rc-scripts-0.3.1/rc.d/init.d/timezone       Tue Jun 17 13:50:42 2003
3 @@ -18,7 +18,7 @@
4  
5  ZONE_FILE="$ZONE_INFO_DIR"
6  
7 -if [ -n "$ZONE_INFO_SCHEME" ]; then
8 +if [ -n "$ZONE_INFO_SCHEME" -a "$ZONE_INFO_SCHEME" != "posix" ]; then
9      ZONE_FILE="$ZONE_FILE/$ZONE_INFO_SCHEME"
10  fi
11  
This page took 0.080836 seconds and 3 git commands to generate.