opnsense-ports/sysutils/ksystemlog/files/patch-src-modes-system-systemConfiguration.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
461 B
C

--- src/modes/system/systemConfiguration.h.orig 2013-08-10 12:29:30.156327556 +0000
+++ src/modes/system/systemConfiguration.h 2013-08-10 12:30:04.811327221 +0000
@@ -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
) {