]> git.pld-linux.org Git - packages/lm_sensors.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 Oct 2006 13:14:40 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lm_sensors-CAN-2005-2672.patch -> 1.3

lm_sensors-CAN-2005-2672.patch [deleted file]

diff --git a/lm_sensors-CAN-2005-2672.patch b/lm_sensors-CAN-2005-2672.patch
deleted file mode 100644 (file)
index 2a02dfa..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- lm_sensors-2.9.2/prog/pwm/pwmconfig.orig   2005-09-06 21:38:10.000000000 +0200
-+++ lm_sensors-2.9.2/prog/pwm/pwmconfig        2005-10-07 16:34:43.000000000 +0200
-@@ -465,7 +465,7 @@
- function SaveConfig {
-       echo
-       echo "Saving configuration to $FCCONFIG..."
--      tmpfile=`tempfile` || { echo "$0: Cannot create temporary file" >&2; exit 1;  }
-+      tmpfile=`mktemp /tmp/pwmconfig.XXXXXX` || { echo "$0: Cannot create temporary file" >&2; exit 1;  }
-       trap " [ -f \"$tmpfile\" ] && /bin/rm -f -- \"$tmpfile\"" 0 1 2 3 13 15
-       egrep -v '(INTERVAL|FCTEMPS|FCFANS|MAXTEMP|MINTEMP|MINSTART|MINSTOP)' $FCCONFIG >$tmpfile
-       echo -e "INTERVAL=$INTERVAL\nFCTEMPS=$FCTEMPS\nFCFANS=$FCFANS\nMINTEMP=$MINTEMP\nMAXTEMP=$MAXTEMP\nMINSTART=$MINSTART\nMINSTOP=$MINSTOP" >>$tmpfile
This page took 0.036204 seconds and 4 git commands to generate.