FreeBSD Bugzilla – Attachment 37111 Details for
Bug 59190
[PATCH] subversion port does not honour /usr/local/etc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 977 bytes, created by
Jeroen Ruigrok van der Werven
on 2003-11-11 22:00:24 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jeroen Ruigrok van der Werven
Created:
2003-11-11 22:00:24 UTC
Size:
977 bytes
patch
obsolete
>--- subversion/libsvn_subr/config_file.c.orig Tue Nov 11 22:19:16 2003 >+++ subversion/libsvn_subr/config_file.c Tue Nov 11 22:18:37 2003 >@@ -715,11 +715,11 @@ > APR_EOL_STR > " Unix:" > APR_EOL_STR >- " /etc/subversion/servers" >+ " /usr/local/etc/subversion/servers" > APR_EOL_STR >- " /etc/subversion/config" >+ " /usr/local/etc/subversion/config" > APR_EOL_STR >- " /etc/subversion/hairstyles" >+ " /usr/local/etc/subversion/hairstyles" > APR_EOL_STR > " Windows:" > APR_EOL_STR >--- subversion/libsvn_subr/config_impl.h.orig Tue Nov 11 22:19:22 2003 >+++ subversion/libsvn_subr/config_impl.h Tue Nov 11 22:16:46 2003 >@@ -107,7 +107,7 @@ > #ifdef SVN_WIN32 > # define SVN_CONFIG__SUBDIRECTORY "Subversion" > #else /* ! SVN_WIN32 */ >-# define SVN_CONFIG__SYS_DIRECTORY "/etc/subversion" >+# define SVN_CONFIG__SYS_DIRECTORY "/usr/local/etc/subversion" > # define SVN_CONFIG__USR_DIRECTORY ".subversion" > #endif /* SVN_WIN32 */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 59190
: 37111