2002-05-02 05:33  leni

	* NEWS: updated for 0.3.2 release

2002-05-02 05:32  leni

	* test/: test_2.sh, test_5.sh: use serel-default.rdf, rather than
	default-for-test.rdf

2002-05-02 05:31  leni

	* data/: Makefile.am, Makefile.in: comment out last committed
	changes

2002-05-02 05:13  leni

	* data/: Makefile.am, Makefile.in: create default-for-test.rdf for
	use by the tests in the test/ subdirectory

2002-05-02 05:12  leni

	* test/test_2.sh: this test is now about testing security-related
	issues

2002-05-02 05:12  leni

	* test/test_5.sh: now use default-for-test.rdf from ../data

2002-05-02 05:07  leni

	* src/serverconfig.c: do a printLog() in case config file can't be
	read

2002-05-02 05:06  leni

	* src/rdfservercallbacks.c: remove // comments

2002-05-02 04:53  leni

	* test/2/anacron: initial version - lotsa things will link to this

2002-05-02 04:48  leni

	* test/5/conf/default.rdf: test_5.sh now references
	default-for-test.rdf generated in the data directory

2002-05-02 04:26  leni

	* test/: Makefile.am, Makefile.in: Added test_5.sh

2002-05-02 04:21  leni

	* config.h, configure, configure.in, src/Makefile.in: added
	--enable-nodebug, AC_PREFIX_DEFAULT (/usr) bumped version to 0.3.2

2002-05-01 07:32  leni

	* src/Makefile.am: tweak comment

2002-05-01 07:32  leni

	* src/serverconfig.c: Fix bug ID 2002-04-29-04.  Lines in the
	config file are now split into key/value pair, separated by '='.

2002-05-01 02:27  leni

	* src/Makefile.am: tweaked comments

2002-05-01 02:25  leni

	* maintainer/deps_redhat.txt: network now depends on ipchains and
	iptables

2002-05-01 02:21  leni

	* test/: test_5.sh, 5/anacron, 5/conf/default.rdf: initial version

2002-05-01 02:00  leni

	* packages/rpm.spec.in: use the new configure option
	--enable-nodebug

2002-05-01 01:26  leni

	* configure.in: --enable-staticredland option no longer refers to
	absolute pathnames, instead uses (gnu-specific!) -Xlinker -Bstatic
	-Bdynamic options.  Also added a --enable-nodebug which sets
	CFLAGS=-O2, otherwise CFLAGS defaults to -g.  Didn't like the
	configure default of -g -O2 because -O2 causes the ddd debugger to
	jump around strangely when stepping.

2002-04-30 08:17  leni

	* data/serel-default.rdf: make network depend on ipchains and
	iptables

2002-04-30 06:42  leni

	* src/rdfservercallbacks.c: Fixed bug ID 2002-04-30-01.  Deletion
	of edges where the source doesn't exist now happens before
	testAcyclic().	Also, it now uses removeStatement() rather than
	eSerelMarkDeleted.

2002-04-25 01:55  leni

	* maintainer/remove_serel_from_test_box.sh: don't remove the rpm

2002-04-25 01:44  leni

	* maintainer/remove_serel_from_test_box.sh: Initial version

2002-04-25 01:37  leni

	* packages/Makefile.in: removed AWK from configure.in

2002-04-25 01:36  leni

	* data/redhat_rc_7_x.patch: The call to --need inside
	serel_action() failed 'cos the subshell wasn't a provider.  The
	worry about the lurking race condition remains, but as things seem
	to work, I've commented the concern in the rc and removed the
	--need has been removed.  Perhaps someone will shed some light on
	this.

2002-04-24 23:15  leni

	* Makefile.in, NEWS, configure, configure.in, data/Makefile.in,
	doc/Makefile.in, scripts/Makefile.in, test/Makefile.in:
	configure.in no longer checks for a working awk

2002-04-24 22:45  leni

	* data/redhat_rc_7_x.patch: test for existence of sereld before
	commiting to serel boot

2002-04-24 22:37  leni

	* packages/rpm.spec.in: added Requires: upon the initscripts from
	RH 7.0, added the Source: entry, edited the description

