mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more.
This commit is contained in:
parent
2483a73253
commit
288ef6fb27
5 changed files with 20 additions and 20 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2005-2008 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2008 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
||||||
|
|
@ -22,12 +22,12 @@ AM_CPPFLAGS = $(MANGOS_INCLUDES) -I$(top_builddir)/src/shared -I$(srcdir)/../../
|
||||||
## Build realm list daemon as standalone program
|
## Build realm list daemon as standalone program
|
||||||
bin_PROGRAMS = mangos-realmd
|
bin_PROGRAMS = mangos-realmd
|
||||||
mangos_realmd_SOURCES = \
|
mangos_realmd_SOURCES = \
|
||||||
AuthCodes.h \
|
AuthCodes.h \
|
||||||
AuthSocket.cpp \
|
AuthSocket.cpp \
|
||||||
AuthSocket.h \
|
AuthSocket.h \
|
||||||
Main.cpp \
|
Main.cpp \
|
||||||
RealmList.cpp \
|
RealmList.cpp \
|
||||||
RealmList.h
|
RealmList.h
|
||||||
|
|
||||||
## Link realm list daemon against the shared library
|
## Link realm list daemon against the shared library
|
||||||
mangos_realmd_LDADD = ../shared/Database/libmangosdatabase.a ../shared/Config/libmangosconfig.a ../shared/Auth/libmangosauth.a ../shared/libmangosshared.a ../framework/libmangosframework.a ../../dep/src/sockets/libmangossockets.a ../../dep/src/zthread/libZThread.la
|
mangos_realmd_LDADD = ../shared/Database/libmangosdatabase.a ../shared/Config/libmangosconfig.a ../shared/Auth/libmangosauth.a ../shared/libmangosshared.a ../framework/libmangosframework.a ../../dep/src/sockets/libmangossockets.a ../../dep/src/zthread/libZThread.la
|
||||||
|
|
@ -36,22 +36,22 @@ mangos_realmd_LDFLAGS = -L../../dep/src/sockets -L../../dep/src/zthread -L$(libd
|
||||||
## Additional files to include when running 'make dist'
|
## Additional files to include when running 'make dist'
|
||||||
# Include realm list daemon configuration
|
# Include realm list daemon configuration
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
realmd.conf.dist
|
realmd.conf.dist
|
||||||
|
|
||||||
## Additional files to install
|
## Additional files to install
|
||||||
sysconf_DATA = \
|
sysconf_DATA = \
|
||||||
realmd.conf.dist
|
realmd.conf.dist
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
@list='$(sysconf_DATA)'; for p in $$list; do \
|
@list='$(sysconf_DATA)'; for p in $$list; do \
|
||||||
dest=`echo $$p | sed -e s/.dist//`; \
|
dest=`echo $$p | sed -e s/.dist//`; \
|
||||||
if test -f $(DESTDIR)$(sysconfdir)/$$dest; then \
|
if test -f $(DESTDIR)$(sysconfdir)/$$dest; then \
|
||||||
echo "$@ will not overwrite existing $(DESTDIR)$(sysconfdir)/$$dest"; \
|
echo "$@ will not overwrite existing $(DESTDIR)$(sysconfdir)/$$dest"; \
|
||||||
else \
|
else \
|
||||||
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$dest"; \
|
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$dest"; \
|
||||||
$(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$dest; \
|
$(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$dest; \
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -f $(sysconf_DATA)
|
rm -f $(sysconf_DATA)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2005-2008 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2008 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2005-2008 MaNGOS <http://getmangos.com/>
|
* Copyright (C) 2005-2008 MaNGOS <http://getmangos.com/>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ ConfVersion=2007062001
|
||||||
# LogsDir
|
# LogsDir
|
||||||
# Logs directory setting.
|
# Logs directory setting.
|
||||||
# Important: Logs dir must exists, or all logs be disable
|
# Important: Logs dir must exists, or all logs be disable
|
||||||
# Default: "" - no log directory prefix, if used log names isn't absolute path then logs will be
|
# Default: "" - no log directory prefix, if used log names isn't absolute path then logs will be
|
||||||
# stored in current directory for run program.
|
# stored in current directory for run program.
|
||||||
#
|
#
|
||||||
# MaxPingTime
|
# MaxPingTime
|
||||||
|
|
@ -78,7 +78,7 @@ ConfVersion=2007062001
|
||||||
#
|
#
|
||||||
# RealmsStateUpdateDelay
|
# RealmsStateUpdateDelay
|
||||||
# Realm list Update up delay (updated at realm list request if delay expired).
|
# Realm list Update up delay (updated at realm list request if delay expired).
|
||||||
# Default: 20
|
# Default: 20
|
||||||
# 0 (Disabled)
|
# 0 (Disabled)
|
||||||
#
|
#
|
||||||
# WrongPass.MaxCount
|
# WrongPass.MaxCount
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue