2000-10-28  Arkadiusz Mikiewicz  <misiek@pld.org.pl>

	* rc-inetd.conf:
	dont set FAMILY to ipv4 ! It's stupid (if someone disagree please
	mail me)

2000-08-14  Jan Rkorajski  <baggins@pld.org.pl>

	* inetd.sh: - put "" when needed

	* rc-inetd: - really unset all variables after parse_one_service

	* template_service: - added new, xinetd specific variables

2000-07-31  Pawe Gajda  <mis@k2.net.pl>

	* rc-inetd:
	- added CONFIG_FILE creation mask support (CONFIG_FILE_UMASK variable)

2000-05-21  Tomasz Koczko  <kloczek@pld.org.pl>

	* Changelog: - updated for release 0.11.

2000-04-15  Sebastian Zagrodzki  <s.zagrodzki@mimuw.edu.pl>

	* rc-inetd: - typo (Msg_NotRunning -> Msg_Not_Running)

2000-03-28  Jan Rkorajski  <baggins@pld.org.pl>

	* rc-inetd: - updated to rc-scripts 0.2.0

2000-03-01  Tomasz Koczko  <kloczek@pld.org.pl>

	* Changelog: *** empty log message ***

	* inetd.sh, rc-inetd: - prepare to release 0.9,
	- much beter error handling and displaing error description on parsing each
	  file with service description.

2000-02-21  Micha Kochanowicz  <mkochano@pld.org.pl>

	* rc-inetd:
	- Defaults are readed for each service. Without this they apply only to the
	  first service.

1999-12-21  Tomasz Koczko  <kloczek@pld.org.pl>

	* Changelog: *** empty log message ***

	* rc-inetd: - release 0.8.2,
	- fixed sanity checking on top start and reload,
	- added missing busy() after displaing message about reloading configuration.

	* Changelog: *** empty log message ***

	* rc-inetd: - simpilifications:
	  - gen_config_file() integrated in gen_config_file(),
	  - removed using $RELOAD variable in reload target,
	- added sanity checking on on top start and reload (is inet service is now
	  runed).
	- release 0.8.1.

1999-12-20  Tomasz Koczko  <kloczek@pld.org.pl>

	* template_inetd: - simplifications:
	  - all reload task must be placed in reload_config(),
	  - removed $RELOAD.

1999-12-19  Tomasz Koczko  <kloczek@pld.org.pl>

	* rc-inetd:
	- remved duplicated unsetting service description variables in
	  gen_config_file() loop.

1999-12-19  bszx  <bszx@bszxdomain.edu.eu.org>

	* template_inetd:  - added RELOAD variable and reload_config function

	* rc-inetd:  - added 'reload' parameter

1999-11-18  Piotr Czerwiski  <pius@ceti.com.pl>

	* rc-inetd, rc-inetd.conf, template_service:
	- s/MAX_CONECTIONS/MAX_CONNECTIONS/

1999-10-27  Jan Rkorajski  <baggins@pld.org.pl>

	* inetd.sh: - add # in PREAMBLE

1999-10-22  Artur Frysiak  <wiget@pld.org.pl>

	* rc-inetd:
	- don't remove \$CONFIG_FILE file in gen_config_file() (is done in init_config_file() )

1999-10-15  Tomasz Koczko  <kloczek@pld.org.pl>

	* rc-inetd: - fixed checkin

1999-10-12  Jan Rkorajski  <baggins@pld.org.pl>

	* rc-inetd:
	- fixed problems when there are no files in /etc/sysconfig/rc-inetd

1999-10-10  Jan Rkorajski  <baggins@pld.org.pl>

	* rc-inetd: - unset all variables after every iteration

	* inetd.sh, rc-inetd: -s s/status_rc-inetd/status_rc_inetd/

1999-10-06  Bartosz Waszak  <waszi@pld.org.pl>

	* rc-inetd: added unset

1999-10-03  Artur Frysiak  <wiget@pld.org.pl>

	* rc-inetd: - fix including $PREAMBULE in config file

