]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- Run modprobe ospm_system on startup
authorJarosław Kruk <jareq@pld-linux.org>
Thu, 17 Jul 2003 16:40:53 +0000 (16:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpid.init -> 1.10
    acpid.spec -> 1.27
    acpid.sysconfig -> 1.2

acpid.init
acpid.spec
acpid.sysconfig

index 866622558d26c6966153e5dc37739198d8e8aeaf..4a7f615b396dec6e3d508d197977d6ff6520f428 100644 (file)
@@ -24,6 +24,9 @@ case "$1" in
                if [ ! -f /proc/acpi/event ]; then
                        _modprobe single ospm_button
                fi
+               if is_yes "$MODPROBE_OSPM_SYSTEM"; then
+                       _modprobe single ospm_system
+               fi
                msg_starting acpid $PROGRAM_ARGS
                daemon acpid
                RETVAL=$?
index 0eb69e849e520452b9551da4901edfa9881c1fed..a776f9f7e2b8bf11080ae1654bdbf59dd594e178 100644 (file)
@@ -2,7 +2,7 @@ Summary:        ACPI Event Daemon
 Summary(pl):   Demon zdarzeñ ACPI
 Name:          acpid
 Version:       1.0.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Daemons
 # Source0-md5: 15884aaf0b82717954f9366b5c00808b
index 8bcb2a489c7e3ec47c7a2c3f8f7c737ed9c240d5..aee646ed00157408ddea8a2a1ef5c4efa508e168 100644 (file)
@@ -5,3 +5,6 @@ SERVICE_RUN_NICE_LEVEL="+0"
 
 # Program arguments:
 PROGRAM_ARGS=""
+
+# Run modprobe ospm_system on startup
+MODPROBE_OSPM_SYSTEM="yes"
This page took 0.046957 seconds and 4 git commands to generate.