diff --git a/src/realmd/AuthCodes.h b/src/realmd/AuthCodes.h index 9e84f82a3..99271dc29 100644 --- a/src/realmd/AuthCodes.h +++ b/src/realmd/AuthCodes.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2005-2008 MaNGOS * * This program is free software; you can redistribute it and/or modify diff --git a/src/realmd/Makefile.am b/src/realmd/Makefile.am index dd85d3b80..74ec70fa2 100644 --- a/src/realmd/Makefile.am +++ b/src/realmd/Makefile.am @@ -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) diff --git a/src/realmd/RealmList.cpp b/src/realmd/RealmList.cpp index ab511310c..7f4dd3e15 100644 --- a/src/realmd/RealmList.cpp +++ b/src/realmd/RealmList.cpp @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2005-2008 MaNGOS * * This program is free software; you can redistribute it and/or modify diff --git a/src/realmd/RealmList.h b/src/realmd/RealmList.h index 4c3717970..15095e8fa 100644 --- a/src/realmd/RealmList.h +++ b/src/realmd/RealmList.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (C) 2005-2008 MaNGOS * * This program is free software; you can redistribute it and/or modify diff --git a/src/realmd/realmd.conf.dist.in b/src/realmd/realmd.conf.dist.in index da62747a8..217cb15d2 100644 --- a/src/realmd/realmd.conf.dist.in +++ b/src/realmd/realmd.conf.dist.in @@ -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