diff options
author | Roy Marples <roy@marples.name> | 2007-11-14 13:34:42 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-14 13:34:42 +0000 |
commit | b439703b4d3198f0d1c2568b3f97576d39ed914f (patch) | |
tree | 9a09d801d9be87b585b786d94b3b0bb5dd9be659 /man.Linux | |
parent | 0874acb08c6ab7502bf1e50d8d8cc9adc17b1f10 (diff) |
These files belong with baselayout
Diffstat (limited to 'man.Linux')
-rw-r--r-- | man.Linux/Makefile | 5 | ||||
-rw-r--r-- | man.Linux/modules.autoload.5 | 19 |
2 files changed, 0 insertions, 24 deletions
diff --git a/man.Linux/Makefile b/man.Linux/Makefile deleted file mode 100644 index 6cb341d7..00000000 --- a/man.Linux/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -DIR = /usr/share/man -MANS = modules.autoload.5 - -TOPDIR = .. -include $(TOPDIR)/default.mk diff --git a/man.Linux/modules.autoload.5 b/man.Linux/modules.autoload.5 deleted file mode 100644 index a727afc8..00000000 --- a/man.Linux/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 update-modules (8), -.BR modprobe (8), -.BR modules.conf (5) -.TP -The \fI/sbin/update-modules\fR script. -.TP -The files in \fI/etc/modules.d\fR. |