]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- pass TZ env in connection
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 27 Aug 2008 10:42:10 +0000 (10:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh-config.patch -> 1.4

openssh-config.patch

index bd68fa689c4e7ced8bf51b44c6c2771cdd04478a..a57c2e2299f59f113ed57fdae99522fa0d71ea9c 100644 (file)
@@ -51,7 +51,7 @@
  #Banner /some/path
  
 +# Accept locale-related environment variables
-+AcceptEnv LANG LC_* 
++AcceptEnv LANG TZ LC_*
 +
  # override default of no subsystems
  Subsystem     sftp    /usr/libexec/sftp-server
@@ -93,4 +93,4 @@
 +      ServerAliveCountMax 10
 +      TCPKeepAlive no
 +# Send locale-related environment variables
-+      SendEnv LANG LC_*
++      SendEnv LANG TZ LC_*
This page took 0.037478 seconds and 4 git commands to generate.