forked from Lainports/freebsd-ports
* sysutils/baloo-widgets * sysutils/filelight (updated) * sysutils/k3b * sysutils/kcron * sysutils/kdebugsettings * sysutils/kdf * sysutils/kdialog * sysutils/kfloppy * sysutils/khelpcenter * sysutils/ksystemlog * sysutils/signon-kwallet-extension This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4.
11 lines
557 B
C
11 lines
557 B
C
--- src/modes/cron/cronConfiguration.h.orig 2015-11-20 21:21:48 UTC
|
|
+++ src/modes/cron/cronConfiguration.h
|
|
@@ -52,7 +52,7 @@ public:
|
|
configuration->setCurrentGroup(QStringLiteral("CronLogMode"));
|
|
|
|
QStringList defaultCronPaths;
|
|
- defaultCronPaths << QStringLiteral("/var/log/syslog");
|
|
+ defaultCronPaths << QStringLiteral("/var/log/cron");
|
|
configuration->addItemStringList(QStringLiteral("LogFilesPaths"), d->cronPaths, defaultCronPaths,
|
|
QStringLiteral("LogFilesPaths"));
|
|
|