mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Fix ksystemlog failures while looking for Linux-specific logfiles
Approved by: brooks (co-mentor)
This commit is contained in:
parent
8d90c05645
commit
7f27445843
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235646
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= kdeadmin
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils kde ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- 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("DaemonLogMode");
|
||||
|
||||
QStringList defaultDaemonPaths;
|
||||
- defaultDaemonPaths << "/var/log/daemon.log";
|
||||
+ defaultDaemonPaths << "/var/log/messages";
|
||||
configuration->addItemStringList("LogFilesPaths", d->daemonPaths, defaultDaemonPaths, "LogFilesPaths");
|
||||
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
--- ksystemlog/src/modes/system/systemConfiguration.h.o 2009-06-09 12:38:16.000000000 -0400
|
||||
+++ ksystemlog/src/modes/system/systemConfiguration.h 2009-06-09 12:38:27.000000000 -0400
|
||||
@@ -39,7 +39,7 @@
|
||||
SystemConfiguration() :
|
||||
GenericLogModeConfiguration(
|
||||
SYSTEM_LOG_MODE_ID,
|
||||
- QStringList() << "/var/log/syslog",
|
||||
+ QStringList() << "/var/log/messages",
|
||||
QList<int>() << INFORMATION_LOG_LEVEL_ID
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user