1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 12:53:13 +02:00

- Fixed serious crashbug

- Fixed 'make install' error due to example.settings remove.
This commit is contained in:
Bram Matthys
2005-01-15 18:37:15 +00:00
parent 65024ce49e
commit 3aeea5c63b
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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.
+1 -1
View File
@@ -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