diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-08-06 15:43:10 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-08-06 15:43:10 +0000 |
commit | 0fef23470c3f48c82389a361257bd687085c12a7 (patch) | |
tree | c70c5e1b8193533d0557d57988a9e91a1dd48a28 | |
parent | 03f03a91ae1b7cc9244af3a2601abd9307a02e20 (diff) |
Fix path to anope binary in example.chk
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2412 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | data/example.chk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example.chk b/data/example.chk index 6f2a2343d..8e6e4a56e 100644 --- a/data/example.chk +++ b/data/example.chk @@ -9,7 +9,7 @@ ############################################################### # Anope binary directory -ANOPATH=/home/ircd/services/ +ANOPATH=/home/ircd/services/bin # Name of the pid file ANOPIDF=services.pid |