Mon Mar 7 14:54:27 PST 2005
- Previous message: [Slony1-commit] By cbbrowne: - Added in ability to query a remote host - Mention the
- Next message: [Slony1-commit] By cbbrowne: Added scanner support for include and define Flex scanner
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
There's a minor typo in src/slon/confoptions.h that confuses
Syslog_ident and Syslog_facility - this patch should correct it.
-- Korry
korryd at hotmail.com
Modified Files:
--------------
slony1-engine/src/slon:
confoptions.h (r1.15 -> r1.16)
-------------- next part --------------
Index: confoptions.h
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/confoptions.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -Lsrc/slon/confoptions.h -Lsrc/slon/confoptions.h -u -w -r1.15 -r1.16
--- src/slon/confoptions.h
+++ src/slon/confoptions.h
@@ -292,7 +292,7 @@
"LOCAL4, LOCAL5, LOCAL6, LOCAL7."),
SLON_C_STRING
},
- &Syslog_ident,
+ &Syslog_facility,
"LOCAL0"
},
{
- Previous message: [Slony1-commit] By cbbrowne: - Added in ability to query a remote host - Mention the
- Next message: [Slony1-commit] By cbbrowne: Added scanner support for include and define Flex scanner
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list