]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- pass LANGUAGE as well; how about other variables like GREP_OPTIONS, LESS,
authorTomasz Pala <gotar@pld-linux.org>
Sun, 14 Sep 2008 16:44:24 +0000 (16:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  LS_COLORS, ZLS_COLORS, WORDCHARS etc.?

Changed files:
    openssh-config.patch -> 1.5

openssh-config.patch

index a57c2e2299f59f113ed57fdae99522fa0d71ea9c..8952cd69274ee003bf4254152e3f3fad9b4aede7 100644 (file)
@@ -51,7 +51,7 @@
  #Banner /some/path
  
 +# Accept locale-related environment variables
-+AcceptEnv LANG TZ LC_*
++AcceptEnv LANG LC_* LANGUAGE TZ
 +
  # 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 TZ LC_*
++      SendEnv LANG LC_* LANGUAGE TZ
This page took 0.296047 seconds and 4 git commands to generate.