Chris Browne cbbrowne at lists.slony.info
Thu Feb 14 14:19:18 PST 2008
Update of /home/cvsd/slony1/slony1-engine/src/slon
In directory main.slony.info:/tmp/cvs-serv18526/slon

Modified Files:
	confoptions.c 
Log Message:
Added real descriptions for options that were undocumented


Index: confoptions.c
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/src/slon/confoptions.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** confoptions.c	3 Jan 2008 15:47:21 -0000	1.27
--- confoptions.c	14 Feb 2008 22:19:16 -0000	1.28
***************
*** 727,732 ****
  		{
  			(const char *)"log_pid",	/* conf name */
! 			gettext_noop("place holder"),		/* short desc */
! 			gettext_noop("place holder"),		/* long desc */
  			SLON_C_BOOL			/* config type */
  		},
--- 727,732 ----
  		{
  			(const char *)"log_pid",	/* conf name */
! 			gettext_noop("Should logs include PID?"),		/* short desc */
! 			gettext_noop("Should logs include PID?"),		/* long desc */
  			SLON_C_BOOL			/* config type */
  		},
***************
*** 737,742 ****
  		{
  			(const char *)"log_timestamp",
! 			gettext_noop("place holder"),
! 			gettext_noop("place holder"),
  			SLON_C_BOOL
  		},
--- 737,742 ----
  		{
  			(const char *)"log_timestamp",
! 			gettext_noop("Should logs include timestamp?"),
! 			gettext_noop("Should logs include timestamp?"),
  			SLON_C_BOOL
  		},



More information about the Slony1-commit mailing list