ratbox.patch 960 B

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