ports/sysutils/kdeadmin4/files/patch-ksystemlog-modes-system-systemConfiguration.h
Alberto Villa c1f3de0f55 The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIM
4.4.10. The official 4.6.1 release notes can be found at:
http://www.kde.org/announcements/announce-4.6.1.php

We'd like to say thanks to all helpers and submitters.

Tested by:	exp-run via miwi
2011-03-25 10:33:51 +00:00

12 lines
480 B
C

--- ksystemlog/src/modes/system/systemConfiguration.h.o 2009-06-09 12:38:16.000000000 -0400
+++ ksystemlog/src/modes/system/systemConfiguration.h 2009-06-09 12:38:27.000000000 -0400
@@ -39,7 +39,7 @@
SystemConfiguration() :
GenericLogModeConfiguration(
QLatin1String( SYSTEM_LOG_MODE_ID ),
- QStringList() << QLatin1String( "/var/log/syslog" ),
+ QStringList() << QLatin1String( "/var/log/messages" ),
QList<int>() << INFORMATION_LOG_LEVEL_ID
) {