2002-04-24 21:50  leni

	* src/rdf2dot.c: use rdfPropertyFragment(eGraphGraph) instead of
	'graph'

2002-04-24 21:33  leni

	* src/: Makefile.am, Makefile.in: AWK got removed from
	configure.in, added a comment

2002-04-24 21:31  leni

	* src/: log.c, rdfserver.c, rdfservercallbacks.c, serelhistory.c,
	server.c, serverconfig.c, traverse.c: fix warnings thrown up by
	-Wall

2002-04-24 21:14  leni

	* src/parselsb2rdf.c: replaced stray // comments with /* */

2002-04-24 21:12  leni

	* src/rdf2dot.c: call newUriStringEnsuringScheme() on the
	command-line argument, specific warning message for rdfs w/o the
	'graph' element

2002-04-24 21:09  leni

	* src/rdfcommon.c: [no log message]

2002-04-24 01:54  leni

	* NEWS, INSTALL: tweaks for forthcoming release

2002-04-24 01:52  leni

	* README: tweaked text for forthcoming release

2002-04-24 01:38  leni

	* THANKS: tweaks to the text

2002-04-24 01:38  leni

	* ChangeLog: generated Changelog from cvs using cvs2cl.pl

2002-04-23 10:36  leni

	* configure, configure.in: removed debugging 'echo'

2002-04-23 10:29  leni

	* ChangeLog, Makefile.in, config.h, config.h.in, configure,
	configure.in, doc/Makefile.in, scripts/Makefile.in,
	test/Makefile.in: sync to cvs before cutting release

2002-04-23 10:29  leni

	* acconfig.h: don't know what this file did, or why is has
	disappeared - something to do with automake/autoconf changes

2002-04-23 10:27  leni

	* reconf: removed copyright notice

2002-04-23 10:26  leni

	* src/: Makefile.am, Makefile.in: reference rdf_LIBS, generated via
	configure.in, supports static+dynamic redland linking

2002-04-23 10:18  leni

	* INSTALL: update for 0.3.1 release - with rdf and serelhistory
	stuff

2002-04-23 10:17  leni

	* packages/: Makefile.am, Makefile.in: minor cleanups

2002-04-23 10:16  leni

	* packages/rpm.spec.in: renamed files, added BuildPrereq for
	redland

2002-04-23 09:58  leni

	* data/serel-default.rdf: fixes (mainly speling errors), new
	services (RH7.2) and local is now 'last'

2002-04-23 09:50  leni

	* maintainer/deps2rdf.pl: added doLocal(), marking it as 'last'

2002-04-23 09:44  leni

	* maintainer/deps_redhat.txt: fixes (mispelings), new services from
	rh7.2, removed local so that by default it's unknown

2002-04-23 09:30  leni

	* data/: Makefile.am, Makefile.in, default.rdf, local.rdf,
	redhat_rc_7_1.patch, redhat_rc_7_x.patch, serel-default.rdf,
	serel-local.rdf, serel.sysconfig: mainly renaming files

2002-04-22 22:12  leni

	* data/: Makefile.am, Makefile.in: add/remove files

2002-04-22 22:10  leni

	* packages/rpm.spec.in: sync to cvs before building

2002-04-22 22:10  leni

	* src/: Makefile.am, Makefile.in: don't explicitly set CFLAGS

2002-04-22 21:56  leni

	* data/: serel.sysconfig, sysconfig-serel: renamed sysconfig-serel
	to serel.sysconfig for consistency with other packages

2002-04-22 21:03  leni

	* configure: bumped version number

2002-04-22 21:02  leni

	* data/redhat_rc_7_1.patch: moved serel_action() serel_functions to
	rc

2002-04-22 20:59  leni

	* data/: serel, sysconfig-serel: serel has been renamed to
	sysconfig-serel

2002-04-22 20:57  leni

	* data/serel_functions: serel_action() has been moved to inside rc

2002-04-22 07:29  leni

	* test/4/conf/serel.conf: serel.conf is now generated on-the-fly by
	the test script

2002-04-22 07:28  leni

	* test/test_4.sh: generate the serel config file on the fly

