[SM-Commit] PERFORCE change 77132 by Juuso Alasuutari for review
Perforce Review Daemon
p4review at smee.org
Mon Apr 3 05:50:00 EDT 2006
Change 77132 by juuso_alasuutari at juuso_alasuutari-kamayuq on 2006/04/03 10:45:45
install modprobe.conf with aliases needed by udev to autoload some modules
Affected files ...
... //sgl/grimoires/devel/kernels/module-init-tools/DETAILS#12 edit
... //sgl/grimoires/devel/kernels/module-init-tools/HISTORY#20 edit
... //sgl/grimoires/devel/kernels/module-init-tools/INSTALL#4 edit
... //sgl/grimoires/devel/kernels/module-init-tools/modprobe.conf#1 add
Differences ...
==== //sgl/grimoires/devel/kernels/module-init-tools/DETAILS#12 (xtext) ====
@@ -16,7 +16,7 @@
SPELL=module-init-tools
VERSION=3.2.2
- PATCHLEVEL=1
+ PATCHLEVEL=2
BUILD_API=2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
@@ -27,7 +27,7 @@
UPDATED=20040629
LICENSE[0]=GPL
LICENSE[1]=UNKNOWN
- KEYWORDS="kernels"
+ KEYWORDS="kernels"
SHORT="Module-init-tools for 2.6.x kernel modules"
cat << EOF
==== //sgl/grimoires/devel/kernels/module-init-tools/HISTORY#20 (text) ====
@@ -1,3 +1,10 @@
+2006-04-03 Juuso Alasuutari <iuso at sourcemage.org>
+ * modprobe.conf: added, set aliases that are needed by udev to
+ autoload some modules
+ * INSTALL: install_config_file modprobe.conf
+ * DETAILS: bumped PATCHLEVEL, corrected alignment of KEYWORDS
+ line
+
2006-03-12 Karsten Behrmann <BearPerson at sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
==== //sgl/grimoires/devel/kernels/module-init-tools/INSTALL#4 (xtext) ====
@@ -19,4 +19,6 @@
if [ $OLD_TOO == y ] && ! [[ $INSTALL_ROOT ]] ; then
./generate-modprobe.conf ${INSTALL_ROOT}/etc/modprobe.conf
fi &&
-cp modprobe.devfs ${INSTALL_ROOT}/etc
+cp modprobe.devfs ${INSTALL_ROOT}/etc &&
+
+install_config_file $SCRIPT_DIRECTORY/modprobe.conf $INSTALL_ROOT/etc/modprobe.conf
More information about the SM-Commit
mailing list