]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Let the script load the other acpi modules, too.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 3 Nov 2007 15:01:57 +0000 (15:01 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 3 Nov 2007 15:01:57 +0000 (15:01 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1050 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

doc/packages-list.txt
src/initscripts/sysconfig/modules
src/pakfire/pakfire

index 418d3f7a2dccb2183a16c81826569aa2fe47e868..8b3be32ff55740e0b4d62346a8fc9de4765e7a76 100644 (file)
 * libwww-perl-5.803
 * libxml2-2.6.26
 * libxslt-1.1.17
-* linux-2.6.16.55
 * linux-2.6.16.56
 * linux-atm-2.4.1
 * linux-libc-headers-2.6.12.0
index ec940c1e64bf7a95dfcfc98d732905eb82b5fe8f..66d134e5fe2c6737f1adeea0315a01c0b519212d 100644 (file)
 # a space or a tab.
 ########################################################################
 
+### ACPI
+#
+ac
+battery
+button
+fan
+processor
+thermal
+video
+
+### parport
+#
 parport_pc
 lp
-button
 
 # End /etc/sysconfig/modules
index 1c4a2f67d0bb68e16738f36ce6b7ce2e6e165f3f..a9981fd8325f7f867d334d405b48a9895097237f 100644 (file)
 #                                                                             #
 ###############################################################################
 
+       ### Clean up our environment
+       #
+       delete @ENV{qw(IFS CDPATH ENV BASH_ENV PATH)};
+       $< = $>;
+
        require "/opt/pakfire/lib/functions.pl";
        
        my $interactive = 1;