Package: modutils
Version: 2.4.27.0-6
Severity: minor
Tags: patch
Fixed typos in the module-policy.Debian file: seperate, to(two), conf.modules
instead of
modules.conf.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11.060916.dylan
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages modutils depends on:
ii libc6 2.3.6-7 GNU C Library: Shared libraries
ii sysvinit 2.86.ds1-1 System-V like init
modutils recommends no packages.
-- no debconf information
*** module-policy.Debian.old 2006-10-01 11:40:00.000000000 +0200
--- module-policy.Debian 2006-10-01 11:51:14.000000000 +0200
***************
*** 12,25 ****
information about their own modules. To fix this Debian GNU/Linux
now uses update-modules.
! update-modules attempts to fix this by generating the configuration file
! from seperate files which are located in /etc/modutils. All files in
! that directory are assembled together to form /etc/conf.modules. There
! is also a special subdirectory (/etc/modutils/arch) which contains
! information for special architectures. For m68k we also support
! subarchitectures to differntiate atari, amiga and mac system.
! At runtime update-modules determines the architecture and selects which
! file it must use.
There are two types of file you can put in /etc/modutils: normal files
and exectuable files. Normal files contain standard modules
--- 12,25 ----
information about their own modules. To fix this Debian GNU/Linux
now uses update-modules.
! update-modules attempts to fix this by generating the configuration
! file from separate files which are located in /etc/modutils. All files
! in that directory are assembled together to form /etc/modules.conf
! (/etc/conf.modules in old distributions). There is also a special
! subdirectory (/etc/modutils/arch) which contains information for special
! architectures. For m68k we also support subarchitectures to differentiate
! atari, amiga and mac system. At runtime update-modules determines the
! architecture and selects which file it must use.
There are two types of file you can put in /etc/modutils: normal files
and exectuable files. Normal files contain standard modules
***************
*** 30,36 ****
2. Different types of modules
! The first thing to notice is that we have to kinds of modules:
- modules that are specific to one kernel version. These modules are
included with the kernel source and evolve along with the kernel.
- somewhat more `general' version. These modules are not updated with
--- 30,36 ----
2. Different types of modules
! The first thing to notice is that we have two kinds of modules:
- modules that are specific to one kernel version. These modules are
included with the kernel source and evolve along with the kernel.
- somewhat more `general' version. These modules are not updated with