summaryrefslogtreecommitdiffstats
path: root/solaris
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2006-02-16 14:31:06 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2006-02-16 14:31:06 +0000
commite7dc22fe910048f32561989e27a08dd7fb59e005 (patch)
treeac324f96fcf6f5bb12a91b6702f0d983fc304d63 /solaris
parent0faf9d9dbaa92266dcaa62d552b12cc922b55d9d (diff)
downloadrsyslog-e7dc22fe910048f32561989e27a08dd7fb59e005.tar.gz
rsyslog-e7dc22fe910048f32561989e27a08dd7fb59e005.tar.xz
rsyslog-e7dc22fe910048f32561989e27a08dd7fb59e005.zip
compiles & runs on Solaris, but not as local logger
Diffstat (limited to 'solaris')
-rw-r--r--solaris/Makefile24
1 files changed, 20 insertions, 4 deletions
diff --git a/solaris/Makefile b/solaris/Makefile
index efb04144..a36eb87d 100644
--- a/solaris/Makefile
+++ b/solaris/Makefile
@@ -1,9 +1,25 @@
# Makefile for rsyslog
-# Copyright (C) 2004, 2005 Rainer Gerhards and Adiscon GmbH
-# This is the distro-specifc part of the Makefile.
-# This makefile here should be suitable for all flavours
-# of linux.
+# Copyright (C) 2004-2006 Rainer Gerhards and Adiscon GmbH
+# This is the Solaris part of the Makefile.
# For details, see http://www.rsyslog.com/doc
+#
+# C A U T I O N
+# So far, I have just make sure that rsyslog compiles under
+# Solaris. I have NOT used the RFC 3195 options, but that
+# should work, too, as liblogging cleanly compiles under
+# Solaris. I have done only very limited testing. From that,
+# it *seems* to work, but Solaris support is still experimental.
+# IT IS KNOWN THAT THE LOCAL LOG SOCKET SEEMS **NOT** TO WORK.
+# This seems to be related to using a different interface for
+# /dev/log than Linux and BSD. I am evaluating this problem,
+# but for the time being rsyslogd seems to be unable to act
+# as a local logger. But you can run it alongside the Solaris
+# stock syslogd.
+#
+# I will only look into this issue if people show up that
+# ask for local logging under Solaris. So please speak up
+# if you would like to see it!
+#
#############################################################
# USER SETTINGS #