| 12345678910111213141516171819202122232425 |
- Index: ircd-ratbox-2.1.7/modules/Makefile.in
- --- ircd-ratbox-2.1.7/modules/Makefile.in.orig 2005-01-14 18:25:51 +0100
- +++ ircd-ratbox-2.1.7/modules/Makefile.in 2005-04-13 15:30:42 +0200
- @@ -182,7 +182,7 @@
- ${CC} ${CPPFLAGS} ${CFLAGS} -DMODNAME=`basename $< .c`_mheader -c $< -o $@
-
- .c.so:
- - ${CC} ${PICFLAGS} ${CPPFLAGS} ${CFLAGS} $< -o $@
- + ${CC} ${PICFLAGS} ${CPPFLAGS} ${CFLAGS} $< -o $@ ${IRCDLIBS}
-
- .so.sl:
- $(LD) -b $< -o $@
- Index: ratbox-services-1.0.2/include/config.h
- --- ratbox-services-1.0.2/include/config.h.orig 2005-05-23 17:01:31 +0200
- +++ ratbox-services-1.0.2/include/config.h 2005-05-23 19:30:44 +0200
- @@ -9,7 +9,7 @@
- #define PID_PATH RUNDIR "/ratbox-services.pid"
- #define LOG_PATH LOGDIR "/ratbox-services.log"
- #define HELP_PATH HELPDIR
- -#define DB_PATH SYSCONFDIR "/ratbox-services.db"
- +#define DB_PATH RUNDIR "/ratbox-services.db"
-
- /* SMALL_NETWORK
- * If your network is fairly small, enable this to save some memory.
|