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:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user