diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 | ||||
-rw-r--r-- | src/tools/README | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index bad41a4b8..77c35b2a7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -20,7 +20,7 @@ INCLUDES = ../include/commands.h ../include/defs.h ../include/language.h \ ../include/dreamforge.h ../include/bahamut.h ../include/ultimate2.h \ ../include/ultimate3.h ../include/hybrid.h ../include/ptlink.h ../include/unreal31.h \ ../include/viagra.h ../include/rageircd.h ../include/unreal32.h ../include/solidircd.h \ - ../include/plexus.h + ../include/plexus.h ../include/shadowircd.h MAKEARGS = 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'ANOPELIBS=${ANOPELIBS}' \ diff --git a/src/tools/README b/src/tools/README index 4c684cbe5..331beb757 100644 --- a/src/tools/README +++ b/src/tools/README @@ -14,7 +14,7 @@ Anope Bundled Tools options. To use the SMTP client instead of sendmail, find the line in your services configuration file (services.conf) that defines SendMailPath. On that line, change the path to your services installation directory, then - followed by "anopemstp" and the IP address of a valid SMTP server. It + followed by "anopesmtp" and the IP address of a valid SMTP server. It should look like this: SendMailPath "/home/anope/services/anopesmtp 127.0.0.1" |