# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # nylon/files # nylon/files/patch-src-Makefile.in # nylon/files/nylon.conf # echo c - nylon/files mkdir -p nylon/files > /dev/null 2>&1 echo x - nylon/files/patch-src-Makefile.in sed 's/^X//' >nylon/files/patch-src-Makefile.in << 'END-of-nylon/files/patch-src-Makefile.in' X--- src/Makefile.in.orig Mon Oct 21 19:32:41 2002 X+++ src/Makefile.in Mon Oct 21 19:33:00 2002 X@@ -92,7 +92,7 @@ X socks4.c socks5.c mirror.c cleanup.c misc.c X X X-CFLAGS = @EVENTINC@ -Wall -g $(AM_CFLAGS) X+CFLAGS += @EVENTINC@ -Wall -g $(AM_CFLAGS) X LDADD = @EVENTLIB@ @LIBOBJS@ X X EXTRA_DIST = strlcpy.c strlcat.c setproctitle.c strsep.c err.c daemon.c END-of-nylon/files/patch-src-Makefile.in echo x - nylon/files/nylon.conf sed 's/^X//' >nylon/files/nylon.conf << 'END-of-nylon/files/nylon.conf' X# sample configuration # marius aamodt eriksen (marius@umich.edu) X# $Id: nylon.conf,v 1.11 2002/03/27 07:39:53 beriksen Exp $ X# general settings X[General] X X# number of simultaneous connections allowed XNo-Simultaneous-Conn=10 X X# log connections and other information to syslog? 1: on, 0: off XLog=1 X X# be verbose on the console? 1: on, 0: off XVerbose=0 X X# store pid file X#PIDfile=/var/run/nylon.pid X X# server settings X[Server] X X# interface to listen to connections X#Binding-Interface=fxp1 X X# interface to bind outgoing connections to X#Connecting-Interface=fxp0 X X# listening port to bind to XPort=1080 X X# allowed is processed first, then deny X X# allowable connect ips/ranges X#Allow-IP=141.0.0.0/8 127.0.0.1 10.0.0.0/24 XAllow-IP=127.0.0.1/32 X# denied connect ips/ranges X#Deny-IP=10.0.0.0/24 END-of-nylon/files/nylon.conf exit