]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
Current state
authorFrank Brehm <frank@brehm-online.com>
Mon, 7 May 2012 08:03:44 +0000 (10:03 +0200)
committerFrank Brehm <frank@brehm-online.com>
Mon, 7 May 2012 08:03:44 +0000 (10:03 +0200)
conf.d/lm_sensors [new file with mode: 0644]
cups/printers.conf
runlevels/default/lm_sensors [new symlink]

diff --git a/conf.d/lm_sensors b/conf.d/lm_sensors
new file mode 100644 (file)
index 0000000..df48143
--- /dev/null
@@ -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
index 485eaa0bc5ab44b9ec320dc5b1945d1f1dcb0c8c..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -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
-<DefaultPrinter FS-1020D>
-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
-</Printer>
-<Printer Virtual_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
-</Printer>
diff --git a/runlevels/default/lm_sensors b/runlevels/default/lm_sensors
new file mode 120000 (symlink)
index 0000000..4644325
--- /dev/null
@@ -0,0 +1 @@
+/etc/init.d/lm_sensors
\ No newline at end of file