]> git.pld-linux.org Git - packages/watchdog.git/commitdiff
- rel 2; preload ipmi_si/ipmi_devintf when using ipmi_watchdog auto/th/watchdog-5_6-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 28 Jun 2009 13:44:52 +0000 (13:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    watchdog.init -> 1.16
    watchdog.spec -> 1.43

watchdog.init
watchdog.spec

index 3795dc8665f4fa440d9c97706d4cc59b7f881e85..f419947b9491d523642cc653b934c03496f7ae9c 100644 (file)
@@ -43,6 +43,10 @@ start() {
                        modprobe -s softdog > /dev/null 2>&1
                else
                        for module in $WATCHDOG_MODULES; do
+                               if [ "$module" = "ipmi_watchdog" ]; then
+                                       modprobe -s ipmi_si > /dev/null 2>&1
+                                       modprobe -s ipmi_devintf > /dev/null 2>&1
+                               fi
                                modprobe -s $module > /dev/null 2>&1
                        done
                fi
index 27f481a08e498908c15b3ac0e729bd55fa997b46..1bd1d35f50ce103dae2fc5e0a15b7fa654aee1ac 100644 (file)
@@ -9,7 +9,7 @@ Summary:        A software watchdog
 Summary(pl.UTF-8):     Programowy strażnik
 Name:          watchdog
 Version:       5.6
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
 Source0:       ftp://ftp.debian.org/debian/pool/main/w/watchdog/%{name}_%{version}.orig.tar.gz
This page took 0.520173 seconds and 4 git commands to generate.