From: Francois Fleuret Date: Wed, 18 Feb 2009 16:56:05 +0000 (+0100) Subject: Removed the suspend/commit for /etc/acpi/*.d/ and created X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=breezed.git;a=commitdiff_plain;h=0698d6a3609a03e9a9023a4315e1fc1efee3a414 Removed the suspend/commit for /etc/acpi/*.d/ and created resume-pm-utils.sh to be put in /usr/lib/pm-utils/sleep.d/50breezed --- diff --git a/breezed-resume.sh b/breezed-resume.sh deleted file mode 100755 index 2f90438..0000000 --- a/breezed-resume.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash - -# breezed is a fan speed control daemon for Linux computers. -# -# Copyright (c) 2008 Francois Fleuret -# Written by Francois Fleuret -# -# This file is part of breezed. -# -# breezed is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3 as -# published by the Free Software Foundation. -# -# breezed is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with breezed. If not, see . - -# This file should be copied to /etc/acpi/resume.d/99-breezed.sh - -# Resuming messes up the /proc/acpi/* by removing / reloading modules, -# so we have to restart the daemon. Maybe I missed something though. - -# /etc/init.d/breezed.sh start -/etc/init.d/breezed.sh restart diff --git a/breezed-suspend.sh b/breezed-suspend.sh deleted file mode 100755 index 33558f8..0000000 --- a/breezed-suspend.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/bash - -# breezed is a fan speed control daemon for Linux computers. -# -# Copyright (c) 2008 Francois Fleuret -# Written by Francois Fleuret -# -# This file is part of breezed. -# -# breezed is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3 as -# published by the Free Software Foundation. -# -# breezed is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with breezed. If not, see . - -# This file should be copied to /etc/acpi/resume.d/99-breezed.sh - -# Resuming messes up the /proc/acpi/* by removing / reloading modules, -# so we have to restart the daemon. Maybe I missed something though. - -/etc/init.d/breezed.sh stop