Browse Source

Renamed module-init-tools's modprobe.conf.data to etc_modprobe.conf.txt which is more standard in our tree

early
Alejandro Mery 18 years ago
parent
commit
a3d8b8b1d3
  1. 3
      base/module-init-tools/etc_modprobe.conf.txt
  2. 4
      base/module-init-tools/module-init-tools.conf

3
base/module-init-tools/modprobe.conf.data → base/module-init-tools/etc_modprobe.conf.txt

@ -2,7 +2,8 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN --- # --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../module-init-tools/modprobe.conf.data # Filename: package/.../module-init-tools/etc_modprobe.conf.txt
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf # Copyright (C) 1998 - 2003 Clifford Wolf
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.

4
base/module-init-tools/module-init-tools.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../module-init-tools/module-init-tools.conf # Filename: package/.../module-init-tools/module-init-tools.conf
# Copyright (C) 2006 - 2007 The OpenSDE Project # Copyright (C) 2006 - 2008 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2004 Clifford Wolf # Copyright (C) 1998 - 2004 Clifford Wolf
# #
@ -23,7 +23,7 @@ var_append patchfiles ' ' "`match_source_file -p patch`"
mit_pm() { mit_pm() {
ln -fvs $bindir/lsmod $root$sbindir/lsmod ln -fvs $bindir/lsmod $root$sbindir/lsmod
cp -vf $confdir/modprobe.conf.data $root/etc/modprobe.conf cp -vf "$confdir/etc_modprobe.conf.txt" "$root/etc/modprobe.conf"
} }
hook_add postmake 5 "mit_pm" hook_add postmake 5 "mit_pm"

Loading…
Cancel
Save