2002-04-22 07:25  leni

	* src/serverconfig.c: Hacked up splitStringIntoListForConfig() to
	handle case when a '=' appears as part of a key's value.  Need to
	revisit

2002-04-22 06:26  leni

	* test/test_2.sh: tweak message

2002-04-22 06:17  leni

	* test/: test_3.sh, test_4.sh: ensure srcdir is an absolute path,
	relative paths are useless to the daemon

2002-04-22 05:14  leni

	* src/: client.c, clientcommon.c, clientcommon.h, clienthandle.c,
	clienthandle.h, serelhistory.c, servercommon.c: removed
	clientcommon.[ch] and moved it's subroutine to clienthandle.[ch]

2002-04-22 05:02  leni

	* test/test_2.sh: this test is no longer relevant - it's now a
	no-op

2002-04-22 05:01  leni

	* test/2/: domain, http, network, smtp, syslog: this test has been
	deleted

2002-04-22 03:17  leni

	* src/: rdfcommon.c, rdfcommon.h, serverconfig.c, serverconfig.h:
	initial version

2002-04-22 03:13  leni

	* data/default.rdf, data/local.rdf, data/serel, data/serel.conf,
	src/rdfserver.c, src/rdfserver.h, src/rdfservercallbacks.c,
	src/rdfservercallbacks.h: initial version

2002-04-22 03:10  leni

	* Makefile.in, config.h, config.h.in, configure.in,
	scripts/serel-install-lsb-file.sh: sync to cvs

2002-04-22 03:09  leni

	* ChangeLog: add entries for the forthcoming release

2002-04-22 02:54  leni

	* test/: test_4.sh, testfunctions: remove debugging stuff before
	cutting release

2002-04-22 02:53  leni

	* scripts/serel-wrap.sh: fixed typo

2002-04-22 02:51  leni

	* src/servercallbacks.c: messages sent to clients now have trailing
	newlines

2002-04-22 02:51  leni

	* src/server.c: fixed race condition with client re: opening pipe

2002-04-22 02:49  leni

	* data/: dependencies-redhat-7.1.txt, patch.rc.7_1, patch.rc.7_2,
	redhat_rc_7_1.patch: Initial Version.

2002-04-22 02:49  leni

	* data/: Makefile.am, Makefile.in: new makefile for rdf stuff

2002-04-22 02:48  leni

	* data/serel_functions: Removed serel_log and minor cleanups.

2002-04-22 02:41  leni

	* maintainer/: README, deps2rdf.pl, deps_redhat.txt,
	sample_man_pages.txt, use_cases.txt: initial version

2002-04-21 11:15  leni

	* src/: serelhistory.c, server.c, servercallbacks.c: changes
	relating to the new logging modes

2002-04-21 11:14  leni

	* src/: log.c, log.h: Change User to Client, adding Rdf and
	Profiling

2002-04-21 11:13  leni

	* src/: command.c, common.c, common.h, pidmap.h, servercommon.h,
	traverse.c: minor changes

2002-04-21 11:11  leni

	* src/client.c: add logMode

2002-04-21 11:10  leni

	* src/clienthandle.c: remove printfs that had no business in here

2002-04-21 11:09  leni

	* test/testfunctions: new options for sereld

2002-04-21 11:07  leni

	* test/: test_4.sh, test_3.sh: This is a new test - for rdf and
	history stuff

2002-04-21 11:04  leni

	* test/4/: anacron, apmd, syslog: this is a completely different
	test - now for rdf history stuff

2002-04-21 11:03  leni

	* test/4/kudzu: we needed last and unknown in this test - kudzu
	would have been a misnomer

2002-04-21 11:03  leni

	* test/4/: foo, local, conf/default.rdf, conf/local.rdf,
	conf/serel.conf: Initial Version

2002-04-20 22:48  leni

	* test/3/: anacron, apmd, kudzu, syslog: The test is now completely
	different.  The previous test tested lsb-comment-addition.  This
	tests the (new) rdf history stuff.

2002-04-20 22:47  leni

	* test/3/conf/serel.conf: Initial version.

