From: frank Date: Mon, 16 Jan 2012 23:37:46 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=3f43c13d43254868bfc2cb6baea42b19ab91f36d;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +kde-base/ksysguard-4.7.3 --- diff --git a/.etckeeper b/.etckeeper index 6b8c6da5..55390031 100755 --- a/.etckeeper +++ b/.etckeeper @@ -363,6 +363,7 @@ maybe chmod 0644 './dbus-1/system.d/org.freedesktop.UDisks.conf' maybe chmod 0644 './dbus-1/system.d/org.freedesktop.UPower.conf' maybe chmod 0644 './dbus-1/system.d/org.gnome.GConf.Defaults.conf' maybe chmod 0644 './dbus-1/system.d/org.kde.auth.conf' +maybe chmod 0644 './dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf' maybe chmod 0644 './dbus-1/system.d/org.kde.polkitkde1.helper.conf' maybe chmod 0644 './dbus-1/system.d/pulseaudio-system.conf' maybe chmod 0644 './dbus-1/system.d/wpa_supplicant.conf' @@ -782,6 +783,7 @@ maybe chmod 0755 './kernel' maybe chmod 0755 './kernel/postinst.d' maybe chmod 0644 './kernel/postinst.d/.keep_sys-apps_debianutils-0' maybe chmod 0644 './krb5.conf.example' +maybe chmod 0644 './ksysguarddrc' maybe chmod 0755 './layman' maybe chmod 0644 './layman/layman.cfg' maybe chmod 0644 './ld.so.cache' diff --git a/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf b/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf new file mode 100644 index 00000000..1307ec1d --- /dev/null +++ b/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf @@ -0,0 +1,11 @@ + + + + + + + + + diff --git a/ksysguarddrc b/ksysguarddrc new file mode 100644 index 00000000..2783b423 --- /dev/null +++ b/ksysguarddrc @@ -0,0 +1,22 @@ +# /etc/ksysguardd.conf + +# LogFiles: the list of all available logfiles +LogFiles=messages:/var/log/messages,kern:/var/log/kern.log,daemon:/var/log/daemon.log + +# Sensors: the list of all accessible sensors +# Apm Advanced Power Management +# Acpi Advanced Configuration and Power Interface +# CpuInfo CPU-Clock information +# DiskStat partition space. Data comes from mtab, getmntent() and statfs() +# DiskStats disk throughput. Data comes from /etc/diskstats +# LmSensors information about motherboard and CPU +# LoadAvg system load values +# LogFile local logfiles +# Memory physical memory and swap +# NetDev throughput of network interfaces +# NetStat number of TCP/UDP/ICMP/Unix sockets +# ProcessList current processes +# SoftRaid Monitors software raid devices. See mdadm. +# Stat interrupts, CPU and disk throughput. Data comes from /etc/stat +# Uptime System uptime. Data comes from /etc/uptime +Sensors=ProcessList,Memory,Stat,NetDev,NetStat,Apm,Acpi,CpuInfo,LoadAvg,LmSensors,DiskStat,LogFile,DiskStats,Uptime,SoftRaid