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/>
|
||||
*
|
||||
* 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
|
||||
bin_PROGRAMS = mangos-realmd
|
||||
mangos_realmd_SOURCES = \
|
||||
AuthCodes.h \
|
||||
AuthSocket.cpp \
|
||||
AuthSocket.h \
|
||||
Main.cpp \
|
||||
RealmList.cpp \
|
||||
RealmList.h
|
||||
AuthCodes.h \
|
||||
AuthSocket.cpp \
|
||||
AuthSocket.h \
|
||||
Main.cpp \
|
||||
RealmList.cpp \
|
||||
RealmList.h
|
||||
|
||||
## 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
|
||||
|
|
@ -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'
|
||||
# Include realm list daemon configuration
|
||||
EXTRA_DIST = \
|
||||
realmd.conf.dist
|
||||
realmd.conf.dist
|
||||
|
||||
## Additional files to install
|
||||
sysconf_DATA = \
|
||||
realmd.conf.dist
|
||||
realmd.conf.dist
|
||||
|
||||
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//`; \
|
||||
if test -f $(DESTDIR)$(sysconfdir)/$$dest; then \
|
||||
if test -f $(DESTDIR)$(sysconfdir)/$$dest; then \
|
||||
echo "$@ will not overwrite existing $(DESTDIR)$(sysconfdir)/$$dest"; \
|
||||
else \
|
||||
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$dest"; \
|
||||
$(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$dest; \
|
||||
fi; \
|
||||
done
|
||||
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$dest"; \
|
||||
$(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$dest; \
|
||||
fi; \
|
||||
done
|
||||
|
||||
clean-local:
|
||||
rm -f $(sysconf_DATA)
|
||||
rm -f $(sysconf_DATA)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* Copyright (C) 2005-2008 MaNGOS <http://getmangos.com/>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
* Copyright (C) 2005-2008 MaNGOS <http://getmangos.com/>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ ConfVersion=2007062001
|
|||
# LogsDir
|
||||
# Logs directory setting.
|
||||
# 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.
|
||||
#
|
||||
# MaxPingTime
|
||||
|
|
@ -78,7 +78,7 @@ ConfVersion=2007062001
|
|||
#
|
||||
# RealmsStateUpdateDelay
|
||||
# Realm list Update up delay (updated at realm list request if delay expired).
|
||||
# Default: 20
|
||||
# Default: 20
|
||||
# 0 (Disabled)
|
||||
#
|
||||
# WrongPass.MaxCount
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue