From 47dc7dcf1b54afca4cdf162f9f512fb4903a939d Mon Sep 17 00:00:00 2001 From: freghar Date: Fri, 27 Aug 2010 18:20:57 +0200 Subject: [PATCH] [10412] add a BindIP warning to worldd/realmd config files Signed-off-by: freghar --- src/mangosd/mangosd.conf.dist.in | 3 +++ src/realmd/realmd.conf.dist.in | 3 +++ src/shared/revision_nr.h | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in index cfd767a1d..a4f3cee22 100644 --- a/src/mangosd/mangosd.conf.dist.in +++ b/src/mangosd/mangosd.conf.dist.in @@ -45,6 +45,9 @@ ConfVersion=2010062001 # # BindIP # Bind World Server to IP/hostname +# This option is useful for running multiple worldd/realmd instances +# on different IP addresses using default ports. +# DO NOT CHANGE THIS UNLESS YOU _REALLY_ KNOW WHAT YOU'RE DOING # ################################################################################################################### diff --git a/src/realmd/realmd.conf.dist.in b/src/realmd/realmd.conf.dist.in index 99ada0219..8198a76f4 100644 --- a/src/realmd/realmd.conf.dist.in +++ b/src/realmd/realmd.conf.dist.in @@ -30,6 +30,9 @@ ConfVersion=2010062001 # # BindIP # Bind Realm Server to IP/hostname +# This option is useful for running multiple worldd/realmd instances +# on different IP addresses using default ports. +# DO NOT CHANGE THIS UNLESS YOU _REALLY_ KNOW WHAT YOU'RE DOING # # PidFile # Realmd daemon PID file diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ec7d854e3..8ebd8ce1f 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10411" + #define REVISION_NR "10412" #endif // __REVISION_NR_H__