Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
authorNathan Bryant <loanshark@uncensored.citadel.org>
Sat, 11 Jul 1998 04:32:38 +0000 (04:32 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Sat, 11 Jul 1998 04:32:38 +0000 (04:32 +0000)
        * Makefile.in: removed msgstats

citadel/.cvsignore [new file with mode: 0644]
citadel/ChangeLog [new file with mode: 0644]
citadel/Makefile.in

diff --git a/citadel/.cvsignore b/citadel/.cvsignore
new file mode 100644 (file)
index 0000000..ebfe61b
--- /dev/null
@@ -0,0 +1,25 @@
+sysdep.h
+testing.c
+Makefile
+citadel
+whobbs
+setup
+citserver
+aidepost
+netmailer
+netproc
+netsetup
+useradmin
+msgform
+readlog
+rcit
+stats
+sysoputil
+citmail
+netpoll
+mailinglist
+citadel.config
+calllog.pos
+calllog
+*.gdbm
+citadel.control
diff --git a/citadel/ChangeLog b/citadel/ChangeLog
new file mode 100644 (file)
index 0000000..19127e7
--- /dev/null
@@ -0,0 +1,5 @@
+Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
+       * Makefile.in: removed msgstats
+
+Fri Jul 10 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Initial CVS import
index 3ac0bea4e226b40d15a483cd73f076875e7a6491..de28dad84668c95d2c88b8d4bc46f571cdee2662 100644 (file)
@@ -15,7 +15,7 @@ client: citadel whobbs
 server: citserver setup
 
 utils: aidepost netmailer netproc netsetup useradmin msgform \
-msgstats readlog rcit stats sysoputil citmail netpoll mailinglist
+readlog rcit stats sysoputil citmail netpoll mailinglist
 
 #
 #
@@ -160,9 +160,6 @@ useradmin: useradmin.c config.o citadel.h axdefs.h
 msgform: msgform.c
        $(CC) -O $(CFLAGS) msgform.c $(LFLAGS) -o msgform
 
-msgstats: msgstats.c config.o citadel.h
-       $(CC) -O $(CFLAGS) msgstats.c config.o $(LFLAGS) -o msgstats
-
 readlog: readlog.c config.o citadel.h
        $(CC) -O $(CFLAGS) readlog.c config.o $(LFLAGS) -o readlog