diff --git a/Changes b/Changes index 1f09fda8c..1c49b32b7 100644 --- a/Changes +++ b/Changes @@ -520,3 +520,5 @@ recent DRM exploits (spyware etc). - Fixed /restart reasons, reported by SouL-FoRTuNe. - Partial (incomplete!) fix for alloca warnings during compile (especially w/SSL). +- Fixed serious crashbug +- Fixed 'make install' error due to example.settings remove. diff --git a/Makefile.in b/Makefile.in index 0a4f7bcdc..13cdbc30f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -208,7 +208,7 @@ install: all $(INSTALL) -m 0700 networks/makenet $(IRCDDIR)/networks $(INSTALL) -m 0600 networks/networks.ndx $(IRCDDIR)/networks $(INSTALL) -m 0700 -d $(IRCDDIR)/doc - $(INSTALL) -m 0600 doc/Authors doc/example.conf doc/example.settings doc/coding-guidelines doc/tao.of.irc doc/unreal32docs.html $(IRCDDIR)/doc + $(INSTALL) -m 0600 doc/Authors doc/example.conf doc/coding-guidelines doc/tao.of.irc doc/unreal32docs.html $(IRCDDIR)/doc $(INSTALL) -m 0700 -d $(IRCDDIR)/aliases $(INSTALL) -m 0600 aliases/*.conf $(IRCDDIR)/aliases $(TOUCH) $(IRCDDIR)/unrealircd.conf