cs/ms module name change for load/unload fix

This commit is contained in:
Mark 2003-10-09 18:17:33 +00:00
parent 335be9b751
commit a0b3c62d8b
2 changed files with 2 additions and 1 deletions

View file

@ -9,6 +9,7 @@ Shmad & ^Enigma^
- Coloured output is now optional - see cs.c for details (M)
- Changed to new Module API system removing need for __module_get_xxx() calls (M)
- Added missing NULL checks for finduser results to avoid referencing NULL pointers (M)
- Renamed output module to connectserv to fix load/unload issues (M)
* Version 1.7 * July 15th, 2003
- Fixed a problem with connectserv clobering the avlist for modes

View file

@ -4,7 +4,7 @@ INCLUDES = -I../.. -I../../adns
SOURCES= cs.c
OBJECTS= cs.o
TARGET= cs.so
TARGET= connectserv.so
DISTFILES = $(SOURCES) cs.h Makefile ChangeLog cs_help.c
all: cs