1999-10-01  Bartosz Waszak  <waszi@pld.org.pl>

	* rc-inetd: added missing deltext

1999-09-30  Artur Frysiak  <wiget@pld.org.pl>

	* rc-inetd: - fix show() message
	- fix stop function
	- fix restart function

	* inetd.sh, rc-inetd, template_inetd: - solve name space colision

1999-09-07  Bartosz Waszak  <waszi@pld.org.pl>

	* rc-inetd:
	- SONFIG_FILE -> CONFIG_FILE
	- INET_NAME -> PROCESS_NAME

1999-09-03  Artur Frysiak  <wiget@pld.org.pl>

	* Attic/rlinetd.sh: - moved to SOURCES

	* Attic/rlinetd.sh: status_rc-inetd() do nothing

	* rc-inetd: include /etc/rc.d/init.d/functions

1999-09-01  Jan Rkorajski  <baggins@pld.org.pl>

	* template_inetd: - added PREAMBLE var

	* Attic/rlinetd.sh, inetd.sh, rc-inetd: - added init_config_file()
	- added PREAMBLE env var

1999-08-31  Jan Rkorajski  <baggins@pld.org.pl>

	* Attic/rlinetd.sh: - typo

	* inetd.sh: - typos

1999-08-31  Tomasz Koczko  <kloczek@pld.org.pl>

	* inetd.sh: - script for generating entries for inetd.

	* Attic/rlinetd.sh: - added $DAEMON to required list params.

	* Attic/config, rc-inetd.conf: - config moved to rc-inetd.conf.

1999-08-31  Jan Rkorajski  <baggins@pld.org.pl>

	* rc-inetd: - added checking for denied services

	* rc-inetd: - typos

1999-08-31  Tomasz Koczko  <kloczek@pld.org.pl>

	* template_inetd:
	- added template functions: parse_one_service() and status_rc-inetd().

	* rc-inetd: - added parsing error handling (moved from rlintd.sh),
	- added remofing $CONFIG_FILE on tom gen_config_file(),
	- added output parse_one_service() to $CONFIG_FILE.

	* Attic/rlinetd.sh: - added empty status_rc-inetd(),
	- error handling moved to rc-script,
	- added variables describing inet servic (defined in template_inetd).

	* rc-inetd: - added sanity check for /etc/sysconfig/rc-inetd.conf and
	  /etc/sysconfig/rc-inetd.conf and $NETWORKING,
	- partialy filed gen_config_file().

1999-08-31  Jan Rkorajski  <baggins@pld.org.pl>

	* Attic/config: - FOMILY=ipv4, no INTERFACE

1999-08-31  Tomasz Koczko  <kloczek@pld.org.pl>

	* template_service: - reverted last change (DAEMONARGS to optional).

1999-08-31  Jan Rkorajski  <baggins@pld.org.pl>

	* Attic/rlinetd.sh: - almost finished

	* Attic/rlinetd.sh: - more cleanup, now it resembles something ;)

	* Attic/rlinetd.sh: - some cleanup

1999-08-31  Tomasz Koczko  <kloczek@pld.org.pl>

	* template_service: - DAEMONARGS moved to always required viables.

	* Attic/config:
	- added empty values for optional variables in service definition.

1999-08-31  Jan Rkorajski  <baggins@pld.org.pl>

	* Attic/rlinetd.sh: - first version of "to rlinetd.conf" converter

	* template_service: - added PORT
	- changed RPC to RPCNAME and RPCVERSION

1999-08-30  Jan Rkorajski  <baggins@pld.org.pl>

	* template_service: - added more optional parameters

1999-08-29  Tomasz Koczko  <kloczek@pld.org.pl>

	* Attic/config: - config file for rc-inetd.

1999-08-29  Jan Rkorajski  <baggins@pld.org.pl>

	* template_service, template_inetd: - typo

	* rc-inetd: - corrected foul english

1999-08-29  Tomasz Koczko  <kloczek@pld.org.pl>

	* rc-inetd, template_inetd, template_service: New file.

