opnsense-ports/sysutils/ksystemlog/files/patch-src_modes_cron_cronConfiguration.h
Franco Fichtner 12bc82a3d1 */*: sync with upstream
Taken from: HardenedBSD
2018-04-10 00:35:34 +02:00

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"));