modutils (2.4.27.0-6) unstable; urgency=low * Don't run depmod -A during boot. Closes: #301424 * Remove /etc/modules.conf.old in postrm as well. Closes: #330236 * remove bash-isms. Closes: #254771 -- LaMont Jones Sat, 3 Jun 2006 13:15:59 -0600 modutils (2.4.27.0-5) unstable; urgency=low * Fix section/priority to match overrides file * Fix gcc-4.0 compile errors on ia64, mips * patch for unaligned trap on alpha. Closes: #213571 -- LaMont Jones Sat, 4 Mar 2006 14:51:22 -0700 modutils (2.4.27.0-4) unstable; urgency=low * Fix man dir permissions. Closes: #305382, #305891 * armeb support. Closes: #333582 -- LaMont Jones Sat, 28 Jan 2006 23:04:16 -0700 modutils (2.4.27.0-3) unstable; urgency=low * and one more gcc-4.0 fix for ppc. -- LaMont Jones Thu, 21 Apr 2005 00:20:40 -0600 modutils (2.4.27.0-2) unstable; urgency=low * gcc-4.0 fixes. Closes: #282672 -- LaMont Jones Wed, 20 Apr 2005 23:29:32 -0600 modutils (2.4.27.0-1) unstable; urgency=low * New upstream version. Sadly, a different orig.tar.gz was uploaded to experimental, so this gets to be 2.4.27.0. - Ambiguous or invalid backslash in insmod.8. Eric S. Raymond. - Move alias loop check higher up. Sergey Vlasov. - Correct alias for pg, it is a char, not block device. Sergey Vlasov. - obj-arm plt/got bugfix. Thomas Fleischmann. - Only default to combined i386 if the user has x86_64 ELF headers. - Update INSTALL and README. - Reorder configure.in to move tests that require gcc to after gcc is defined. * Fix confusing warning at startup. Closes: #228258 * acknowledge NMU. Closes: #284960, #262941 * Fix left-hand casts in assginments. Closes: #282672 Changes from Javier Fernandez-Sanguino Pen~a : [util/alias.h] . Included RedHat's patch that modifies the behaviour of modprobe for some systems that do not provide a floppy disk (like s390, powerpc...) . Updated some aliases definitions. [ - Upstream documentation changes - ] [man/modules.conf.8] . Add a note saying that commands are executed through system() and, thus, will go through /bin/sh (Closes: #76209) . Add a reference to update-modules and also document that users running Debian should not modify this file but use the files under /etc/modutils/ (Closes: #166943) [man/lsmod.8] . Added modinfo(8) to SEE ALSO (Closes:#150423) . Added a note on how to list all modules (Closes: #215855) [man/modprobe.8] . Added modinfo(8) to SEE ALSO (Closes:#150423) . Added modprobe.conf(5) to SEE ALSO (Closes: #174181) . Fixed grammar mistakes spotted by Jeremy S Bygott (Closes: #160454) [man/insmod.8] . Added modinfo(8) to SEE ALSO (Closes:#150423) [man/depmod.8] . Added a note regarding what is and what is not an exposure when running 'depmod -r' (Closes: #90486) [ - Package configuration changes - ] [debian/conf/aliases] . Added missing aliases to modutils based on patches from other vendors (Fedora Core 2 and Mandrake 10) and from the modules defined in module-init-tools for kernels 2.6 and above. These include aliases for: - pppoe (Closes: #262941, #263224, #272581) - ipsec (Closes: #203578 - ide-prob-mod incantation aliases due to module name changes done in 2.4.22 (Closes: #228031, #210516) - psmouse (Closes: #230020) - zftape (Closes: #70557) - raw (Closes: #228688) - cpuid and msr (Closes: #243681) - ppp_mppe (Closes: #173938) [debian/conf/actions] . Only use the actions for bttv modules in pre-2.4.17 kernels, as this is not needed afterwards (Closes: #146819) [ - Package's script changes - ] [debian/update-modules] . Apply patch to avoid loading configuration files suffixed with '.orig' as per Joey's request (Closes: #54967) . Avoid also loading RCS files (,v suffix) as requested by Mark Histed (Closes: #118647) . Do not use depfile statements if commented in modules.conf (Closes: #69754) . Abort with exit code 3 if configuration files are not automatically generated (Closes: #166531) . Add a check in addfile() so that dangling symlinks are avoided, the code should not get there (because of the previous -f check) but this should avoid the issue observed by users which breaks upgrades (Closes: #220382) . More verbose message when encoutering errors executing scripts under /etc/modutils as it has been reported by a user that there might be files with incorrect execute permissions set (Closes: #253508) . Removed trailing " when setting the HEADER (Closes: #173746, #225087) . Add the architecture information when telling the user that there is none available (and will use the generic) (Closes: #228258) [debian/rc.modutils] . Removed extraneous space in init script output (Closes: #219206) . Warn if there are no modules for the current running kernel (Closes: #54999) . Use 'depmod -A' instead of 'depmod -a' for faster startups (Closes: #110732, #132401, #159708) [ - Package documentation changes - ] [debian/README] . Added a note regarding module-init-tools and 2.6 kernels . Added a note answering the "Why is this in experimental and not sid?" question [debian/module-policy] . Applied patch provided by Graham Wilson to fix spelling errors (Closes: #116162) [debian/update-modules.8] . Reworded sentence for clarity as suggested by Robert Millan (Closes: #140776) . Added new suffixes that will not be loaded (.orig and ,v) . Document current exit codes (0=no error, 1=error, 2=not root, 3=not autogenerated) [debian/modules.5] . Apply patch provided by Josip Rodin which includes a SEE ALSO (Closes: #41801) . Added some information related to module-init-tools [debian/control] . Mention module-init-tools (for 2.6 users) in the package description (Closes: #267112) [ debian/TODO ] . Added a TODO of pending changes to the package that could be addressed in the future [ Translations ] . Included the following manpage translations: - pt_BR provided by Philippe Gaspar (Closes: #194502) - es provided by Ruben Porras (Closes: #206205) - fr provided by Julien Louis (Closes: #165098, #166713) -- LaMont Jones Wed, 13 Apr 2005 15:38:16 -0600 modutils (2.4.26-1.2) unstable; urgency=high * Non-maintainer upload. * Fix chandev support on s390x kernels. (closes: #284960) * Add arch config for s390x. -- Bastian Blank Fri, 17 Dec 2004 16:03:33 +0100 modutils (2.4.26-1.1) unstable; urgency=low * NMU unless LaMont reacts in time * added pppoe to aliases as suggested in #263224 (closes: #262941) -- Eduard Bloch Tue, 19 Oct 2004 19:28:45 +0200 modutils (2.4.26-1) unstable; urgency=low * New upstream release. * Remove aboves and belows that were introduced with 2.4.22 (from Mandrake). Closes: #213092 * add subarch support for mips. Closes: #135169 * Fix s390 aliases. Closes: #160645 * Remove Bugs: from debian/control, since it's the default. Closes: #220078 -- LaMont Jones Tue, 30 Dec 2003 22:44:02 -0700 modutils (2.4.25-3) unstable; urgency=low * Remove /bin/lsmod link, in favor of module-init-tools. Reopens: #134813. Closes: #217721, #217723 -- LaMont Jones Sun, 26 Oct 2003 18:21:01 -0700 modutils (2.4.25-2) unstable; urgency=low * Don't allow ksymoops with world write. Closes: #171947 * Move lsmod and kernelversion to /bin, with symlinks in /sbin. Closes: #134813 * Check write perms on /lib/modules better. Closes: #197531 * Remove /usr/* from the path in rc script. Closes: #200489 * Fix typo. Closes: #200206 * Fix S390 build. Closes: #215136 -- LaMont Jones Sat, 25 Oct 2003 19:17:15 -0600 modutils (2.4.25-1) unstable; urgency=low * New upstream release. * Cleanup postinst usage of 'head'. Closes: #208341 -- LaMont Jones Sun, 21 Sep 2003 16:02:20 -0600 modutils (2.4.21-3) unstable; urgency=low * Survive read failures in prerm. * Incorporate NMU's. Closes: #189695, 171948, #155033, #155909. -- LaMont Jones Wed, 30 Jul 2003 15:18:47 -0600 modutils (2.4.21-2.1) unstable; urgency=low * NMU. Debcamp BSP * Patched genksyms/lex.l to make it possible to build with new flex. Thanks Daniel Schepler for the patch (Closes: #189695) * Removed dot (.) from modutils Description: so lintian does not complain about it. -- Alberto Gonzalez Iniesta Sun, 13 Jul 2003 14:27:22 +0200 modutils (2.4.21-2) unstable; urgency=low * NMU, with permission. * Modified insmod_ksymoops_clean to use mtime instead of atime. (Closes: #171948, #155033) * Modified /etc/init.d/modutils to not run depmod if /lib/modules is not writeable. (Closes: #155909) * Modified /etc/init.d/modutils to just exit when running a kernel which does not need modutils. Needed to cooperate with module-init-tools. * Modified prerm to not bother the admin if a kernel which does not need modutils is not running. * Modified postrm to not delete /etc/modules if module-init-tools has been installed. -- Marco d'Itri Thu, 6 Mar 2003 14:25:44 +0100 modutils (2.4.21-1) unstable; urgency=low * New upstream version -- LaMont Jones Sun, 24 Nov 2002 12:24:30 -0700 modutils (2.4.19-3) unstable; urgency=low * Really be the maintainer. sigh. Thanks Oskuro. -- LaMont Jones Thu, 15 Aug 2002 11:06:06 -0600 modutils (2.4.19-2) unstable; urgency=low * New maintainer. Closes: #156803 -- LaMont Jones Thu, 15 Aug 2002 10:41:25 -0600 modutils (2.4.19-1) unstable; urgency=low * New upstream version * Drop /usr/doc symlink * Drop lots of support code for dealing with ancient bugs, file renames, syntax changes, etc. -- Wichert Akkerman Sun, 4 Aug 2002 23:18:57 +0200 modutils (2.4.15-1) unstable; urgency=high * New upstream version + Expand printf buffers. Closes: Bug#138350 * Kill linux/kerneld.h before we remove the diversion in preinst. Closes: Bug#38445 -- Wichert Akkerman Sun, 25 Mar 2002 15:15:35 +0100 modutils (2.4.13-3) unstable; urgency=low * If an error occurs while executing a file in /etc/modutils/ print an error and say which file we were running. Closes: Bug#132327 * Send all error messages in update-modules to stderr -- Wichert Akkerman Mon, 4 Feb 2002 16:07:21 +0100 modutils (2.4.13-2) unstable; urgency=medium * Upstream changed depmod to return a non-zero exitcode on failure, so change update-modules to not abort if that happens -- Wichert Akkerman Sun, 3 Feb 2002 01:37:10 +0100 modutils (2.4.13-1) unstable; urgency=low * New upstream version -- Wichert Akkerman Fri, 1 Feb 2002 15:24:05 +0100 modutils (2.4.12-2) unstable; urgency=high * Merge patch from Ben Collins to handle gpl_license for mixed 32/64 bit systems. Closes: Bug#128862 * Mark 2 more files as conffiles -- Wichert Akkerman Tue, 29 Jan 2002 00:28:53 +0100 modutils (2.4.12-1) unstable; urgency=medium * New upstream version -- Wichert Akkerman Thu, 3 Jan 2002 16:12:14 +0100 modutils (2.4.11-1) unstable; urgency=medium * New upstream version * Fix force option for update-modules. Really. Closes: Bug#118923 -- Wichert Akkerman Wed, 14 Nov 2001 00:34:53 +0100 modutils (2.4.10-4) unstable; urgency=medium * Fix force option for update-modules. Closes: Bug#115090 -- Wichert Akkerman Tue, 16 Oct 2001 23:09:47 +0200 modutils (2.4.10-3) unstable; urgency=medium * Of course after testing things I had to make a final change to to update-modules that broke the generation of modules.conf miserably. Fixed now. Closes: Bug#114814 -- Wichert Akkerman Mon, 8 Oct 2001 11:28:10 +0200 modutils (2.4.10-2) unstable; urgency=low * Rewrote bits of update-modules to be more modular and quote filenames everywhere so filenames with spaces are handled properly * Add support for the s390 chandev.conf file in update-modules based on a patch from Gerhard Tonn -- Wichert Akkerman Sun, 7 Oct 2001 14:27:21 +0200 modutils (2.4.10-1) unstable; urgency=low * New upstream version -- Wichert Akkerman Wed, 3 Oct 2001 16:34:14 +0200 modutils (2.4.9-1) unstable; urgency=low * New upstream version -- Wichert Akkerman Thu, 27 Sep 2001 15:44:07 +0200 modutils (2.4.8-1) unstable; urgency=low * New upstream version, includes our flag_unresolved_error fix -- Wichert Akkerman Wed, 29 Aug 2001 10:28:04 -0700 modutils (2.4.7-4) unstable; urgency=low * Make flag_unresolved_error a static int in depmod.c so things compile again for combined 32/64 binaries -- Wichert Akkerman Sun, 19 Aug 2001 13:14:23 +0200 modutils (2.4.7-3) unstable; urgency=low * Fix powerpc machine type detection. Closes: Bug#109066 -- Wichert Akkerman Sun, 19 Aug 2001 00:16:41 +0200 modutils (2.4.7-2) unstable; urgency=low * Add powerpc.apus configuration. Closes: Bug#106933 * Mark powerpc files as conffiles -- Wichert Akkerman Fri, 17 Aug 2001 02:45:27 +0200 modutils (2.4.7-1) unstable; urgency=low * New upstream version + includes S390 support. Closes: Bug#107308 + fixes a manpage typo. Closes: Bug#94752 * Add s390 configuration. Closes: Bug#108295 * Escape dashes in update-modules manpage * Properly use a .generic fallback for subarchitectures if we can not determine the exact type. Closes: Bug#103511 * No longer include /var/log/ksymoops in the package but create it in the postinst on initial install. Closes: Bug#100929 -- Wichert Akkerman Thu, 16 Aug 2001 14:58:58 +0200 modutils (2.4.6-3) unstable; urgency=low * Fix typo in postinst that made us create /dev/modules instead of /etc/modules. Closes: Bug#96716 -- Wichert Akkerman Tue, 8 May 2001 09:50:44 +0200 modutils (2.4.6-2) unstable; urgency=low * Don't use backquote in in-here-document, ash can't handle that. Closes: Bug#96634 -- Wichert Akkerman Mon, 7 May 2001 15:01:46 +0200 modutils (2.4.6-1) unstable; urgency=low * New upstream version. Closes: Bug#69398 -- Wichert Akkerman Sun, 6 May 2001 11:37:25 +0200 modutils (2.4.5-2) unstable; urgency=low * Change priority for udebs to standard * Create /etc/modules in the postinst so the installer can provide its own copy if needed. * Apply hppa/hppa64 patches from Richard Hirst -- Wichert Akkerman Mon, 30 Apr 2001 23:35:46 +0200 modutils (2.4.5-1) unstable; urgency=low * New upstream version * Fix silly mistake in actions file: rmmod the tuner module after unloading the bttv driver instead of trying to insmod it again. Closes: Bug#79619 * Add an alias for char-major-10-200 (tun). Closes: Bug#84203 * Remove alias for char-major-10-130 since modutils uses a generic wdt watchdog alias now. * Clean out r?.d symlinks for removed modclean script. Closes: Bug#86907 * Add udebs. Closes: Bug#83608 -- Wichert Akkerman Thu, 19 Apr 2001 16:19:24 +0200 modutils (2.4.2-1) unstable; urgency=low * New upstream version. Thanks for making me come up with a new divert example Keith :) * Remove /etc/init.d/modclean in postinst if it still exists -- Wichert Akkerman Tue, 20 Feb 2001 14:19:45 +0100 modutils (2.4.1-2) unstable; urgency=low * Add Build-Depends. Closes: Bug#81779 * Refuse to upgrade if we are running on a machine with a pre-2.2.0 kernel with loadable kernel module support enabled. This to prevent people from accidentily breaking their machine since modutils no longer supports those kernels. -- Wichert Akkerman Fri, 26 Jan 2001 16:04:45 +0100 modutils (2.4.1-1) unstable; urgency=low * New upstream version * Please not you will need Keith Owens' path-2.4.0-hotplug if you want to use USB hotplugging with a 2.4.0 kernel. -- Wichert Akkerman Mon, 8 Jan 2001 08:24:13 -0800 modutils (2.3.23-2) unstable; urgency=low * Fix possible infinite loop in depmod. Closes: Bug#79961 * No longer Provide or Replace modules, that package ceased to exist almost 3 years ago and a direct upgrade from a Debian system that old to woody isn't possible. -- Wichert Akkerman Wed, 20 Dec 2000 01:49:42 +0100 modutils (2.3.23-1) unstable; urgency=low * New upstream version * Make sure we use "C" locale sorting rules in update-passwd. Closes: Bug#79765 -- Wichert Akkerman Sun, 17 Dec 2000 03:13:55 +0100 modutils (2.3.22-1) unstable; urgency=low * New upstream version -- Wichert Akkerman Thu, 14 Dec 2000 00:45:05 +0100 modutils (2.3.21-1) unstable; urgency=low * New upstream version -- Wichert Akkerman Thu, 23 Nov 2000 22:06:49 +0100 modutils (2.3.20-1) unstable; urgency=low * New upstream version * Update location of upstream source -- Wichert Akkerman Tue, 24 Oct 2000 00:18:53 +0200 modutils (2.3.17-2) unstable; urgency=low * Test if package hasn't been removed in conffiles * Remove documentation for directory structure in /lib/modules/`uname -r` since this is kernel version dependent and has been completely restructured in 2.4 kernels. -- Wichert Akkerman Sat, 21 Oct 2000 19:14:42 +0200 modutils (2.3.17-1) unstable; urgency=low * New upstream version * Number of symbols already increased in 2.3.16. Closes: Bug#72913 -- Wichert Akkerman Mon, 2 Oct 2000 01:50:23 +0200 modutils (2.3.16-1) unstable; urgency=low * New upstream version * Don't rename when removing old kerneld.h diversion, Closes: Bug#69478,#69477 * Don't disable all network protocols by default. Closes: Bug#70034 * Don't do anything in /etc/init.d/modutils if kernel has no module support -- Wichert Akkerman Tue, 12 Sep 2000 23:24:35 +0200 modutils (2.3.14-3) unstable; urgency=high * Fix a stupid typo in update-modules. Sigh. -- Wichert Akkerman Fri, 11 Aug 2000 15:18:08 -0700 modutils (2.3.14-2) unstable; urgency=high * Fix sparc32/64 issues again, Closes: Bug#68761,68764,68839 * Fix comment for net-pf-3 alias, Closes: Bug#53411 * Add alias for rtc for i386, Closes: Bug#67725 * Update regexp for grabbing depdir in update-modules. Closes: Bug#65324 * Fix typo in insmod(8), Closes: Bug#64810 * Don't install the kdstat manpage, Closes: Bug#61507 -- Wichert Akkerman Thu, 10 Aug 2000 17:33:51 -0700 modutils (2.3.14-1) unstable; urgency=medium * New upstream version, Closes: Bug#68383 -- Wichert Akkerman Mon, 7 Aug 2000 09:42:50 -0700 modutils (2.3.13-2) unstable; urgency=medium * Restore comment and empty-line handling in rc.modutils. Closes: Bug#68451 -- Wichert Akkerman Thu, 3 Aug 2000 13:15:50 +0200 modutils (2.3.13-1) unstable; urgency=low * New upstream version (support ia64 and s390, handle compressed objects) * Support for kerneld is now disabled. * Add alias for a.out binfmt, Closes: Bug#65155 * Add /etc/modutils/actions file for modules which need special actions. Add rules to load the tuner when starting BTTV there. * Fix location of GPL -- Wichert Akkerman Wed, 2 Aug 2000 16:06:48 +0200 modutils (2.3.11-9) unstable; urgency=low * Add alias for X.25 (defaults to off) -- Wichert Akkerman Fri, 23 Jun 2000 12:03:10 +0200 modutils (2.3.11-8) frozen unstable; urgency=low * Really don't use bash for update-modules so boot-floppies can actually use it. -- Wichert Akkerman Tue, 20 Jun 2000 14:53:11 +0200 modutils (2.3.11-7) unstable; urgency=low * Fix fish2 aliases * Add ppp aliases needed for 2.4 kernels -- Wichert Akkerman Sat, 3 Jun 2000 17:45:16 +0200 modutils (2.3.11-6) frozen unstable; urgency=medium * Add fish2 aliases from Martijn van de Streek * Don't install modclean anymore. It worked, but the current implementation ignores post and pre-remove commands in modules.conf. Upstream plans to have a proper solution for 2.3.12 instead. -- Wichert Akkerman Fri, 26 May 2000 15:06:46 +0200 modutils (2.3.11-5) frozen unstable; urgency=medium * Don't use bash anymore in update-modules: bashisms were removed and boot-floppies don't have bash. -- Wichert Akkerman Wed, 10 May 2000 03:42:48 +0200 modutils (2.3.11-4) unstable; urgency=low * Stop modclean on upgrade to avoid running multiple copies -- Wichert Akkerman Sat, 6 May 2000 23:41:41 +0200 modutils (2.3.11-3) frozen unstable; urgency=medium * This really should be in frozen as well. -- Wichert Akkerman Mon, 1 May 2000 21:16:40 +0200 modutils (2.3.11-2) unstable; urgency=low * add nvram alias for i386 and m68k.atari, Closes: Bug#63017 * Fix building for sparc64, half the binaries were missing. Closes: Bug#63218 * Remove two bashisms from update-modules so it works again on boot-floppies. Closes: Bug#63269 * Fix test for /proc/modules existance in update-modules (it's a file, not a directory!). Closes: Bug#63047,#62020 * Remove reference to /etc/cron.d/modutils in README.Debian and mention modclean instead. Closes: Bug#62772 -- Wichert Akkerman Mon, 1 May 2000 14:48:00 +0200 modutils (2.3.11-1) frozen unstable; urgency=low * Another bugfix release -- Wichert Akkerman Sun, 23 Apr 2000 18:46:18 +0200 modutils (2.3.10-2) frozen unstable; urgency=low * Add alias for ppp_async, Closes: Bug#45970 * Add modclean, a small daemon to periodically unload unused kernel modules. Closes: Bug#53504 * Fix reference to documentation in /etc/init.d/kerneld * Fix filename in rc.modutils. Closes: Bug#60410 * update-modules: test if running kernel supports modules before running depmod. This fixes the breaking postinst. Closes: Bug#62020,#58940,#56338 * Fixed in earlier versions: Closes: Bug#54999,#53660 -- Wichert Akkerman Sat, 15 Apr 2000 21:50:20 -0400 modutils (2.3.10-1) unstable; urgency=low * New upstream bugfix version * Add alias for agpgart module -- Wichert Akkerman Sat, 1 Apr 2000 02:26:12 +0200 modutils (2.3.9-3.1) frozen unstable; urgency=high * Non-maintainer upload * Corrected update-modules to only cal depmod if that program will be able to create the file containing dependencies. This should fix another release critical bug report (fixes: Bug#53660) -- Martin Schulze Mon, 6 Mar 2000 23:42:52 +0100 modutils (2.3.9-3) frozen unstable; urgency=medium * Reset umask when creating a snapshot-file * Really delete files ksym snapshots after 2 days, Closes: Bug# 54697 -- Wichert Akkerman Sat, 22 Jan 2000 15:31:51 +0100 modutils (2.3.9-2) unstable; urgency=medium * Works on sparc64 again, Closes: Bug# 53560 -- Wichert Akkerman Tue, 28 Dec 1999 01:27:34 +0100 modutils (2.3.9-1) unstable; urgency=medium * New upstream version: + Report correct module name on failure, Closes: Bug#53423 * Upstream removed devfs configuration so remove it for us as well. Someone should probably package devfs.. * Modify update-modules: + don't write to modules.conf directly but to a temporary-file first to minimize the time it's not available + call "depmod -a" so insmod stops complaining about modules.dep being older then modules.conf -- Wichert Akkerman Sat, 25 Dec 1999 16:02:17 +0100 modutils (2.3.7-1) unstable; urgency=medium * New upstream version -- Wichert Akkerman Fri, 26 Nov 1999 11:00:37 +0100 modutils (2.3.6-9) unstable; urgency=medium * Do some chdir-magic in util/snap_shot.c to check if /var/log/ksymoops exists and so we return to / in order to not keep any filesystems busy -- Wichert Akkerman Wed, 24 Nov 1999 02:53:39 +0100 modutils (2.3.6-8) unstable; urgency=medium * Fix typo in regexp in update-modules. -- Wichert Akkerman Tue, 16 Nov 1999 00:53:28 +0100 modutils (2.3.6-7) unstable; urgency=medium * Modify snap_shot.c to not chdir to var/log/ksymoops in order to circumvent a kernel bug * Make update-modules ingore .dpkg.[a-z]*, Closes: Bug# 40171 * Make insmod_ksymoops_clean check if kernel supports modules Closes: Bug# 48502 -- Wichert Akkerman Sat, 13 Nov 1999 23:41:15 +0100 modutils (2.3.6-6) unstable; urgency=high * No longer use id, basename and head in update-modules -- Wichert Akkerman Thu, 28 Oct 1999 19:37:00 +0200 modutils (2.3.6-5) unstable; urgency=high * Add mips to configure.in, Closes: Bug# 48875 -- Wichert Akkerman Mon, 1 Nov 1999 16:10:29 +0100 modutils (2.3.6-4) unstable; urgency=high * Update manpage for update-modules, Closes: Bug# 48378 -- Wichert Akkerman Tue, 26 Oct 1999 16:53:03 +0200 modutils (2.3.6-3) unstable; urgency=high * Fix typo in postinst, Closes: Bug# 47953 * Fix typo in preinst, Closes: Bug# 47744 * Fixed earlier: Closes: Bug#47501,47511,47550,47792,47828,47830,47866,47830 -- Wichert Akkerman Thu, 21 Oct 1999 14:40:13 +0200 modutils (2.3.6-2) unstable; urgency=low * Add /etc/modutils/0keep until all packages use `add path' instead of just `path' -- Wichert Akkerman Thu, 21 Oct 1999 11:56:39 +0200 modutils (2.3.6-1) unstable; urgency=low * New upstream version * Create /lib/modules and /var/log/ksymoops * Don't run rmmod -a in a crontab anymore * Offer to remove /etc/cron.d/modutils in postinst -- Wichert Akkerman Mon, 18 Oct 1999 01:21:54 +0200 modutils (2.3.5-1) unstable; urgency=low * New upstream version * Add alias for nvram for i386, Closes: Bug#46573 * Redid debian/rules, we build in debian/build now * No longer install the GOODIES from kerneld, is't obsolete * Update various scripts to note that conf.modules is now called modules.conf * Update maintainerscript to note that the format for the configurationfile has changed. * Made /etc/modutils/paths empty those defaults are compiled-in now * Remove predefined aliases from /etc/modutils/aliases * Add aliases for devfs * kernelversion and the kdstat manpage have been merged upstream now, so don't include it ourselves -- Wichert Akkerman Thu, 14 Oct 1999 03:50:39 +0200 modutils (2.1.121-27) unstable; urgency=low * Fix typo in installation of examples -- Wichert Akkerman Thu, 9 Sep 1999 02:44:48 +0200 modutils (2.1.121-26) unstable; urgency=low * FHS-compliant * Removed bashisms from debian/rules -- Wichert Akkerman Wed, 8 Sep 1999 03:24:56 +0200 modutils (2.1.121-25) unstable; urgency=low * Put small header and footer around each file update-modules process, Closes bug# 40140 * Add alias for rijndael and rc5 encryption * Disable net-pf-6 and net-pf-11 by default (NETROM and ROSE) -- Wichert Akkerman Tue, 3 Aug 1999 00:27:13 +0200 modutils (2.1.121-24) unstable; urgency=low * Cosmetic cleanup in /etc/modutils/aliases * Fix spelling error in update-modules * Fix typo in filenamecheckrexexp in update-modules (scrabble anyone? :) * Remove the list of architectures mentioned in update-module.8 (Bug# 39182) -- Wichert Akkerman Mon, 21 Jun 1999 22:18:44 +0200 modutils (2.1.121-23) unstable; urgency=low * Also skip .dpkg-old files in update-modules (Bug# 38466) -- Wichert Akkerman Sun, 30 May 1999 15:06:26 +0200 modutils (2.1.121-22) unstable; urgency=low * Quote $ANSWER always in postinst (Bug# 33779) * Added crypto-aliases (Bug# 38306) -- Wichert Akkerman Wed, 26 May 1999 00:44:37 +0200 modutils (2.1.121-21) unstable; urgency=low * Rewrite test in postinst to update-modules gets run on upgrade -- Wichert Akkerman Sun, 9 May 1999 13:03:23 +0200 modutils (2.1.121-20) unstable; urgency=low * Compiled with glibc2.1 for i386 * Disable Econet by default to stop errors. * Fixed infinite loop in modinfo * Always use maximal compression -- Wichert Akkerman Sun, 2 May 1999 03:23:00 +0200 modutils (2.1.121-19) unstable; urgency=low * Also use parport_pc for alpha * ppp-compress-26 is actually also ppp-deflate, not slhc * add alias for soundcore (char-major-14), needed by ALSA -- Wichert Akkerman Thu, 18 Feb 1999 01:52:03 +0100 modutils (2.1.121-18) frozen unstable; urgency=low * Made ppp-compress-26 an alias for slhc so 2.1/2.2 kernels stop complaining (Bug# 32609) * Fix a typo in depmod(8) (Bug# 15598) * Really make i386 a conffile now (important Bug# 32306) -- Wichert Akkerman Sat, 30 Jan 1999 17:59:39 +0100 modutils (2.1.121-17) frozen unstable; urgency=low * Put /sbin/kernelversion back in, which apparently disappeared in 2.1.121-14. Apparently my `minor cleanup' wasn't that minor.. (Bug# 32589) -- Wichert Akkerman Fri, 29 Jan 1999 14:46:39 +0100 modutils (2.1.121-16) frozen unstable; urgency=low * Check if the kernel has module support in our crontab. Without this root would get an error from cron every 20 minutes (important bug# 32539) -- Wichert Akkerman Thu, 28 Jan 1999 22:53:37 +0100 modutils (2.1.121-15) frozen unstable; urgency=low * Add i386-configuration to the list of conffiles (important bug# 32306) * Add documentation for our module-configuration system (update-modules) to module-policy.Debian * Fix typo in update-modules: it's sparc64, not sparc46 -- Wichert Akkerman Sat, 23 Jan 1999 23:01:31 +0100 modutils (2.1.121-14) unstable; urgency=low * Rewrote update-module so it does not use anything from /usr anymore. This should also make it a bit faster on m68k systems. * Moved update-modules back to /sbin * Renamed placement.Debian to module-policy.Debian * Minor cleanup in debian/rules * Removed dependency on debianutils, we don't seem to need it anymore -- Wichert Akkerman Sat, 23 Jan 1999 21:05:57 +0100 modutils (2.1.121-13) frozen unstable; urgency=low * Also upload to frozen: no code changes, only extra documentation and crontab for kmod * Dropped hopelessly outdated index.html and corresponding menu entry * Added sound section, which is used by ALSA and 2.1 modular sound * Added crontab to remove unused autoloaded modules * Updated README * Updated placement.Debian.gz: added new module sections * Bumped version-number -- Wichert Akkerman Tue, 5 Jan 1999 00:22:38 +0100 modutils (2.1.121-12) frozen unstable; urgency=low * Reupload for frozen as well, to get sparc fixes in slink -- Wichert Akkerman Thu, 24 Dec 1998 01:24:14 +0100 modutils (2.1.121-11) unstable; urgency=low * Move update-modules to /usr/sbin to reflect that we need stuff from /usr anyway. * Updated location of upstream source in copyright * Added Sparc64 kludge by Jakub Jelinek -- Wichert Akkerman Fri, 18 Dec 1998 23:01:17 +0100 modutils (2.1.121-10) unstable; urgency=low * Incorporated ARM changes as given by Tor Slettnes , which was based on the patch at ftp://ftp.netwinder.org/users/p/patb/modutils-2.1.107.tar.gz . -- Wichert Akkerman Sat, 28 Nov 1998 14:56:31 +0100 modutils (2.1.121-9) frozen unstable; urgency=low * Alias parport_lowlevel to parport_pc for i386 systems * Call update-modules if /etc/conf.modules doesn't exist. -- Wichert Akkerman Sun, 15 Nov 1998 03:15:51 +0100 modutils (2.1.121-8) frozen unstable; urgency=low * Rebuild so it will make frozen. -- Wichert Akkerman Sun, 1 Nov 1998 17:30:13 +0100 modutils (2.1.121-7) unstable; urgency=low * Incorporate corrected implementation of shell expansions from Zephaniah E, Hull : + Fixed some C string issues in 2.1.121-6. + Remove test for /lib/modules/`uname -r`/modules.dep in /etc/init.d/modutils since it's not very useful and actually break some systems. + Reverted depmod/* back to 2.1.121-4 + shell expantion from 2.1.121-5 WHEN NEEDED.. (This should fix the speed hit) -- Wichert Akkerman Sun, 1 Nov 1998 17:30:13 +0100 modutils (2.1.121-6) frozen unstable; urgency=low * Revert depmod/modprobe patch and wrote some new code to implementat processing of backticked commands in conf.modules to fix the long delays some people encountered: we now do `uname -r` and `kernelversion` internally and run any other command we encounter. * Remove test for /lib/modules/`uname -r` in /etc/init.d/modutils since it's not very useful and actually break some systems. * Remove obsolete manpages modules.2 and admperists.8 * The usuall occasional slight changes to debian/rules -- Wichert Akkerman Sun, 18 Oct 1998 15:01:29 +0200 modutils (2.1.121-5) unstable; urgency=high * Make depmod/modprobe really call the shell for backticked commands in conf.modules, patch from Zephaniah E. Hull * Merged in a couple of changed from Andrew Chittenden to support 2.0 kernels better. * Fix debian/rules: don't install in /sbin directly * Add kdstat to the SEE ALSO section of kerneld(8) (Bug# 27013) -- Wichert Akkerman Fri, 9 Oct 1998 19:38:34 +0200 modutils (2.1.121-4) unstable; urgency=high * Recompiled with kerneld.h from modutils 2.1.85 * Added fc4 to the search path -- Wichert Akkerman Tue, 22 Sep 1998 17:53:29 +0200 modutils (2.1.121-3) unstable; urgency=medium * Correct test for kmod-support in rc.kerneld -- Wichert Akkerman Fri, 18 Sep 1998 13:00:53 +0200 modutils (2.1.121-2) unstable; urgency=low * Don't abort update-modules if conf.modules doesn't exist * Silently abort if kernel has kmod (instead of showing an warning message) -- Wichert Akkerman Fri, 18 Sep 1998 01:59:23 +0200 modutils (2.1.121-1) unstable; urgency=low * New upstream version * Make update-modules also skip *.dpkg-orig and *.dpkg-dist * Only call update-menus when being removed in postrm -- Wichert Akkerman Thu, 17 Sep 1998 17:19:31 +0200 modutils (2.1.85-16) unstable; urgency=low * Resynced my home and work sources: - add video to the list of modules-directories - add alias for binfmt-java module - Use our own kerneld.h when compiling - Actually install kerneld.h - Fix preinst to divert correctly * Fix typo in update-modules.8 * Fix (hopefully last) bit of m68k architecture-support * Added some aliases for network protocols * Fix test for noauto in /etc/modules in postinst -- Wichert Akkerman Tue, 4 Aug 1998 13:41:59 +0200 modutils (2.1.85-15) unstable; urgency=low * Don't start kerneld in postinst of /etc/modules contains noauto (Bug# 24411) -- Wichert Akkerman Mon, 13 Jul 1998 17:57:43 +0200 modutils (2.1.85-14) unstable; urgency=low * Make update-modules skip vi/emacs backup files (filenames ending in a ~) -- Wichert Akkerman Tue, 7 Jul 1998 17:14:02 +0200 modutils (2.1.85-13) unstable; urgency=low * Change postinst to default to converting old-style conf.modules on suggestion of Martin Schulze -- Wichert Akkerman Sun, 5 Jul 1998 20:47:54 +0200 modutils (2.1.85-12) unstable; urgency=low * Introduce update-modules for managing /etc/conf.modules * Cleanup of debian/rules * Divert /usr/include/linux/kerneld.h instead of supplying a patch * Small changes in kernelversion.1 and kdstat.8 -- Wichert Akkerman Sat, 4 Jul 1998 17:32:10 +0200 modutils (2.1.85-11) frozen unstable; urgency=low * Added aliases for af_packet and binfmt_aout * Don't abort preinst when /etc/init.d/kerneld doesn't exist (may fix some problems when upgrading from bo systems) * Add m68k and its syscall number to list in utils/sys_qm.c. (Bug# 22906) * No longer create /lib/modules/`kernelversion/ in postinst (Bug# 20902) -- Wichert Akkerman Wed, 27 May 1998 18:37:12 +0200 modutils (2.1.85-10) frozen unstable; urgency=low * Fixed a spelling error (Bug# 20410) -- Wichert Akkerman Mon, 30 Mar 1998 15:56:48 +0200 modutils (2.1.85-9) unstable; urgency=low * Check if kernel has kmod (kernels 2.1.90 and later) -- Wichert Akkerman Mon, 16 Mar 1998 00:00:15 +0100 modutils (2.1.85-8) unstable; urgency=low * Added information about architecture support to the README * Fixed errors in minor number of atari and amiga configuration (Thanks again Roman) -- Wichert Akkerman Thu, 12 Mar 1998 20:36:57 +0100 modutils (2.1.85-7) unstable; urgency=low * Make cross-compiling easier (thanks to Roman Hodek) -- Wichert Akkerman Thu, 12 Mar 1998 15:58:13 +0100 modutils (2.1.85-6) unstable; urgency=low * fixed spelling error (Bug# 19207) * Architecture-support (most noticable m68k), with help from Roman Hodek * Removed wrong alias for loopdevice from conf.generic -- Wichert Akkerman Thu, 12 Mar 1998 15:05:29 +0100 modutils (2.1.85-5) unstable; urgency=low * Fixed error in kerneld-resist patch -- Wichert Akkerman Sun, 8 Mar 1998 17:37:57 +0100 modutils (2.1.85-4) unstable; urgency=low * kernelversion should use /bin/sh * genksyms symlink made absolute (lintian) * strip /sbin/modinfo -- Wichert Akkerman Sat, 7 Mar 1998 02:49:59 +0100 modutils (2.1.85-3) unstable; urgency=medium * No longer link with gdbm * Only show information if upgrading from < 2.1.85-1 * Added aliases for ppp compression (Bug# 18451) -- Wichert Akkerman Tue, 24 Feb 1998 15:32:27 +0100 modutils (2.1.85-2) unstable; urgency=low * Standards version 2.4.0.0 * Added a prompt in the postinst (Bug# 18352) * Added a dummy variable after the read statement in the postinst * Compile without gdbm support (gdbm is in /usr/lib) (Bug# 18353) * GPL copyright is not compressed (lintian) * removed leading space in description (lintian) * Added restart, reload and force-reload options to rc.kerneld (lintian) -- Wichert Akkerman Thu, 19 Feb 1998 13:44:44 +0100 modutils (2.1.85-1) unstable; urgency=low * New upstream version * Call realclean target to really clean stuff * Dropped request-route.sh support. Use diald instead! * Added persistant module storage support * Added some comments and a read to the postint (Bug# 18241) * Removed support from upgrading from ancient modules package * Removed /etc/init.d/modules symlink. We're modutils! -- Wichert Akkerman Tue, 17 Feb 1998 17:25:13 +0100 modutils (2.1.71-2) unstable; urgency=low * Fixed type in postinst (Bug# 16026) -- Wichert Akkerman Wed, 17 Dec 1997 18:32:12 +0100 modutils (2.1.71-1) unstable; urgency=low * New upstream version * Fixed typo in conf.modules (Bug# 14985) * Fixed conflict with appletalk support (Bug# 14986) * Fixed installation error in debian/rules (Bug# 15381) -- Wichert Akkerman Thu, 11 Dec 1997 18:02:38 +0100 modutils (2.1.55-7) unstable; urgency=low * Fixed installation error in debian/rules (Bug# 15381) -- Wichert Akkerman modutils (2.1.55-6) unstable; urgency=low * Small change in boot messages (Bug# 14358) -- Wichert Akkerman modutils (2.1.55-5) unstable; urgency=low * Install conffiles with correct mode -- Wichert Akkerman Tue, 7 Oct 1997 19:41:07 +0200 modutils (2.1.55-4) unstable; urgency=low * Generate correct md5sums -- Wichert Akkerman Fri, 19 Sep 1997 15:33:59 +0200 modutils (2.1.55-3) unstable; urgency=medium * Fix conversion of old-style /etc/conf.modules in postinst * Check for unsafe /sbin/request-route in postinst and optionally fix it -- Wichert Akkerman Tue, 16 Sep 1997 14:48:41 +0200 modutils (2.1.55-2) unstable; urgency=low * Made rmmod and insmod the same executable -- Wichert Akkerman Mon, 15 Sep 1997 15:53:31 +0200 modutils (2.1.55-1) unstable; urgency=low * Check on abort in postinst (Bug# 12621) * New upstream version (sparc64 support and bugfixes) * Support ipv6 module category * Use tempfile in postinst -- Wichert Akkerman Fri, 12 Sep 1997 16:33:38 +0200 modutils (2.1.42-1) unstable; urgency=low * New upstream version, almost no changes except ppc support * Removed obsoleted documentation about the modules to modutils conversion * Revamped debian/rules a bit * Use unmodified tar-ball for original source * Compress kernelversion manpage * Changed {pre,post}inst script to improve security -- Wichert Akkerman Wed, 6 Aug 1997 01:59:05 +0200 modutils (2.1.34-9) unstable; urgency=low * Fixed error in menu file. * Call update-menus in postinst and postrm -- Wichert Akkerman Tue, 29 Jul 1997 15:58:01 +0200 modutils (2.1.34-8) unstable; urgency=medium * Some more security fixes for request-route * Note: if you use request-route, please switch to diald which is far superior (and more secure) -- Wichert Akkerman Mon, 28 Jul 1997 19:13:47 +0200 modutils (2.1.34-7) unstable; urgency=medium * Added md5sums to .deb file * Updated menu entry * glibc /libc6 support * Made request-route a conffile. (Bug# 10884) * Moved lockfile for request-route for security reasons (Bug# 11233) * Updated request-route to check if lockfile already exists. * Fix dangling symlinks (Bug# 10265, 10617, 10786) * Updated request-route to use /etc/ppp.options_out from ppp package -- Wichert Akkerman Sat, 26 Jul 1997 01:00:53 +0200 modutils (2.1.34-6) unstable; urgency=low * Added support for kernelversion to modprobe * Renamed upstream changes to changelog (Bug# 9643) * added dependency on sysvinit 2.71 * Added /lib/modules to the .deb-file * Install manpages mode 644 (Bug# 10273) -- Wichert Akkerman Mon, 9 Jun 1997 00:34:08 +0200 modutils (2.1.34-5) unstable frozen; urgency=low * Put request-route back in * Compress kdstat manpage -- Wichert Akkerman Sun, 4 May 1997 22:00:20 +0200 modutils (2.1.34-4) unstable frozen; urgency=low * Added option to convert old /etc/conf.modules file to new standard. -- Wichert Akkerman Sun, 27 Apr 1997 16:30:06 +0200 modutils (2.1.34-3) unstable frozen; urgency=medium * Revamped upgrade behaviour from modules to modutils (Bug# 8957) * Restored modules.5 manpage -- Wichert Akkerman Sun, 27 Apr 1997 16:30:06 +0200 modutils (2.1.34-2) unstable; urgency=low * Modified /etc/init.d/kerneld to work if /usr is not mounted (Bug# 8670) -- Wichert Akkerman Wed, 23 Apr 1997 12:33:09 +0200 modutils (2.1.34-1) unstable; urgency=low * New upstream version * Improved preinst so it does not complain about modules when upgrading * Modified conf.modules to comply with new standard * Added some information on removing last traces of modules * Updated .dwww-index -- Wichert Akkerman Tue, 15 Apr 1997 23:47:45 +0200 modutils (2.1.23-5) unstable frozen; urgency=low * Now complies with standard for console messages -- Wichert Akkerman Wed, 9 Apr 1997 15:11:53 +0200 modutils (2.1.23-4) unstable frozen; urgency=low * Fixed modprobe behaviour so it does not dump core when an extension was specified. -- Wichert Akkerman Wed, 9 Apr 1997 20:13:51 +0200 modutils (2.1.23-3) unstable frozen; urgency=low * Put manpages back in and Replace manpages 1.15-3 * Install copyright file -- Wichert Akkerman Wed, 9 Apr 1997 20:13:51 +0200 modutils (2.1.23-2) unstable; urgency=high * Provides modules for compatibility * Added conffiles to .deb-file * Fixed rc.kerneld properly this time (Thanks to Michael Meskes for bringing this to my attention) -- Wichert Akkerman Tue, 11 Mar 1997 00:19:31 +0100 modutils (2.1.23-1) unstable; urgency=low * Changed rc.kerneld to prevent error message with bash 2.0 (Bug# 7163) * Changed debug-output of kerneld to print CRLF instead of only LF (Bug# 6111) * Fixed possible buffer overruns in depmod/{modprobe.cc,config.cc,error.cc}, genksyms/lex.l and insmod/{insmod.c,logger.c} (Bug# 6051) * copyright is no longer a symlink to GPL (Bug# 5761) * Changed call to start-stop-daemon (Bug# 6108) * Added .dwww-index and index.html in /usr/doc/modutils * Changed Makeconfig to honor PREFIX on install target * Added manpage for kernelversion (Bug# 6314) * Re-ordered module paths (Bug# 5805) * Added more manpges and corrected modes on several files (Bug# 6314) * Changed prerm to make it possible to remove the package * Initial Release, successor to modules package -- Wichert Akkerman Thu, 27 Feb 1997 02:29:51 +0100