SOURCES: openssh-config.patch - send/accept GIT_* env vars

glen glen at pld-linux.org
Wed Jan 28 14:27:00 CET 2009


Author: glen                         Date: Wed Jan 28 13:27:00 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- send/accept GIT_* env vars

---- Files affected:
SOURCES:
   openssh-config.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/openssh-config.patch
diff -u SOURCES/openssh-config.patch:1.5 SOURCES/openssh-config.patch:1.6
--- SOURCES/openssh-config.patch:1.5	Sun Sep 14 18:44:24 2008
+++ SOURCES/openssh-config.patch	Wed Jan 28 14:26:54 2009
@@ -50,8 +50,8 @@
  # no default banner path
  #Banner /some/path
  
-+# Accept locale-related environment variables
-+AcceptEnv LANG LC_* LANGUAGE TZ
++# Accept locale-related environment variables, also accept GIT vars
++AcceptEnv LANG LC_* LANGUAGE TZ GIT_*
 +
  # override default of no subsystems
  Subsystem	sftp	/usr/libexec/sftp-server
@@ -92,5 +92,5 @@
 +	ServerAliveInterval 60
 +	ServerAliveCountMax 10
 +	TCPKeepAlive no
-+# Send locale-related environment variables
-+	SendEnv LANG LC_* LANGUAGE TZ
++# Send locale-related environment variables, also pass GIT vars
++	SendEnv LANG LC_* LANGUAGE TZ GIT_*
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/openssh-config.patch?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list