$OpenBSD: patch-ksystemlog_src_modes_system_systemConfiguration_h,v 1.1 2013/04/24 19:30:57 zhuk Exp $
--- ksystemlog/src/modes/system/systemConfiguration.h.orig	Mon Sep 27 23:52:09 2010
+++ ksystemlog/src/modes/system/systemConfiguration.h	Fri Nov  4 02:49:06 2011
@@ -39,7 +39,11 @@ class SystemConfiguration : public GenericLogModeConfi
 		SystemConfiguration() :
 			GenericLogModeConfiguration(
 					QLatin1String( SYSTEM_LOG_MODE_ID ),
+#if defined(__OpenBSD__)
+					QStringList() << QLatin1String( "/var/log/messages" ),
+#else
 					QStringList() << QLatin1String( "/var/log/syslog" ),
+#endif
 					QList<int>() << INFORMATION_LOG_LEVEL_ID
 			) {
 
