Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6423] /lib/modules/*/modules.* should be excluded from install logs

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 6423] /lib/modules/*/modules.* should be excluded from install logs
  • Date: Sun, 18 Apr 2004 23:19:04 -0400

http://bugs.sourcemage.org/show_bug.cgi?id=6423





------- Additional Comments From charkins AT pobox.com 2004-04-18 23:19 -------
Just to give a little more background. The filter() function prior to this
patch
will break the excluded file into directories, files and symlinks, and
construct
a pattern to be passed to 'grep -v' which would remove those directories,
files
and symlinks from stdin. This of course does not allow anything but existing
directories, files and symlinks to be excluded.

The attached patch simplifies the filter() function by constructing the
pattern
with all lines in the excluded file. The current /var/lib/sorcery/excluded
file
already contains a line with a pattern. Without this patch, this line is not
doing anything:

/usr/lib/perl*/*/*-linux-thread-multi/perllocal.pod

With this patch, the following line should be added to
/var/lib/sorcery/excluded:

/lib/modules/*/modules.*




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page