2002-04-19 21:40  leni

	* data/serel_functions: serelhistory vastly reduces the number and
	complexity of the supporting functions

2002-04-19 21:39  leni

	* data/serel_functions: -y changed to -l

2002-04-19 21:36  leni

	* packages/rpm.spec.in: additions/deletions related to serelhistory

2002-04-19 21:31  leni

	* packages/: Makefile.am, Makefile.in: minor changes

2002-04-19 21:29  leni

	* scripts/serel-wrap.sh: serelhistory greatly simplifies
	serel-wrap.

2002-04-19 21:29  leni

	* scripts/: Makefile.am, Makefile.in: remove the install/parse lsb
	scripts

2002-04-19 21:26  leni

	* src/: Makefile.am, Makefile.in: use *_LDADD for each executable,
	rather than setting LIBS

2002-04-19 21:25  leni

	* src/common.c: iterate printVersion()

2002-04-19 20:25  leni

	* scripts/serel-parselsb.sh: Now that serelhistory is here, we
	parse the boot scripts into rdf, and then use serelhistory to apply
	the dependencies.  This file parsed boot scripts into
	provide/need/unprovide statements.  Also, by removing this script,
	the package no longer depends upon AWK.

2002-04-19 20:21  leni

	* scripts/serel-install-lsb.sh: serel-install-lsb-file.sh

2002-04-19 00:16  leni

	* src/: servercommon.c, servercommon.h: Added eSerelStartUri and
	eSerelVisited

2002-04-19 00:15  leni

	* src/: servercallbacks.c, servercallbacks.h: Implemented the
	eViaFile history-related callbacks.

2002-04-19 00:14  leni

	* src/: rdfconsturi.c, rdfconsturi.h: New property-related
	routines.

2002-04-19 00:14  leni

	* src/rdf2dot.c: Support the new traversal callback, fixing the bug
	in cycle-detection

2002-04-19 00:12  leni

	* src/: pidmap.c, pidmap.h: Added printTimeDelta(), will eventually
	find a better home.

2002-04-19 00:11  leni

	* src/parselsb2rdf.c: implemented the ValidOccurence stuff, for
	better error detection+handling

2002-04-19 00:10  leni

	* src/command.c: added eViaFile* codes

2002-04-19 00:09  leni

	* src/: common.c, common.h: Changed serelroster to serelhistory.

2002-04-19 00:08  leni

	* src/: client.c, clienthandle.c, clienthandle.h: Reworked the
	interaction between main, clienthandle and the callbacks.  Clients
	can now engage in multiple message interchanges with server. 
	Needed to support --apply pathname keyword, implementing provide +
	need(s).

2002-04-19 00:06  leni

	* src/serelhistory.c: Initial Version.

2002-04-19 00:00  leni

	* src/: Makefile.am, Makefile.in: Changed rosterclient to
	serelhistory.

2002-04-18 23:58  leni

	* src/: traverse.c, traverse.h: Improved cycle-detection routines,
	Added listOfReferencedNode() to support traversal of Edge via both
	Graph/Node and collection-of-Service.

2002-04-18 23:54  leni

	* src/: Makefile.am, Makefile.in, command.h, persist.c: sync to
	repository

2002-04-18 04:31  leni

	* src/: common.c, common.h: Added disclaimer to printVersion.  Also
	added stringFromFp().

2002-04-17 02:05  leni

	* scripts/serel-parselsb.sh, scripts/serel-rdfgen.sh,
	scripts/serel-wrap.sh, test/test_1.sh, test/test_2.sh,
	test/test_3.sh, test/test_4.sh, test/testfunctions, test/1/domain,
	test/1/http, test/1/network, test/1/smtp, test/1/syslog,
	test/2/domain, test/2/http, test/2/network, test/2/syslog: Upgrade
	to the new serelc --xxx command-line usage.

2002-04-13 22:25  leni

	* src/: Makefile.am, Makefile.in, client.c, clientcommon.c,
	clientcommon.h, common.c, common.h, rdf2dot.c, rdfconsturi.c,
	rdfconsturi.h, server.c, servercallbacks.c: sync a stable version
	to cvs.

