diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-03 03:36:38 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-03 03:36:38 +0000 |
commit | 159f896689536d94bc8a03437a323848d62e364e (patch) | |
tree | d216e8e7eef1ca05e5472f411d0a2b523de61f7d /www/apache13-fp/files/patch-al | |
parent | Complete conversion to Tk 8.2. (diff) |
Update to FrontPage Extensions 2000.
PR: 14866
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=24374
Diffstat (limited to 'www/apache13-fp/files/patch-al')
-rw-r--r-- | www/apache13-fp/files/patch-al | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/www/apache13-fp/files/patch-al b/www/apache13-fp/files/patch-al index b355a697b4ab..f473a3127fa0 100644 --- a/www/apache13-fp/files/patch-al +++ b/www/apache13-fp/files/patch-al @@ -1,5 +1,5 @@ ---- src/support/log_server_status.orig Fri Jun 4 19:54:19 1999 -+++ src/support/log_server_status Fri Sep 3 15:53:16 1999 +--- src/support/log_server_status.orig Fri Jun 4 10:54:19 1999 ++++ src/support/log_server_status Sat Nov 13 19:42:02 1999 @@ -67,10 +67,10 @@ # require 'sys/socket.ph'; @@ -13,7 +13,16 @@ sub tcp_connect { -@@ -100,7 +100,7 @@ +@@ -93,14 +93,14 @@ + ### Main + + { +- $year=`date +%y`; ++ $year=`LC_TIME=C date +%y`; + chomp($year); + $year += ($year < 70) ? 2000 : 1900; +- $date = $year . `date +%m%d:%H%M%S`; ++ $date = $year . `LC_TIME=C date +%m%d:%H%M%S`; chomp($date); ($day,$time)=split(/:/,$date); $res=&tcp_connect($server,$port); |