--- server/sguild.conf.orig 2008-04-03 17:47:18.000000000 -0500 +++ server/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/sguild # 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