FreeBSD Bugzilla – Attachment 14389 Details for
Bug 27018
Fix the compiled-in default configuration file path.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.01 KB, created by
Thomas Quinot
on 2001-05-02 00:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thomas Quinot
Created:
2001-05-02 00:20:01 UTC
Size:
1.01 KB
patch
obsolete
>--- /dev/null Wed May 2 01:12:01 2001 >+++ net/proxy-suite/files/patch-etcdir Wed May 2 01:11:32 2001 >@@ -0,0 +1,26 @@ >+diff -ur work/proxy-suite-1.7/ftp-proxy/Makefile.in new/proxy-suite-1.7/ftp-proxy/Makefile.in >+--- work/proxy-suite-1.7/ftp-proxy/Makefile.in Fri Oct 22 11:29:01 1999 >++++ ftp-proxy/Makefile.in Wed May 2 01:07:28 2001 >+@@ -44,7 +44,7 @@ >+ INSTALL= @INSTALL@ >+ >+ CC= @CC@ >+-CFLAGS= @CFLAGS@ >++CFLAGS= @CFLAGS@ -DETC_PATH=\"$(ETC_DIR)/\" >+ LDFLAGS= @LDFLAGS@ >+ >+ LIBS= @LIB_WRAP@ @LIB_LDAP@ @LIB_REGEX@ @LIBS@ >+diff -ur work/proxy-suite-1.7/ftp-proxy/ftp-main.c new/proxy-suite-1.7/ftp-proxy/ftp-main.c >+--- work/proxy-suite-1.7/ftp-proxy/ftp-main.c Fri Oct 22 11:29:01 1999 >++++ ftp-proxy/ftp-main.c Wed May 2 01:03:58 2001 >+@@ -75,7 +75,9 @@ >+ >+ #define SELECT_TIMEOUT 60 /* Wake up regularly */ >+ >+-#define ETC_PATH "/etc/proxy-suite/" >++#if !defined (ETC_PATH) >++# define ETC_PATH "/etc/proxy-suite/" >++#endif >+ #define DEFAULT_CONFIG ETC_PATH "ftp-proxy.conf" >+ >+ #if defined(COMPILE_DEBUG)
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 27018
: 14389