2002-04-13 22:24  leni

	* src/lsb2rdf.c: Bug fixes, return better error codes.

2002-04-13 22:23  leni

	* src/persist.c: Change all keywords to lower case.

2002-04-13 22:23  leni

	* src/: servercommon.c, servercommon.h: Added eGraphGraph.

2002-04-13 21:58  leni

	* src/rdf2dot.c: RdfConst is now RdfProperty.

2002-04-13 07:08  leni

	* src/: servercommon.c, servercommon.h: Added the RdfProperty
	interface/implementation, and other changes.

2002-04-13 02:21  leni

	* src/persist.o: Should never have been added in the first place.

2002-04-13 02:21  leni

	* src/: parselsb2rdf.c, parselsb2rdf.h: Initial Version.

2002-04-10 07:49  leni

	* src/: Makefile.am, Makefile.in, client.c, common.c, common.h,
	log.c, lsb2rdf.c, node.c, persist.c, persist.o, pidmap.c,
	rdf2dot.c, rdfconsturi.c, rdfconsturi.h, rostercallbacks.c,
	rostercallbacks.h, servercallbacks.c, servercommon.c,
	servercommon.h, serviceid.c: Refactoring related to the rdfserver
	callbacks.  Also some memory leaks plugged after testing with
	dmalloc.

2002-04-10 05:29  leni

	* src/lsb2rdf.c: Initial version.

2002-04-09 05:22  leni

	* src/: rdf2dot.c, traverse.c, traverse.h: Initial Version.

2002-04-09 05:12  leni

	* src/: rdfconsturi.c, rdfconsturi.h: Initial version.

2002-04-07 10:23  leni

	* src/: Makefile.am, Makefile.in, client.c, clientcommon.c,
	clientcommon.h, clienthandle.c, clienthandle.h, command.c,
	command.h, common.c, common.h, edge.c, log.c, log.h, node.c,
	persist.h, persist.o, pidmap.c, rostercallbacks.c,
	rostercallbacks.h, server.c, servercallbacks.c, servercommon.c,
	servercommon.h, serverhandle.c, serviceid.c: Sorry - stuffed up and
	committed too many files at once so no sensible and succinct
	comment possible.

2002-04-06 01:39  leni

	* src/: clientcommon.c, clientcommon.h: Initial Versions.

2002-04-01 05:02  leni

	* config.h, configure, configure.in: Changed release number to
	0.2.1 (was 0.21).

2002-04-01 04:58  leni

	* Makefile.am, Makefile.in, configure, configure.in: Changed
	version number to 0.21.

2002-04-01 04:50  leni

	* configure.in: Removed reference to xml.

2002-04-01 04:46  leni

	* test/Makefile.in: No change - sync for 0.2 release.

2002-04-01 04:46  leni

	* scripts/: Makefile.am, Makefile.in, serel-rdfgen.sh: Fixed bug in
	serel-rdfgen.

2002-04-01 04:45  leni

	* packages/: Makefile.in, rpm.spec.in: Added serel-rdfgen to
	rpm.spec.in.

2002-04-01 04:45  leni

	* doc/: FAQ.txt, Makefile.in: Sync for 0.2 release.

2002-04-01 04:45  leni

	* data/: Makefile.am, Makefile.in, patch.rc.7_1: Added serel-rdfgen
	to (always) generate xml/rdf after boot.  Also removed the patch to
	RH 7.2.

2002-04-01 04:44  leni

	* ChangeLog, Makefile.am, Makefile.in, README, TODO, config.h.in,
	configure, configure.in: Prepare for 0.2 release.

2002-04-01 04:23  leni

	* config.h: Sources have begun to reference this file.	Stick it in
	CVS even tho it's generated by autoconf configure.

2002-04-01 04:11  leni

	* src/: Makefile.am, Makefile.in, client.c, clienthandle.c,
	clienthandle.h, command.c, command.h, common.c, common.h, edge.c,
	edge.h, fsm.h, log.c, log.h, msgqueue.c, msgqueue.h, node.c,
	node.h, persist.o, pidmap.c, pidmap.h, server.c, servercallbacks.c,
	servercallbacks.h, serverhandle.c, serverhandle.h, serviceid.c,
	serviceid.h: Replaced 'C++' comment usage with with 'C' comments.

