[SM-Commit] PERFORCE change 77717 by Juuso Alasuutari for review
Perforce Review Daemon
p4review at smee.org
Thu Apr 13 06:30:01 EDT 2006
Change 77717 by juuso_alasuutari at juuso_alasuutari-kamayuq on 2006/04/13 11:28:56
Changed cp to install_config_file. Submitted to test first by accident, integrating to devel.
Affected files ...
... //sgl/grimoires/devel/kernels/module-init-tools/HISTORY#21 integrate
... //sgl/grimoires/devel/kernels/module-init-tools/INSTALL#5 integrate
Differences ...
==== //sgl/grimoires/devel/kernels/module-init-tools/HISTORY#21 (text) ====
@@ -1,3 +1,6 @@
+2006-04-13 Juuso Alasuutari <iuso at sourcemage.org>
+ * INSTALL: Changed cp to install_config_file
+
2006-04-03 Juuso Alasuutari <iuso at sourcemage.org>
* modprobe.conf: added, set aliases that are needed by udev to
autoload some modules
==== //sgl/grimoires/devel/kernels/module-init-tools/INSTALL#5 (xtext) ====
@@ -19,6 +19,6 @@
if [ $OLD_TOO == y ] && ! [[ $INSTALL_ROOT ]] ; then
./generate-modprobe.conf ${INSTALL_ROOT}/etc/modprobe.conf
fi &&
-cp modprobe.devfs ${INSTALL_ROOT}/etc &&
+install_config_file modprobe.devfs ${INSTALL_ROOT}/etc/modprobe.devfs &&
install_config_file $SCRIPT_DIRECTORY/modprobe.conf $INSTALL_ROOT/etc/modprobe.conf
More information about the SM-Commit
mailing list