From: fbrehm Date: Thu, 10 May 2012 13:26:18 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=dc4435ca071f1423a478b8acc463b96d4eaced5c;p=config%2Fsamara%2Fetc.git saving uncommitted changes in /etc prior to emerge run --- diff --git a/.etckeeper b/.etckeeper index fc535f8..d9f69ea 100755 --- a/.etckeeper +++ b/.etckeeper @@ -250,6 +250,7 @@ maybe chmod 0644 './conf.d/iptables' maybe chmod 0644 './conf.d/keymaps' maybe chmod 0644 './conf.d/killprocs' maybe chmod 0644 './conf.d/libvirtd' +maybe chmod 0644 './conf.d/lm_sensors' maybe chmod 0644 './conf.d/localmount' maybe chmod 0644 './conf.d/lvm' maybe chmod 0644 './conf.d/mdadm' diff --git a/conf.d/lm_sensors b/conf.d/lm_sensors new file mode 100644 index 0000000..3f015d1 --- /dev/null +++ b/conf.d/lm_sensors @@ -0,0 +1,25 @@ +# Generated by sensors-detect on Thu May 10 15:20:56 2012 +# This file is sourced by /etc/init.d/lm_sensors and defines the modules to +# be loaded/unloaded. +# +# The format of this file is a shell script that simply defines variables: +# HWMON_MODULES for hardware monitoring driver modules, and optionally +# BUS_MODULES for any required bus driver module (for example for I2C or SPI). + +# Load modules at startup +LOADMODULES=yes + +# Initialize sensors at startup +INITSENSORS=yes + +HWMON_MODULES="it87" + +# For compatibility reasons, modules are also listed individually as variables +# MODULE_0, MODULE_1, MODULE_2, etc. +# Please note that the numbers in MODULE_X must start at 0 and increase in +# steps of 1. Any number that is missing will make the init script skip the +# rest of the modules. Use MODULE_X_ARGS for arguments. +# +# You should use BUS_MODULES and HWMON_MODULES instead if possible. + +MODULE_0=it87 diff --git a/runlevels/default/lm_sensors b/runlevels/default/lm_sensors new file mode 120000 index 0000000..4644325 --- /dev/null +++ b/runlevels/default/lm_sensors @@ -0,0 +1 @@ +/etc/init.d/lm_sensors \ No newline at end of file diff --git a/ssh/ssh_config b/ssh/ssh_config index 5a03365..7fa64c1 100644 --- a/ssh/ssh_config +++ b/ssh/ssh_config @@ -22,6 +22,7 @@ ForwardAgent yes # ForwardX11 no ForwardX11 yes +ServerAliveInterval 30 # RhostsRSAAuthentication no # RSAAuthentication yes # PasswordAuthentication yes