From 544da6c77860a50f8cf84e116ae5cb144fa3b1d4 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 7 May 2012 10:03:44 +0200 Subject: [PATCH] Current state --- conf.d/lm_sensors | 25 +++++++++++++++++++++++ cups/printers.conf | 39 ------------------------------------ runlevels/default/lm_sensors | 1 + 3 files changed, 26 insertions(+), 39 deletions(-) create mode 100644 conf.d/lm_sensors create mode 120000 runlevels/default/lm_sensors diff --git a/conf.d/lm_sensors b/conf.d/lm_sensors new file mode 100644 index 00000000..df481432 --- /dev/null +++ b/conf.d/lm_sensors @@ -0,0 +1,25 @@ +# Generated by sensors-detect on Wed May 2 22:46:28 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/cups/printers.conf b/cups/printers.conf index 485eaa0b..e69de29b 100644 --- a/cups/printers.conf +++ b/cups/printers.conf @@ -1,39 +0,0 @@ -# Printer configuration file for CUPS v1.4.8 -# Written by cupsd on 2012-04-25 08:27 -# DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING - -Info Kyocera FS-1020D -Location bruni -MakeModel Kyocera FS-1020D - CUPS+Gutenprint v5.2.7 -DeviceURI usb://Kyocera/FS-1020D -State Idle -StateTime 1326840725 -Type 4116 -Filter application/vnd.cups-raw 0 - -Filter application/vnd.cups-raster 100 rastertogutenprint.5.2 -Accepting Yes -Shared Yes -JobSheets none none -QuotaPeriod 0 -PageLimit 0 -KLimit 0 -OpPolicy default -ErrorPolicy stop-printer - - -Info PDF Printer -Location Local Printer -MakeModel Apple LaserWriter 4/600 Foomatic/Postscript (recommended) -DeviceURI cups-pdf:/ -State Idle -StateTime 1264666962 -Type 8388612 -Accepting Yes -Shared Yes -JobSheets none none -QuotaPeriod 0 -PageLimit 0 -KLimit 0 -OpPolicy default -ErrorPolicy stop-printer - diff --git a/runlevels/default/lm_sensors b/runlevels/default/lm_sensors new file mode 120000 index 00000000..46443253 --- /dev/null +++ b/runlevels/default/lm_sensors @@ -0,0 +1 @@ +/etc/init.d/lm_sensors \ No newline at end of file -- 2.39.5