freebsd-ports/sysutils/kdeadmin4/files/patch-ksystemlog-modes-daemon-daemonConfiguration.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

11 lines
587 B
C

--- ksystemlog/src/modes/daemon/daemonConfiguration.h.o 2009-06-09 12:39:54.000000000 -0400
+++ ksystemlog/src/modes/daemon/daemonConfiguration.h 2009-06-09 12:40:06.000000000 -0400
@@ -47,7 +47,7 @@
configuration->setCurrentGroup(QLatin1String( "DaemonLogMode" ));
QStringList defaultDaemonPaths;
- defaultDaemonPaths << QLatin1String( "/var/log/daemon.log" );
+ defaultDaemonPaths << QLatin1String( "/var/log/messages" );
configuration->addItemStringList(QLatin1String( "LogFilesPaths" ), d->daemonPaths, defaultDaemonPaths, QLatin1String( "LogFilesPaths" ));
}