summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2005-12-02 13:42:29 +0000
committerChristian Heim <phreak@gentoo.org>2005-12-02 13:42:29 +0000
commite576a92e444c7dad176ea69aacbf125c47ea57ff (patch)
tree9d4ccb3197cceb5fbf41d506e766d9cefc872330 /man
parentRedoing a clean branch; starting it from scratch (diff)
downloadbaselayout-vserver-e576a92e444c7dad176ea69aacbf125c47ea57ff.tar.gz
baselayout-vserver-e576a92e444c7dad176ea69aacbf125c47ea57ff.tar.bz2
baselayout-vserver-e576a92e444c7dad176ea69aacbf125c47ea57ff.zip
Starting over again with baselayout revision 1649.
svn path=/baselayout-vserver/branches/baselayout-1_12/; revision=131
Diffstat (limited to 'man')
-rw-r--r--man/modules-update.851
-rw-r--r--man/modules.autoload.519
2 files changed, 0 insertions, 70 deletions
diff --git a/man/modules-update.8 b/man/modules-update.8
deleted file mode 100644
index 84ac7a8..0000000
--- a/man/modules-update.8
+++ /dev/null
@@ -1,51 +0,0 @@
-.TH MODULES-UPDATE 8 "Gentoo Linux" "2001"
-.SH NAME
-modules\-update \- (re)generate /etc/modules.conf
-.SH SYNOPSIS
-.B modules\-update
-[force]
-.SH DESCRIPTION
-.B modules\-update
-is a simple tool to manage
-.IR /etc/modules.conf .
-The Linux module utilities use a single file for all their
-configuration. This makes it difficult for packages to dynamically add
-information about their own modules.
-.PP
-.B modules-update
-makes the dynamic addition of information easier by generating the
-single configuration file from the many files located in
-.IR /etc/modules.d/ .
-All files in that directory are assembled together to form
-.IR /etc/modules.conf .
-.PP
-After generation, a backup of the old file can be found at
-.IR /etc/modules.conf.old .
-.SH "FILES"
-There are two types of file you can put in
-.IR /etc/modules.d/ :
-normal files and exectuable files. Normal files contain standard modules
-configuration information, as described in
-.BR modules.conf (5).
-Executable files are executed and their output is used as extra configuration
-information. Error messages are sent to stderr and thus do not become
-part of the configuration file.
-.SH OPTIONS
-.TP
-.I force
-.B modules\-update
-will check if the current
-.I /etc/modules.conf
-is a generated file by checking for a special tag on the first line. If this
-tag is not found generation is aborted. By supplying
-.I force
-as parameter only a warning is printed.
-.SH "REPORTING BUGS"
-Please report bugs via http://bugs.gentoo.org/
-.SH "SEE ALSO"
-.BR depmod (1),
-.BR modules.conf (5)
-.SH AUTHOR
-This manual page was written by Wichert Akkerman <wakkerma@debian.org>
-for the Debian GNU/Linux system. Modified for
-.I Gentoo Linux.
diff --git a/man/modules.autoload.5 b/man/modules.autoload.5
deleted file mode 100644
index 1a0c3e3..0000000
--- a/man/modules.autoload.5
+++ /dev/null
@@ -1,19 +0,0 @@
-.TH MODULES.AUTOLOAD 5 "Gentoo Linux" "Nov 2001"
-.SH NAME
-\fI/etc/modules.autoload\fR - kernel modules to load at boot time
-.SH DESCRIPTION
-.PP
-The \fI/etc/modules.autoload\fR
-file contains the names of kernel modules that are to be loaded at boot
-time, one per line. Arguments can be given on the same line as the module
-name. Comments begin with a `#', and everything on the line after it is
-ignored. This file is read by the \fI/etc/init.d/modules\fR initscript,
-which is usually linked in the \fI/etc/runlevels/boot\fR directory.
-.SH "SEE ALSO"
-.BR modules-update (8),
-.BR modprobe (8),
-.BR modules.conf (5)
-.TP
-The \fI/sbin/modules-update\fR script.
-.TP
-The files in \fI/etc/modules.d\fR.