2002-04-01 04:09  leni

	* src/: persist.c, persist.h: Initial Version.

2002-04-01 03:30  leni

	* INSTALL: Removed reference to the patch for RH 7.2.

2002-04-01 02:33  leni

	* test/testfunctions: sereld was being started in debugging mode
	and creating a file /tmp.  Now it's just started in daemon mode w/o
	debugging.

2002-04-01 02:30  leni

	* scripts/Makefile.am: Added serel-rdfgen.sh

2002-04-01 02:29  leni

	* scripts/serel-rdfgen.sh: Initial Version.

2002-01-18 00:50  leni

	* Makefile.in, configure, configure.in, doc/Makefile.am,
	doc/Makefile.in: Release 0.1.1.

2002-01-18 00:45  leni

	* NEWS: Updated for release 0.1.1.

2002-01-18 00:45  leni

	* INSTALL, README, doc/FAQ.txt: moved stuff around between INSTALL,
	README and FAQ.txt

2002-01-17 23:07  leni

	* THANKS: Tweaked Gilmore.

2002-01-17 07:47  leni

	* ChangeLog: Updated for release 0.11.

2002-01-17 07:31  leni

	* doc/FAQ.txt: Minor mods.

2002-01-17 07:12  leni

	* doc/leni_notes.txt: Initial Version.

2002-01-17 07:12  leni

	* doc/FAQ.txt: Incorporated the old history.txt, "how to use" from
	the INSTALL file and added some formatting and structure.

2002-01-17 05:14  leni

	* test/: test_1.sh, test_2.sh, test_3.sh, test_4.sh, testfunctions:
	test to ensure that wildcard expansion doesn't catch CVS
	subdirectories

2002-01-17 05:03  leni

	* data/dependencies-redhat-7.1.txt: Corrected a comment.

2002-01-17 04:27  leni

	* doc/FAQ.txt: Initial version.  Pre-CVS, this file used to be
	called history.txt.

2002-01-17 04:24  leni

	* NEWS: Added an entry for 0.11.

2002-01-17 04:23  leni

	* THANKS: Added Gilmore.

2002-01-17 04:13  leni

	* packages/Makefile.in: Initial Version.

2002-01-17 04:08  leni

	* AUTHORS: Removed the boilerplate generated by the reconf script.

2002-01-17 04:04  leni

	* data/Makefile.in, doc/Makefile.in, scripts/Makefile.in,
	src/Makefile.in, test/Makefile.in: "unremoved" the file because
	even tho automake regenerates it, the version of automake might
	change, and we want to ensure that we can exactly reproduce any
	release of the software at any point in the future.  ie. shouldn't
	have removed it in the first place.

2002-01-17 04:00  leni

	* Makefile.in: "unremoved" the file because even tho automake
	regenerates it, the version of automake might change, and we want
	to ensure that we can exactly reproduce the released software.	ie.
	shouldn't have removed it in the first place.

2002-01-16 21:54  leni

	* Makefile.in, data/Makefile.in, doc/Makefile.in,
	scripts/Makefile.in, src/Makefile.in: Makefile.in is generated by
	automake.  It isn't removed by "make maintainer-clean" which is why
	it appeared in release 0.1.

2002-01-16 21:46  leni

	* test/Makefile.in: Makefile.in is automatically generated by
	automake from Makefile.am.  Don't know why it was in the 0.1
	release, but bottom line is that it shouldn't be maintained in CVS.

2002-01-16 18:13  leni

	* data/serel_functions: Bug fix: initlog was reporting "execvp
	failed" for init.d/sshd when SEREL_MODE=off.  Caused by unexpected
	bash word splitting in serel_action.

2002-01-16 09:41  leni

	* ChangeLog: Added the first entry!

2002-01-16 09:37  leni

	* packages/Makefile.am: buildroot is now created by typing "make
	rpm".

2002-01-16 09:26  leni

	* packages/Makefile.am: Initial version.

