[NeoStats-Devel] [Commits] r2413 - in trunk: . include lib lib/adns lib/curl lib/event lib/pcre modules modules/connectserv modules/extauth modules/hostserv modules/ircdauth modules/operlog modules/statserv modules/template modules/templateauth modules/textserv src src/dbm src/protocol

[email protected]
Newsgroups gmane.comp.neostats.devel
Message-ID <[email protected]>
Author: Mark
Date: Fri Apr  1 06:37:05 2005
New Revision: 2413

Added:
   trunk/modules/template/main.c
      - copied unchanged from r2412, trunk/modules/template/template.c
   trunk/modules/templateauth/main.c
      - copied unchanged from r2412, trunk/modules/templateauth/templateauth.c
Removed:
   trunk/modules/template/template.c
   trunk/modules/templateauth/templateauth.c
Modified:
   trunk/Makefile.in
   trunk/include/Makefile.in
   trunk/lib/Makefile.in
   trunk/lib/adns/Makefile.in
   trunk/lib/curl/Makefile.in
   trunk/lib/event/Makefile.in
   trunk/lib/pcre/Makefile.in
   trunk/modules/Makefile.in
   trunk/modules/connectserv/Makefile.in
   trunk/modules/extauth/Makefile.in
   trunk/modules/hostserv/Makefile.in
   trunk/modules/ircdauth/Makefile.in
   trunk/modules/operlog/Makefile.in
   trunk/modules/statserv/Makefile.in
   trunk/modules/template/Makefile.am
   trunk/modules/template/template.vcproj
   trunk/modules/templateauth/Makefile.am
   trunk/modules/templateauth/templateauth.vcproj
   trunk/modules/textserv/Makefile.in
   trunk/src/Makefile.in
   trunk/src/dbm/Makefile.in
   trunk/src/protocol/Makefile.in
Log:
rename template source files to make them easier to base new modules on

Modified: trunk/Makefile.in
==============================================================================
--- trunk/Makefile.in	(original)
+++ trunk/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -97,7 +97,6 @@
 distcleancheck_listfiles = find . -type f -print
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/include/Makefile.in
==============================================================================
--- trunk/include/Makefile.in	(original)
+++ trunk/include/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -67,7 +67,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/lib/Makefile.in
==============================================================================
--- trunk/lib/Makefile.in	(original)
+++ trunk/lib/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -64,7 +64,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/lib/adns/Makefile.in
==============================================================================
--- trunk/lib/adns/Makefile.in	(original)
+++ trunk/lib/adns/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -85,7 +85,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/lib/curl/Makefile.in
==============================================================================
--- trunk/lib/curl/Makefile.in	(original)
+++ trunk/lib/curl/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -96,7 +96,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/lib/event/Makefile.in
==============================================================================
--- trunk/lib/event/Makefile.in	(original)
+++ trunk/lib/event/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -89,7 +89,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/lib/pcre/Makefile.in
==============================================================================
--- trunk/lib/pcre/Makefile.in	(original)
+++ trunk/lib/pcre/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -91,7 +91,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/modules/Makefile.in
==============================================================================
--- trunk/modules/Makefile.in	(original)
+++ trunk/modules/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -64,7 +64,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/modules/connectserv/Makefile.in
==============================================================================
--- trunk/modules/connectserv/Makefile.in	(original)
+++ trunk/modules/connectserv/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -81,7 +81,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/modules/extauth/Makefile.in
==============================================================================
--- trunk/modules/extauth/Makefile.in	(original)
+++ trunk/modules/extauth/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -81,7 +81,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/modules/hostserv/Makefile.in
==============================================================================
--- trunk/modules/hostserv/Makefile.in	(original)
+++ trunk/modules/hostserv/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -81,7 +81,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/modules/ircdauth/Makefile.in
==============================================================================
--- trunk/modules/ircdauth/Makefile.in	(original)
+++ trunk/modules/ircdauth/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -81,7 +81,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/modules/operlog/Makefile.in
==============================================================================
--- trunk/modules/operlog/Makefile.in	(original)
+++ trunk/modules/operlog/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -81,7 +81,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/modules/statserv/Makefile.in
==============================================================================
--- trunk/modules/statserv/Makefile.in	(original)
+++ trunk/modules/statserv/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -86,7 +86,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/modules/template/Makefile.am
==============================================================================
--- trunk/modules/template/Makefile.am	(original)
+++ trunk/modules/template/Makefile.am	Fri Apr  1 06:37:05 2005
@@ -1,5 +1,5 @@
 pkglib_LTLIBRARIES	= template.la
-template_la_SOURCES	= template.c 
+template_la_SOURCES	= main.c 
 template_la_LDFLAGS	= -module -avoid-version -no-undefined
 AM_CFLAGS		= @PCRE_CFLAGS@ @CURL_CFLAGS@ -I$(top_srcdir)/lib/keeper/ -I$(top_srcdir)/lib/adns/
 include $(top_srcdir)/autotools/rules.mk
\ No newline at end of file

Modified: trunk/modules/template/template.vcproj
==============================================================================
--- trunk/modules/template/template.vcproj	(original)
+++ trunk/modules/template/template.vcproj	Fri Apr  1 06:37:05 2005
@@ -121,7 +121,7 @@
 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
 			<File
-				RelativePath=".\template.c">
+				RelativePath=".\main.c">
 			</File>
 		</Filter>
 		<Filter

Modified: trunk/modules/templateauth/Makefile.am
==============================================================================
--- trunk/modules/templateauth/Makefile.am	(original)
+++ trunk/modules/templateauth/Makefile.am	Fri Apr  1 06:37:05 2005
@@ -1,5 +1,5 @@
 pkglib_LTLIBRARIES	= templateauth.la
-templateauth_la_SOURCES	= templateauth.c 
+templateauth_la_SOURCES	= main.c 
 templateauth_la_LDFLAGS	= -module -avoid-version -no-undefined
 AM_CFLAGS		= @PCRE_CFLAGS@ @CURL_CFLAGS@ -I$(top_srcdir)/lib/keeper/ -I$(top_srcdir)/lib/adns/
 include $(top_srcdir)/autotools/rules.mk
\ No newline at end of file

Modified: trunk/modules/templateauth/templateauth.vcproj
==============================================================================
--- trunk/modules/templateauth/templateauth.vcproj	(original)
+++ trunk/modules/templateauth/templateauth.vcproj	Fri Apr  1 06:37:05 2005
@@ -121,7 +121,7 @@
 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
 			<File
-				RelativePath=".\templateauth.c">
+				RelativePath=".\main.c">
 			</File>
 		</Filter>
 		<Filter

Modified: trunk/modules/textserv/Makefile.in
==============================================================================
--- trunk/modules/textserv/Makefile.in	(original)
+++ trunk/modules/textserv/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -81,7 +81,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/src/Makefile.in
==============================================================================
--- trunk/src/Makefile.in	(original)
+++ trunk/src/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -99,7 +99,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/src/dbm/Makefile.in
==============================================================================
--- trunk/src/dbm/Makefile.in	(original)
+++ trunk/src/dbm/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -88,7 +88,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@

Modified: trunk/src/protocol/Makefile.in
==============================================================================
--- trunk/src/protocol/Makefile.in	(original)
+++ trunk/src/protocol/Makefile.in	Fri Apr  1 06:37:05 2005
@@ -116,7 +116,6 @@
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 pkglibdir = $(prefix)/modules
 ACLOCAL = @ACLOCAL@
-ALLOCA = @ALLOCA@
 AMDEP_FALSE = @AMDEP_FALSE@
 AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.