summaryrefslogtreecommitdiff
path: root/net/tcpsg/files/patch-tcpsg.c
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-24 15:29:19 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-24 15:29:19 +0000
commit926008d9169e151f94968961df8325b7a6bf029a (patch)
treeb9c04e569dd51d726b23186796a2e26e7d5151c1 /net/tcpsg/files/patch-tcpsg.c
parent- Use hard-coded zenphoto instead of %%PORTNAME%% (diff)
Support staging
Notes
Notes: svn path=/head/; revision=345868
Diffstat (limited to 'net/tcpsg/files/patch-tcpsg.c')
-rw-r--r--net/tcpsg/files/patch-tcpsg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tcpsg/files/patch-tcpsg.c b/net/tcpsg/files/patch-tcpsg.c
index 8c50333a83a4..775235decfcc 100644
--- a/net/tcpsg/files/patch-tcpsg.c
+++ b/net/tcpsg/files/patch-tcpsg.c
@@ -1,5 +1,5 @@
---- tcpsg.c.orig Wed Oct 30 13:14:39 2002
-+++ tcpsg.c Wed Oct 30 13:41:13 2002
+--- ./tcpsg.c.orig 2002-10-25 00:00:42.000000000 +0200
++++ ./tcpsg.c 2014-02-24 16:25:44.577054255 +0100
@@ -39,8 +39,8 @@
/* Network Headers */
@@ -15,7 +15,7 @@
{
int i,j;
- i=read_config("/etc/tcpsg.conf");
-+ i=read_config("%%PREFIX%%/etc/tcpsg.conf");
++ i=read_config("/usr/local/etc/tcpsg.conf");
if (i==0)
{
for (i=0;i<main_opt.num_servers;i++)