]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- home_etc support added
authorromke <romke@pld-linux.org>
Thu, 9 Jun 2005 15:30:18 +0000 (15:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    subversion-home_etc.patch -> 1.1

subversion-home_etc.patch [new file with mode: 0644]

diff --git a/subversion-home_etc.patch b/subversion-home_etc.patch
new file mode 100644 (file)
index 0000000..8587645
--- /dev/null
@@ -0,0 +1,12 @@
+--- subversion/libsvn_subr/config_file.c~      2005-03-28 19:36:02.000000000 +0200
++++ subversion/libsvn_subr/config_file.c       2005-06-08 10:35:41.000000000 +0200
+@@ -319,7 +319,8 @@
+     char *homedir;
+     const char *homedir_utf8;
+-    apr_err = apr_env_get (&homedir, "HOME", pool);
++    apr_err = apr_env_get (&homedir, "HOME_ETC", pool);
++    if ( apr_err || ! homedir ) apr_err = apr_env_get (&homedir, "HOME", pool);
+     if ( apr_err || ! homedir )
+       {
+         apr_uid_t uid;
This page took 0.113876 seconds and 4 git commands to generate.