2002-01-16 09:05  leni

	* packages/rpm.spec.in: Initial Version.

2002-01-16 09:01  leni

	* packages/Makefile: Mistakenly checked in (and released) Makefile
	instead of Makefile.in.  Get rid of Makefile here with "cvs remove"

2002-01-16 08:48  leni

	* AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, Makefile.in,
	NEWS, README, THANKS, TODO, acconfig.h, aclocal.m4, config.h.in,
	configure, configure.in, install-sh, missing, mkinstalldirs,
	reconf, stamp-h.in, data/Makefile.am, data/Makefile.in,
	data/dependencies-redhat-7.1.txt, data/patch.rc.7_1,
	data/patch.rc.7_2, data/serel_functions, doc/Makefile.am,
	doc/Makefile.in, packages/Makefile, scripts/Makefile.am,
	scripts/Makefile.in, scripts/serel-install-lsb-file.sh,
	scripts/serel-install-lsb.sh, scripts/serel-parselsb.sh,
	scripts/serel-wrap.sh, src/Makefile.am, src/Makefile.in,
	src/client.c, src/clienthandle.c, src/clienthandle.h,
	src/command.c, src/command.h, src/common.c, src/common.h,
	src/edge.c, src/edge.h, src/fsm.c, src/fsm.h, src/log.c, src/log.h,
	src/msgqueue.c, src/msgqueue.h, src/node.c, src/node.h,
	src/pidmap.c, src/pidmap.h, src/server.c, src/servercallbacks.c,
	src/servercallbacks.h, src/serverhandle.c, src/serverhandle.h,
	src/serviceid.c, src/serviceid.h, test/Makefile.am,
	test/Makefile.in, test/test_1.sh, test/test_2.sh, test/test_3.sh,
	test/test_4.sh, test/testfunctions, test/1/domain, test/1/http,
	test/1/network, test/1/smtp, test/1/syslog, test/2/domain,
	test/2/http, test/2/network, test/2/smtp, test/2/syslog,
	test/3/anacron, test/3/apmd, test/3/kudzu, test/3/syslog,
	test/4/anacron, test/4/apmd, test/4/kudzu, test/4/syslog: Initial
	revision

2002-01-16 08:48  leni

	* AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, Makefile.in,
	NEWS, README, THANKS, TODO, acconfig.h, aclocal.m4, config.h.in,
	configure, configure.in, install-sh, missing, mkinstalldirs,
	reconf, stamp-h.in, data/Makefile.am, data/Makefile.in,
	data/dependencies-redhat-7.1.txt, data/patch.rc.7_1,
	data/patch.rc.7_2, data/serel_functions, doc/Makefile.am,
	doc/Makefile.in, packages/Makefile, scripts/Makefile.am,
	scripts/Makefile.in, scripts/serel-install-lsb-file.sh,
	scripts/serel-install-lsb.sh, scripts/serel-parselsb.sh,
	scripts/serel-wrap.sh, src/Makefile.am, src/Makefile.in,
	src/client.c, src/clienthandle.c, src/clienthandle.h,
	src/command.c, src/command.h, src/common.c, src/common.h,
	src/edge.c, src/edge.h, src/fsm.c, src/fsm.h, src/log.c, src/log.h,
	src/msgqueue.c, src/msgqueue.h, src/node.c, src/node.h,
	src/pidmap.c, src/pidmap.h, src/server.c, src/servercallbacks.c,
	src/servercallbacks.h, src/serverhandle.c, src/serverhandle.h,
	src/serviceid.c, src/serviceid.h, test/Makefile.am,
	test/Makefile.in, test/test_1.sh, test/test_2.sh, test/test_3.sh,
	test/test_4.sh, test/testfunctions, test/1/domain, test/1/http,
	test/1/network, test/1/smtp, test/1/syslog, test/2/domain,
	test/2/http, test/2/network, test/2/smtp, test/2/syslog,
	test/3/anacron, test/3/apmd, test/3/kudzu, test/3/syslog,
	test/4/anacron, test/4/apmd, test/4/kudzu, test/4/syslog: Initial
	Version

