From 2006c88d6ac3c587503eca189ba4e29bbaec3838 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 30 Jan 2003 14:45:08 +0000 Subject: [PATCH] Moved files to src/ subdirectory SVN revision: 358 --- elog.spec | 2 +- elconv.c => src/elconv.c | 3 +++ elog.c => src/elog.c | 3 +++ elogd.c => src/elogd.c | 3 +++ 4 files changed, 10 insertions(+), 1 deletion(-) rename elconv.c => src/elconv.c (99%) rename elog.c => src/elog.c (99%) rename elogd.c => src/elogd.c (99%) diff --git a/elog.spec b/elog.spec index 046d517f..17da6b77 100755 --- a/elog.spec +++ b/elog.spec @@ -4,7 +4,7 @@ Name: elog Summary: elog is a standalone electronic web logbook -Version: 2.1.0 +Version: 2.2.6 Release: 1 Copyright: GPL Group: Applications/Networking diff --git a/elconv.c b/src/elconv.c similarity index 99% rename from elconv.c rename to src/elconv.c index 56a24099..10c853b9 100644 --- a/elconv.c +++ b/src/elconv.c @@ -6,6 +6,9 @@ Contents: Conversion program for ELOG messages $Log$ + Revision 1.1 2003/01/30 14:45:07 midas + Moved files to src/ subdirectory + Revision 1.4 2002/06/07 10:00:26 midas Added some non-verbose messages diff --git a/elog.c b/src/elog.c similarity index 99% rename from elog.c rename to src/elog.c index 721b92ad..37024e9b 100755 --- a/elog.c +++ b/src/elog.c @@ -6,6 +6,9 @@ Contents: Electronic logbook utility $Log$ + Revision 1.1 2003/01/30 14:45:07 midas + Moved files to src/ subdirectory + Revision 1.10 2002/10/14 08:26:26 midas Made attachment size variable diff --git a/elogd.c b/src/elogd.c similarity index 99% rename from elogd.c rename to src/elogd.c index 703fae2c..863895a2 100755 --- a/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.1 2003/01/30 14:45:08 midas + Moved files to src/ subdirectory + Revision 2.138 2003/01/30 12:15:46 midas CSS finished