--- files/patch-sguild.conf.orig 2006-10-30 20:43:25.000000000 -0600 +++ files/patch-sguild.conf 2008-04-10 21:06:48.000000000 -0500 @@ -1,41 +1,28 @@ -*** sguild.conf.orig Tue Mar 28 02:38:13 2006 ---- sguild.conf Tue Mar 28 02:39:47 2006 -*************** -*** 2,6 **** - - # Path the sguild libs -! set SGUILD_LIB_PATH ./lib - - # DEBUG 0=off 1=important stuff 2=everything. Option 2 is VERY chatty. ---- 2,6 ---- - - # Path the sguild libs -! set SGUILD_LIB_PATH /usr/local/lib/sguil-server/ - - # DEBUG 0=off 1=important stuff 2=everything. Option 2 is VERY chatty. -*************** -*** 61,65 **** - # You MUST have tcpflow installed to get xscripts - # http://www.circlemud.org/~jelson/software/tcpflow/ -! set TCPFLOW "/usr/bin/tcpflow" - - # p0f - (C) Michal Zalewski , William Stearns ---- 61,65 ---- - # You MUST have tcpflow installed to get xscripts - # http://www.circlemud.org/~jelson/software/tcpflow/ -! set TCPFLOW "/usr/local/bin/tcpflow" - - # p0f - (C) Michal Zalewski , William Stearns -*************** -*** 72,76 **** - # Path the the p0f binary. Switches -q and -s are appended on exec, - # add any others you may need here. -! set P0F_PATH "/usr/sbin/p0f" - - # Email config moved to sguild.email ---- 72,76 ---- - # Path the the p0f binary. Switches -q and -s are appended on exec, - # add any others you may need here. -! set P0F_PATH "/usr/local/bin/p0f" - - # Email config moved to sguild.email +--- sguild.conf.orig 2008-04-03 17:47:18.000000000 -0500 ++++ sguild.conf 2008-04-03 17:53:11.000000000 -0500 +@@ -1,7 +1,7 @@ + # $Id: sguild.conf,v 1.29 2006/06/02 20:40:57 bamm Exp $ # + + # Path the sguild libs +-set SGUILD_LIB_PATH ./lib ++set SGUILD_LIB_PATH /usr/local/lib/sguil-server + + # DEBUG 0=off 1=important stuff 2=everything. Option 2 is VERY chatty. + set DEBUG 2 +@@ -63,7 +63,7 @@ + + # You MUST have tcpflow installed to get xscripts + # http://www.circlemud.org/~jelson/software/tcpflow/ +-set TCPFLOW "/usr/bin/tcpflow" ++set TCPFLOW "/usr/local/bin/tcpflow" + + # p0f - (C) Michal Zalewski , William Stearns + # If you have p0f (a passive OS fingerprinting system) installed, you can have +@@ -74,6 +74,6 @@ + + # Path the the p0f binary. Switches -q and -s are appended on exec, + # add any others you may need here. +-set P0F_PATH "/usr/sbin/p0f" ++set P0F_PATH "/usr/local/bin/p0f" + + # Email config moved to sguild.email