]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- posix scheme not in subdirectory
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Jun 2003 13:53:49 +0000 (13:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-timezone-posix.patch -> 1.1

rc-scripts-timezone-posix.patch [new file with mode: 0644]

diff --git a/rc-scripts-timezone-posix.patch b/rc-scripts-timezone-posix.patch
new file mode 100644 (file)
index 0000000..f5d891c
--- /dev/null
@@ -0,0 +1,11 @@
+--- rc-scripts-0.3.1/rc.d/init.d/timezone.orig Sun May 13 17:10:17 2001
++++ rc-scripts-0.3.1/rc.d/init.d/timezone      Tue Jun 17 13:50:42 2003
+@@ -18,7 +18,7 @@
+ ZONE_FILE="$ZONE_INFO_DIR"
+-if [ -n "$ZONE_INFO_SCHEME" ]; then
++if [ -n "$ZONE_INFO_SCHEME" -a "$ZONE_INFO_SCHEME" != "posix" ]; then
+     ZONE_FILE="$ZONE_FILE/$ZONE_INFO_SCHEME"
+ fi
This page took 0.116269 seconds and 4 git commands to generate.