[Lunar-commits] CVS: moonbase/kernel/module-init-tools BUILD, NONE,
1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE, 1.1
Jaime Buffery
nestu at lunar-linux.org
Thu Jan 13 13:06:42 UTC 2005
Update of /var/cvs/lunar/moonbase/kernel/module-init-tools
In directory espresso.foo-projects.org:/tmp/cvs-serv19884/module-init-tools
Added Files:
BUILD DETAILS POST_INSTALL
Log Message:
Moved this here from utils. Now it is using the modutils-wrappers script
way of working
--- NEW FILE: BUILD ---
(
bad_flags -malign-double
sedit "s:ln -s :ln -sf :" Makefile.in &&
./configure --build=$BUILD \
--mandir=/lib/module-init-tools/man \
--prefix=/lib/module-init-tools/ &&
make &&
prepare_install &&
install -m0644 modprobe.devfs /etc &&
make install
) > $C_FIFO 2>&1
--- NEW FILE: DETAILS ---
MODULE=module-init-tools
VERSION=3.0
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL[0]=$KERNEL_URL/pub/linux/kernel/people/rusty/modules/
SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/kernel/people/rusty/modules/
SOURCE_VFY=md5:f8bfc480c4168978eca7037cd341da07
WEB_SITE=http://www.kernel.org/
ENTERED=20030410
UPDATED=20040323
SHORT="utilities essential for a modular Linux 2.6.x kernel."
cat << EOF
This package contains utilities that are intended to make a
Linux modular kernel manageable for all users, administrators and
distribution maintainers.
EOF
--- NEW FILE: POST_INSTALL ---
test -d /etc/modules.d/ || mkdir -p /etc/modules.d
test -f /etc/modules || touch /etc/modules
test -f /etc/modules.conf || touch /etc/modules.conf
module_installed modutils-wrappers || lin -c modutils-wrappers
source /etc/profile.d/module_init_tools-completion.rc
message "
Customize /etc/modules.conf
Execute depmod.
List all modules that should load
during boot in /etc/modules"
More information about the Lunar-commits
mailing list