summaryrefslogtreecommitdiff
path: root/sysutils/ksystemlog/files/patch-src_modes_cron_cronConfiguration.h
blob: 51b9c1e3f24ff94c2f47d993041071be7ee4775a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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"));